aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* MFC r256448, r257029;Pedro F. Giffuni2013-12-111-3/+4
* MFC of 249064:Kirk McKusick2013-04-181-4/+4
* MFC of 246876, 246877, and 247387:Kirk McKusick2013-03-301-9/+77
* MFC of 246289:Kirk McKusick2013-03-301-3/+3
* MFC r237366:Konstantin Belousov2012-06-281-3/+7
* MFC of 234158:Kirk McKusick2012-04-191-12/+1
* MFC r233609, r233610:Konstantin Belousov2012-04-111-11/+72
* MFC r233607:Konstantin Belousov2012-04-011-1/+1
* MFC r232833:Konstantin Belousov2012-03-141-1/+0
* MFC r231160 (by mckusick):Konstantin Belousov2012-02-211-5/+15
* MFC r230101:Kirk McKusick2012-01-301-48/+48
* MFC r226155:Martin Matuska2011-09-021-14/+2
* MFC r207662 (trasz):Martin Matuska2011-09-021-15/+2
* MFC r223886:Konstantin Belousov2011-07-161-16/+12
* MFC r223902:Kirk McKusick2011-07-111-1/+5
* Cherry-pick a single bit from r222958. Do not pass '3' as the sleepflagKonstantin Belousov2011-06-131-1/+1
* MFC r222334:Kirk McKusick2011-05-291-4/+12
* MFC r220985:Konstantin Belousov2011-05-151-1/+2
* MFC 219276:John Baldwin2011-04-151-10/+6
* MFC r219804:Konstantin Belousov2011-03-271-0/+1
* MFC r216796:Konstantin Belousov2011-01-293-2/+105
* MFC of 215576Kirk McKusick2010-11-231-110/+0
* MFC r213664:Konstantin Belousov2010-10-271-1/+3
* MFC r208293: ffs_mount: accept and drop userland-only options that canAndriy Gapon2010-05-231-3/+12
* MFC r207366: ffs_vfsops: restore alphabetic order of options in ffs_optsAndriy Gapon2010-05-231-2/+2
* MFC r200796:Edward Tomasz Napierala2010-04-182-16/+58
* MFC r206128: ffs_mount: remove redundant assignment of to devvp.v_bufobjAndriy Gapon2010-04-121-1/+0
* MFC of 203763, 203764, 203768, 203769, 203770, 203782, and 203784.Kirk McKusick2010-02-262-58/+64
* MFC r203818:Konstantin Belousov2010-02-201-1/+3
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-1/+1
* MFC r200770:Konstantin Belousov2010-01-111-7/+8
* MFC r196888:Konstantin Belousov2009-09-151-5/+21
* MFC r196920:Konstantin Belousov2009-09-101-0/+1
* MFC r196206:Konstantin Belousov2009-08-141-1/+8
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointKonstantin Belousov2009-07-021-0/+2
* Don't panic on attempt to set ACL on a block device file.Edward Tomasz Napierala2009-07-011-6/+6
* For SU mounts, softdep_fsync() might drop vnode lock, allowing otherKonstantin Belousov2009-06-301-4/+25
* Softdep_fsync() may need to lock parent directory of the synced vnode.Konstantin Belousov2009-06-301-0/+18
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Handle lock recursion differenty by always checking against LO_RECURSABLEAttilio Rao2009-06-021-2/+2
* Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). ThisAlan Cox2009-05-171-8/+6
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-13/+16
* Remove VOP_LEASE and supporting functions. This hasn't been used sinceRobert Watson2009-04-101-1/+0
* When removing or renaming snaphost, do not delve into request_cleanup().Konstantin Belousov2009-04-041-1/+1
* Correct typo.Konstantin Belousov2009-03-271-2/+2
* Fix two issues with bufdaemon, often causing the processes to hang inKonstantin Belousov2009-03-161-1/+4
* The non-modifying EA VOPs are executed with only shared vnode lock taken.Konstantin Belousov2009-03-122-63/+91
* Do not double-free the struct inode when insmntque failed. DefaultKonstantin Belousov2009-03-111-1/+0
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that aJohn Baldwin2009-03-111-3/+7
* Adjust some variables (mostly related to the buffer cache) that holdJohn Baldwin2009-03-092-3/+3