summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* 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
* When downgrading the read-write mount to read-only, do_unmount() setskib2008-09-163-0/+11
* The struct inode *ip supplied to softdep_freefile is not neccessary thekib2008-09-161-1/+2
* When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}.trasz2008-09-031-4/+4
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* In ffs_valloc(), ffs_vget() may fail because insmntque() refused tokib2008-08-281-1/+11
* Softdep code may need to instantiate vnode when processingkib2008-08-283-15/+59
* Revert r181345.kib2008-08-101-2/+1
* User may do "mount -o snapshot ...", that causes new FFS mount to bekib2008-08-061-1/+2
OpenPOWER on IntegriCloud