summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* MFC r208293: ffs_mount: accept and drop userland-only options that canavg2010-05-231-3/+12
* MFC r207366: ffs_vfsops: restore alphabetic order of options in ffs_optsavg2010-05-231-2/+2
* MFC r206894:kib2010-05-041-0/+8
* MFC r202971:trasz2010-04-191-1/+1
* MFC r196987:trasz2010-04-191-3/+0
* MFC r202934:trasz2010-04-181-186/+171
* MFC r200796:trasz2010-04-186-72/+541
* MFC r206128: ffs_mount: remove redundant assignment of to devvp.v_bufobjavg2010-04-121-1/+0
* MFC of 203763, 203764, 203768, 203769, 203770, 203782, and 203784.mckusick2010-02-262-58/+64
* MFC r203818:kib2010-02-201-1/+3
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,mjacob2010-02-111-1/+1
* MFC r200770:kib2010-01-111-7/+8
* MFC r197269:brooks2009-09-241-0/+2
* MFC r196888:kib2009-09-151-5/+21
* MFC r196920:kib2009-09-101-0/+1
* MFC r196206:kib2009-08-141-1/+8
* Fix fpathconf(3) on fifos, in effect making ls(1) properlytrasz2009-07-021-0/+25
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* Don't panic on attempt to set ACL on a block device file.trasz2009-07-011-6/+6
* For SU mounts, softdep_fsync() might drop vnode lock, allowing otherkib2009-06-301-4/+25
* Softdep_fsync() may need to lock parent directory of the synced vnode.kib2009-06-301-0/+18
* Fix a bug reported by pho@ where one can induce a panic by decreasingsnb2009-06-251-1/+4
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-0/+2
* Keep dirhash tailq locked throughout the entirety of ufsdirhash_destroy() to fixsnb2009-06-171-11/+11
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofkib2009-06-162-2/+2
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-052-2/+0
* Add vm_lowmem event handler for dirhash. This will cause dirhashes to besnb2009-06-032-26/+109
* Handle lock recursion differenty by always checking against LO_RECURSABLEattilio2009-06-021-2/+2
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-1/+0
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-126/+162
* Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). Thisalc2009-05-171-8/+6
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-114-20/+26
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-1/+0
* Change the semantics of i_modrev/va_filerev to what is required forrmacklem2009-04-273-6/+6
* In ufs_checkpath(), recheck that '..' still points to the inode withkib2009-04-203-41/+55
* When verifying '..' after VFS_VGET() in ufs_lookup(), do not returnkib2009-04-191-15/+17
* Use acl_alloc() and acl_free() instead of using uma(9) directly.trasz2009-04-181-19/+19
* Verify that '..' still exists with the same inode number afterkib2009-04-161-9/+35
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
* When removing or renaming snaphost, do not delve into request_cleanup().kib2009-04-041-1/+1
* Correct typo.kib2009-03-271-2/+2
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-161-1/+4
* The non-modifying EA VOPs are executed with only shared vnode lock taken.kib2009-03-123-63/+94
* Do not double-free the struct inode when insmntque failed. Defaultkib2009-03-111-1/+0
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-3/+7
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-092-3/+3
* Right now, when trying to unmount a device that's already gone,trasz2009-02-231-2/+2
* Refactor, moving error checking outside of thetrasz2009-02-231-7/+7
* - If the g_access() call for the initial root mount fails, then fullyjhb2009-02-111-6/+6
* When a device containing mounted UFS filesystem disappears, the typetrasz2009-02-061-4/+4
OpenPOWER on IntegriCloud