| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: Use mount interlock to protect all changes to mnt_flag and | Tor Egge | 2006-10-09 | 1 | -4/+28 |
* | MFC: Release references acquired by VOP_GETWRITEMOUNT() and vfs_getvfs(). | Tor Egge | 2006-09-27 | 1 | -1/+6 |
* | MFC: sys/ufs/ffs/ffs_vfsops.c 1.318 | Pawel Jakub Dawidek | 2006-09-04 | 1 | -0/+1 |
* | MFC: sys/ufs/ffs/ffs_vfsops.c 1.317 | Pawel Jakub Dawidek | 2006-07-16 | 1 | -2/+2 |
* | MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41 | Craig Rodrigues | 2006-06-17 | 1 | -7/+1 |
* | MFC 1.316 (substitute vfs_mount_error for printf): | Craig Rodrigues | 2006-06-17 | 1 | -1/+7 |
* | MFC: Temporarily undo clusters contribution to global runningbufspace | Tor Egge | 2006-05-13 | 1 | -0/+4 |
* | MFC: Let snapshots make a copy of old contents for all buffers taking part | Tor Egge | 2006-03-22 | 1 | -11/+36 |
* | MFC: Reduce probability of unmount failing after having unmounted snapshots. | Tor Egge | 2006-03-22 | 1 | -0/+1 |
* | MFC Revs 1.301, 1.302, 1.303 | Jeff Roberson | 2006-03-13 | 1 | -7/+46 |
* | MFC: Add marker vnodes to ensure that all vnodes associated with the mount | Tor Egge | 2006-01-14 | 1 | -5/+9 |
* | parse nmount options enough to use a current mount binary; this | Sam Leffler | 2006-01-04 | 1 | -1/+4 |
* | MFC rev 1.294 | Scott Long | 2005-10-29 | 1 | -3/+1 |
* | MFC 1.293 (by ssouhlal): | Xin LI | 2005-09-30 | 1 | -5/+3 |
* | MFC rev 1.292: | Suleiman Souhlal | 2005-08-28 | 1 | -1/+2 |
* | MFC | Alan Cox | 2005-08-20 | 1 | -1/+1 |
* | - Don't set our bio op to be a READ when we've just completed a write. There | Jeff Roberson | 2005-05-30 | 1 | -10/+10 |
* | - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnode | Jeff Roberson | 2005-04-03 | 1 | -4/+3 |
* | - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fix | Jeff Roberson | 2005-04-03 | 1 | -2/+21 |
* | - FFS supports shared locks, clear LK_NOSHARE from our vnode locks. | Jeff Roberson | 2005-03-31 | 1 | -1/+2 |
* | - Upgrade a shared lock request to exclusive in ffs_vget() if we have | Jeff Roberson | 2005-03-29 | 1 | -0/+9 |
* | Add two arguments to the vfs_hash() KPI so that filesystems which do | Poul-Henning Kamp | 2005-03-16 | 1 | -2/+2 |
* | Don't hold a reference on the disk vnode for each inode. | Poul-Henning Kamp | 2005-03-15 | 1 | -1/+2 |
* | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | Poul-Henning Kamp | 2005-03-15 | 1 | -3/+1 |
* | Simplify the vfs_hash calling convention. | Poul-Henning Kamp | 2005-03-15 | 1 | -23/+3 |
* | Use vfs_hash instead of home-rolled. | Poul-Henning Kamp | 2005-03-14 | 1 | -11/+12 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -11/+4 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | Poul-Henning Kamp | 2005-02-19 | 1 | -2/+0 |
* | Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static. | Poul-Henning Kamp | 2005-02-10 | 1 | -7/+12 |
* | Split the vop_vector for ffs1 and ffs2, this is mostly for the different | Poul-Henning Kamp | 2005-02-08 | 1 | -3/+9 |
* | Background writes are entirely an FFS/Softupdates thing. | Poul-Henning Kamp | 2005-02-08 | 1 | -1/+172 |
* | Don't use the UFS_* and VFS_* functions where a direct call is possble. | Poul-Henning Kamp | 2005-02-08 | 1 | -1/+1 |
* | For snapshots we need all VOP_LOCKs to be exclusive. | Poul-Henning Kamp | 2005-02-08 | 1 | -2/+1 |
* | Introduce and use g_vfs_close(). | Poul-Henning Kamp | 2005-01-25 | 1 | -2/+2 |
* | Don't create vnode_pager objects for the disk device. | Poul-Henning Kamp | 2005-01-24 | 1 | -2/+0 |
* | - Initialize and destroy the per-filesystem ufs lock where appropriate. | Jeff Roberson | 2005-01-24 | 1 | -3/+24 |
* | Fix ACLs handling for the root file system. | Pawel Jakub Dawidek | 2005-01-15 | 1 | -0/+5 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | Poul-Henning Kamp | 2005-01-14 | 1 | -4/+4 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | Poul-Henning Kamp | 2005-01-13 | 1 | -2/+2 |
* | Add BO_SYNC() and add a default which uses the secret vnode pointer | Poul-Henning Kamp | 2005-01-11 | 1 | -0/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -7/+5 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | With the introduction of UFS2 we started looking for superblocks in | Poul-Henning Kamp | 2004-12-12 | 1 | -0/+1 |
* | Fix nfs exports (for now). The real fix is to teach mountd about | Poul-Henning Kamp | 2004-12-07 | 1 | -9/+4 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | Poul-Henning Kamp | 2004-12-07 | 1 | -94/+57 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -16/+0 |
* | typo in comment. | Poul-Henning Kamp | 2004-12-03 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -2/+2 |
* | Use system wide no-op vfs_start function. | Poul-Henning Kamp | 2004-11-25 | 1 | -1/+0 |
* | Be prepared to accept NULL mountargs as part of root-mounting. | Poul-Henning Kamp | 2004-11-13 | 1 | -5/+9 |