Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | 1998-08-06 | 1 | -4/+4 | ||
| | | | | | | | | | | | | to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). | |||||
* | Changes necesary for new soft updates code. Doesn't affect old soft updates | 1998-03-14 | 1 | -4/+19 | ||
| | | | | or kernels without soft updates... | |||||
* | Fix a couple spinlock references. More code motion in vfs_subr.c | 1998-01-11 | 1 | -1/+3 | ||
| | ||||||
* | A couple more splbio()s in vfs_bio plus moving around a couple functions. | 1998-01-10 | 1 | -0/+342 | ||