summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Upgrade a shared lock request to exclusive in ffs_vget() if we havejeff2005-03-291-0/+9
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Don't hold a reference on the disk vnode for each inode.phk2005-03-151-1/+2
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.phk2005-03-141-11/+12
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-11/+4
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-191-2/+0
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.phk2005-02-101-7/+12
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentphk2005-02-081-3/+9
* Background writes are entirely an FFS/Softupdates thing.phk2005-02-081-1/+172
* Don't use the UFS_* and VFS_* functions where a direct call is possble.phk2005-02-081-1/+1
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-081-2/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Don't create vnode_pager objects for the disk device.phk2005-01-241-2/+0
* - Initialize and destroy the per-filesystem ufs lock where appropriate.jeff2005-01-241-3/+24
* Fix ACLs handling for the root file system.pjd2005-01-151-0/+5
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-4/+4
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-131-2/+2
* Add BO_SYNC() and add a default which uses the secret vnode pointerphk2005-01-111-0/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-7/+5
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* With the introduction of UFS2 we started looking for superblocks inphk2004-12-121-0/+1
* Fix nfs exports (for now). The real fix is to teach mountd aboutphk2004-12-071-9/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-94/+57
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-16/+0
* typo in comment.phk2004-12-031-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-2/+2
* Use system wide no-op vfs_start function.phk2004-11-251-1/+0
* Be prepared to accept NULL mountargs as part of root-mounting.phk2004-11-131-5/+9
* Put back the vfs_object_create() calls, they do make a difference whenphk2004-11-121-0/+2
* fix some commentsphk2004-11-101-4/+1
OpenPOWER on IntegriCloud