summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | When ffs_realloccg() failed to allocate bigger fragment and, becausekib2010-02-131-1/+3
* | | | | One last pass to get all the unsigned comparisons correct.mckusick2010-02-111-1/+1
* | | | | This fix corrects a problem in the file system that treats largemckusick2010-02-102-58/+64
* | | | | Remove unused variable.trasz2010-02-101-3/+2
* | | | | Return proper error code.trasz2010-01-251-1/+1
* | | | | Move out code that does POSIX.1e ACL inheritance into separate routines.trasz2010-01-241-186/+171
* | | | | Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* | | | | Background:mckusick2010-01-113-9/+133
* | | | | Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* | | | | KASSERT that condition raised by Coverity cannot happen.mckusick2010-01-071-0/+1
* | | | | Implement NFSv4 ACL support for UFS.trasz2009-12-216-72/+541
* | | | | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-7/+8
| |_|_|/ |/| | |
* | | | Don't build ufs_gjournal.c at all if UFS_GJOURNAL option is not givenrdivacky2009-09-221-4/+0
| |_|/ |/| |
* | | Allocate space for the group array in a static credential used inbrooks2009-09-171-0/+2
* | | Remove useless variable assignment.trasz2009-09-081-3/+0
* | | insmntque_stddtr() clears vp->v_data and resets vp->v_op tokib2009-09-071-0/+1
* | | The clear_remove() and clear_inodedeps() call vn_start_write(NULL, &mp,kib2009-09-061-5/+21
* | | When a UFS node is truncated to the zero length, e.g. by explicitkib2009-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
| |/ |/|
OpenPOWER on IntegriCloud