aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use mount interlock to protect all changes to mnt_flag andTor Egge2006-10-091-4/+28
* MFC: Release references acquired by VOP_GETWRITEMOUNT() and vfs_getvfs().Tor Egge2006-09-271-1/+6
* MFC: sys/ufs/ffs/ffs_vfsops.c 1.318Pawel Jakub Dawidek2006-09-041-0/+1
* MFC: sys/ufs/ffs/ffs_vfsops.c 1.317Pawel Jakub Dawidek2006-07-161-2/+2
* MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41Craig Rodrigues2006-06-171-7/+1
* MFC 1.316 (substitute vfs_mount_error for printf):Craig Rodrigues2006-06-171-1/+7
* MFC: Temporarily undo clusters contribution to global runningbufspaceTor Egge2006-05-131-0/+4
* MFC: Let snapshots make a copy of old contents for all buffers taking partTor Egge2006-03-221-11/+36
* MFC: Reduce probability of unmount failing after having unmounted snapshots.Tor Egge2006-03-221-0/+1
* MFC Revs 1.301, 1.302, 1.303Jeff Roberson2006-03-131-7/+46
* MFC: Add marker vnodes to ensure that all vnodes associated with the mountTor Egge2006-01-141-5/+9
* parse nmount options enough to use a current mount binary; thisSam Leffler2006-01-041-1/+4
* MFC rev 1.294Scott Long2005-10-291-3/+1
* MFC 1.293 (by ssouhlal):Xin LI2005-09-301-5/+3
* MFC rev 1.292:Suleiman Souhlal2005-08-281-1/+2
* MFCAlan Cox2005-08-201-1/+1
* - Don't set our bio op to be a READ when we've just completed a write. ThereJeff Roberson2005-05-301-10/+10
* - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnodeJeff Roberson2005-04-031-4/+3
* - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fixJeff Roberson2005-04-031-2/+21
* - FFS supports shared locks, clear LK_NOSHARE from our vnode locks.Jeff Roberson2005-03-311-1/+2
* - Upgrade a shared lock request to exclusive in ffs_vget() if we haveJeff Roberson2005-03-291-0/+9
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Don't hold a reference on the disk vnode for each inode.Poul-Henning Kamp2005-03-151-1/+2
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-141-11/+12
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-11/+4
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onPoul-Henning Kamp2005-02-191-2/+0
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.Poul-Henning Kamp2005-02-101-7/+12
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentPoul-Henning Kamp2005-02-081-3/+9
* Background writes are entirely an FFS/Softupdates thing.Poul-Henning Kamp2005-02-081-1/+172
* Don't use the UFS_* and VFS_* functions where a direct call is possble.Poul-Henning Kamp2005-02-081-1/+1
* For snapshots we need all VOP_LOCKs to be exclusive.Poul-Henning Kamp2005-02-081-2/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Don't create vnode_pager objects for the disk device.Poul-Henning Kamp2005-01-241-2/+0
* - Initialize and destroy the per-filesystem ufs lock where appropriate.Jeff Roberson2005-01-241-3/+24
* Fix ACLs handling for the root file system.Pawel Jakub Dawidek2005-01-151-0/+5
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-4/+4
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()Poul-Henning Kamp2005-01-131-2/+2
* Add BO_SYNC() and add a default which uses the secret vnode pointerPoul-Henning Kamp2005-01-111-0/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-7/+5
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* With the introduction of UFS2 we started looking for superblocks inPoul-Henning Kamp2004-12-121-0/+1
* Fix nfs exports (for now). The real fix is to teach mountd aboutPoul-Henning Kamp2004-12-071-9/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyPoul-Henning Kamp2004-12-071-94/+57
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-16/+0
* typo in comment.Poul-Henning Kamp2004-12-031-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-2/+2
* Use system wide no-op vfs_start function.Poul-Henning Kamp2004-11-251-1/+0
* Be prepared to accept NULL mountargs as part of root-mounting.Poul-Henning Kamp2004-11-131-5/+9