summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow compilation when not using softupdates.tegge2006-03-191-2/+0
* Let snapshots make a copy of old contents for all buffers taking part in ategge2006-03-191-11/+38
* Reduce probability of unmount failing after having unmounted snapshots.tegge2006-03-191-0/+1
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-1/+1
* Remove unneeded (and broken) usage of MNT_REF()/MNT_REL().tegge2006-03-101-2/+0
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-081-7/+48
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-5/+9
* Fix parsing of atime, clusterr, clusterw, exec, suid, symfollowrodrigc2005-11-241-4/+4
* If export mount flag is not passed in, set default parametersrodrigc2005-11-201-1/+13
* Add more options to ffs_opts, so that vfs_filteropts() will notrodrigc2005-11-191-2/+3
* - Add parsing for the following existing UFS/FFS mount options in the nmount()rodrigc2005-11-181-1/+33
* Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limitnjl2005-10-211-2/+2
* Don't pretend that a failed sync write was succesful.tegge2005-10-091-3/+1
* ffs_mountfs() needs devvp to be locked, so lock it.ssouhlal2005-09-021-5/+3
* Set the mountpoint path in the superblock (fs_fsmnt) at mount-timessouhlal2005-08-211-1/+2
* Eliminate inconsistency in the setting of the B_DONE flag. Specifically,alc2005-07-201-1/+1
* - Don't set our bio op to be a READ when we've just completed a write. Therejeff2005-05-301-10/+10
* - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnodejeff2005-04-031-4/+3
* - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fixjeff2005-04-031-2/+21
* - FFS supports shared locks, clear LK_NOSHARE from our vnode locks.jeff2005-03-311-1/+2
OpenPOWER on IntegriCloud