summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing vop_bypass (returning EOPNOTSUPP).phk2004-12-031-1/+3
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-42/+25
* Make more sense out of vop_stdcreatevobject()phk2004-11-181-21/+21
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* The default VOP_REVOKE() should be vop_panic() as we should neverphk2004-11-131-1/+1
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-061-0/+1
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()alc2004-11-061-0/+1
* Remove VOP_SPECSTRATEGY() from the system.phk2004-10-291-1/+0
* Eliminate unnecessary KASSERT.phk2004-10-271-3/+0
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-4/+3
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-211-9/+7
* Use vn_isdisk() to check if vnode is a disk.phk2004-09-241-1/+1
* use vn_isdisk() to see if vnode is a disk.phk2004-09-241-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-1/+2
* style(9)alfred2004-07-071-1/+12
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.alfred2004-07-071-0/+10
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-9/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Clean up the stub fake vnode locking implemenations. The main reason thispeter2004-03-291-160/+0
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-5/+5
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-011-5/+1
* Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop iskan2003-10-301-0/+1
* Introduce no_poll() default method for device drivers. Have itphk2003-09-271-0/+1
* I have not had any reports of trouble for a long time, so remove thephk2003-06-151-25/+3
* Use __FBSDID().obrien2003-06-111-3/+3
* Lock the vm_object when performing vm_pager_deallocate().alc2003-05-061-1/+1
* Lock access to the vm_object's flags in vop_stdcreatevobject().alc2003-05-021-1/+4
* Lock an update to a vm_object's ref_count.alc2003-05-011-0/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* - Lock the vm_object on entry to vm_object_terminate().alc2003-04-261-2/+5
* - Remove a race between fsync like functions and flushbufqueues() byjeff2003-03-131-1/+0
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+56
* Remove trainling whitespace.kan2003-03-101-16/+15
* Respect any passed in external lockmgr flags such as LK_NOWAIT in thejhb2003-03-071-4/+2
* - Correct the wchan in vop_stdfsync()jeff2003-03-031-1/+1
* Pick up one file missed in the previous vprint() cleanupnjl2003-03-031-3/+3
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-1/+1
* - Claim we're 'fsync' and not 'spec_fsync' in vop_stdfsync.jeff2003-02-091-1/+1
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-091-0/+89
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-0/+25
* resort the vnode ops list.phk2003-01-041-1/+1
* Don't try to be cute and save a call/return by implementing a degeneratephk2002-10-241-5/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-7/+7
* - Use the standard vp interlock macros.jeff2002-09-251-8/+12
* Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failingphk2002-08-131-0/+2
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* - The default for lock, unlock, and islocked is now std* instead of no*.jeff2002-07-271-3/+3
* Remove vfs_stdmount() and vfs_stdunmount(). They are notmux2002-07-091-20/+0
* Remove a stale comment saying that the vnode lock must be the firstiedowse2002-04-271-3/+0
OpenPOWER on IntegriCloud