summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-13/+16
* 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-121-0/+1
* 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-091-1/+1
* 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
* Make sure the cdev doesn't go away while the filesystem is still mounted.trasz2009-01-291-0/+3
* If unmount of the ffs mp failed, reinitialize the extended attributeskib2009-01-081-0/+14
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-4/+4
* 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-161-0/+1
* Add the ffs structures introspection functions for ddb.kib2008-09-161-0/+35
* When downgrading the read-write mount to read-only, do_unmount() setskib2008-09-161-0/+1
* Softdep code may need to instantiate vnode when processingkib2008-08-281-0/+14
* Revert r181345.kib2008-08-101-2/+1
* User may do "mount -o snapshot ...", that causes new FFS mount to bekib2008-08-061-1/+2
* Say hi to svn, by simplifing ffs_vget() function a bit - there is no need forpjd2008-07-191-3/+1
* After converting the "snapshot" mount option to the MNT_SNAPSHOT flag,rodrigc2008-05-241-1/+8
* For the following mount options, do not perform the string to flag conversionsrodrigc2008-05-241-21/+0
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'jhb2008-03-261-3/+3
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-3/+4
* Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs.kib2008-03-051-0/+1
* Move setting of MNTK_MPSAFE flag before UFS1 extended attributerwatson2008-03-041-3/+3
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-2/+2
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-191-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-8/+8
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-4/+4
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* Use *_EMPTY macros when appropriate.delphij2007-04-041-5/+5
* Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no morekib2007-03-201-10/+0
* Implement fine-grained locking for UFS quotas.kib2007-03-141-2/+0
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-1/+10
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-22/+0
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-15/+18
* Add gjournal specific code to the UFS file system:pjd2006-10-311-2/+39
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Protect change to bo_flag by holding the bufobj mutex.tegge2006-09-261-0/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-13/+43
* Declare UFS module version.pjd2006-07-091-0/+1
* Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missingpjd2006-07-091-2/+2
* Check the sectorsize of the underlying disk before trying torodrigc2006-06-031-1/+8
OpenPOWER on IntegriCloud