summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
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
* Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* Background:mckusick2010-01-112-9/+128
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Implement NFSv4 ACL support for UFS.trasz2009-12-212-16/+58
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-7/+8
* 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
* 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
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Handle lock recursion differenty by always checking against LO_RECURSABLEattilio2009-06-021-2/+2
* 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-111-13/+16
* 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-122-63/+91
* 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
* Make sure the cdev doesn't go away while the filesystem is still mounted.trasz2009-01-291-0/+3
* Following a fair amount of real world experience with ACLs andrwatson2009-01-275-39/+44
* The r187467 should remove all pages for V_NORMAL case too, becausekib2009-01-201-8/+17
* When extending inode size, we call vnode_pager_setsize(), to have akib2009-01-202-2/+6
* FFS puts the extended attributes blocks at the negative blocks for thekib2009-01-201-0/+9
* If unmount of the ffs mp failed, reinitialize the extended attributeskib2009-01-081-0/+14
* For now on every 10 cyclinder groups flush the buffer cache to freeambrisko2008-11-131-0/+4
* Improve VFS locking:attilio2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-2/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-234-49/+47
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockkib2008-10-201-0/+4
* Sync up summary information for cylinder groups while data is alreadykib2008-10-131-0/+7
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-102-6/+6
* Enable shared lookups on UFS. There are some remaining issues with forcedjhb2008-09-241-1/+1
* Suspend the write operations on the UFS filesystem being unmounted orkib2008-09-161-14/+73
* When attempt is made to suspend a filesystem that is already syspended,kib2008-09-163-2/+7
* Add the ffs structures introspection functions for ddb.kib2008-09-162-1/+65
OpenPOWER on IntegriCloud