summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove "update" from ffs_opts. It has been moved to global_optsrodrigc2006-05-261-4/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-18/+0
* Take errmsg out of ffs_opts. It is already part of global_optsrodrigc2006-05-241-1/+1
* Temporarily undo clusters contribution to global runningbufspace whiletegge2006-05-031-0/+4
* Fix a typo.scottl2006-04-281-1/+1
* - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all childjeff2006-04-281-1/+7
* Revert previous to this file before an actual request is made.trhodes2006-04-221-0/+12
* Remove what I believe are two useless ifdefs. If a user or administratortrhodes2006-04-211-12/+0
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().jeff2006-03-311-1/+6
OpenPOWER on IntegriCloud