aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ufs/ufsmount.h
Commit message (Expand)AuthorAgeFilesLines
* This commit enables a UFS filesystem to do a forcible unmount whenChuck Silvers2020-05-251-1/+9
* Add a new "mntfs" pseudo file system which provides private device vnodes forChuck Silvers2020-03-061-1/+2
* Add rudamentary support for UFS to probe whether a block device supports theScott Long2020-02-161-0/+1
* Revert r357710 and 357711 until they can be debuggedScott Long2020-02-101-1/+0
* Missed a file in r357710, add it here.Scott Long2020-02-101-0/+1
* The error reported in FS-14-UFS-3 can only happen on UFS/FFSKirk McKusick2019-07-171-0/+6
* Style.Kirk McKusick2019-07-161-4/+8
* When a process attempts to allocate space on a full filesystem, aKirk McKusick2019-07-161-0/+2
* Replace the TRIM consolodation framework originally added in -r337396Kirk McKusick2018-08-181-2/+8
* Revert -r337396. It is being replaced with a revised interface thatKirk McKusick2018-08-181-4/+0
* Put in place the framework for consolodating contiguous blocks intoKirk McKusick2018-08-061-0/+4
* Add needed locking for um_flags added in -r335808.Kirk McKusick2018-07-171-24/+37
* Create um_flags in the ufsmount structure to hold flags for a UFS filesystem.Kirk McKusick2018-06-291-4/+12
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Reduce size of ufs inode.Konstantin Belousov2016-09-171-2/+2
* Split the global taskqueue used to process all UFS trim completions,Konstantin Belousov2016-03-271-0/+3
* Style: wrap long lines.Konstantin Belousov2016-03-271-2/+4
* buf.h is not needed here, and pollutes when ufsmount.h is includedGleb Smirnoff2014-11-231-2/+0
* ufs: small formatting fixes.Pedro F. Giffuni2014-03-021-13/+13
* Restructuring of the soft updates code to set it up so that theKirk McKusick2013-10-211-13/+1
* Add UFS writesuspension mechanism, designed to allow userland processesEdward Tomasz Napierala2012-11-181-0/+1
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-231-2/+2
* Add an FFS specific mount option to allow a filesystem checkerKirk McKusick2011-07-151-0/+1
* Implement fully asynchronous partial truncation with softupdates journalingJeff Roberson2011-06-101-2/+3
* Retire opt_ffs_broken_fixme.h.Konstantin Belousov2011-03-201-0/+2
* Add kernel side support for BIO_DELETE/TRIM on UFS.Konstantin Belousov2010-12-291-0/+1
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-101-1/+1
* Update to current version of head.Kirk McKusick2010-04-281-0/+9
|\
| * - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-0/+9
* | WIPDag-Erling Smørgrav2009-01-301-0/+1
|/
* When downgrading the read-write mount to read-only, do_unmount() setsKonstantin Belousov2008-09-161-0/+2
* ufsmount.h uses "struct\tfoo *bar;", except where it doesn't.Dag-Erling Smørgrav2008-08-051-5/+5
* Eliminate softdep_flush() livelock by accounting for number of worklist itemsTor Egge2006-04-031-0/+1
* Use vn_start_secondary_write() and vn_finished_secondary_write() as aTor Egge2006-03-081-0/+1
* - Move softdep from using a global worklist to per-mount worklists. ThisJeff Roberson2006-03-021-0/+8
* - Add a mutex to the ufsmount structure. This mutex is used to protectJeff Roberson2005-01-241-3/+8
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Move UFS from DEVFS backing to GEOM backing.Poul-Henning Kamp2004-10-291-0/+2
* Vertically align comment.Poul-Henning Kamp2004-10-261-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* This patch fixes a problem caused by applications that rapidly andKirk McKusick2003-01-071-0/+1
* Make ffs_mountfs() static.Poul-Henning Kamp2002-12-271-1/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-2/+7
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uIan Dowse2002-05-181-8/+1
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Remove __P.Alfred Perlstein2002-03-191-6/+6
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Remove last vestiges of MFS.Poul-Henning Kamp2001-05-291-10/+0