summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Disable the soft updates journaling after a filesystem is successfullymckusick2011-06-121-0/+2
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-4/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+3
* Retire opt_ffs_broken_fixme.h.kib2011-03-201-0/+1
* Add kernel side support for BIO_DELETE/TRIM on UFS.kib2010-12-291-0/+15
* Journal start looks up .sujournal file by doing lookup on the root dvp.kib2010-12-011-0/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-1/+3
* Correct some non-code typos.obrien2010-09-171-13/+11
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-0/+2
* ffs_mount: accept and drop userland-only options that can be passed fromavg2010-05-191-3/+12
* ffs_vfsops: restore alphabetic order of options in ffs_optsavg2010-04-291-2/+2
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-29/+39
* ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobjavg2010-04-031-1/+0
* Remove unused variable.trasz2010-02-101-3/+2
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-1/+41
* insmntque_stddtr() clears vp->v_data and resets vp->v_op tokib2009-09-071-0/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* 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
OpenPOWER on IntegriCloud