summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* - GETWRITEMOUNT now returns a referenced mountpoint to prevent itsjeff2006-03-311-1/+15
* - Add a comment warning about an anomalous condition where we VOP_UNLOCKjeff2006-01-301-0/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-3/+5
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
* In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX.phk2005-08-171-0/+6
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-031-5/+0
* - Add and enhance asserts related to the wrong bufobj panic.jeff2005-06-141-0/+3
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-0/+8
* - Remove unnecessary spls.jeff2005-05-011-10/+2
* - Now that writes to character devices supporting softupdates canjeff2005-04-031-3/+4
* - Fixup the default vfs_root function to match the new prototype.jeff2005-03-241-1/+2
* - Don't drop the lock in the default inactive handler anymore, VOP_NULLjeff2005-03-131-14/+1
* Remove VFS_START(). Its original purpose involved the mfs filesystem,das2005-02-201-10/+0
* Remove vop_stddestroyvobject()phk2005-02-071-13/+0
* Move the contents of vop_stddestroyvobject() to the new vnode_pagerphk2005-01-281-26/+2
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-251-24/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-251-14/+0
* Move the body of vop_stdcreatevobject() over to the vnode_pager underphk2005-01-241-50/+1
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-241-2/+1
* - Remove GIANT_REQUIRED where it is no longer required.jeff2005-01-241-4/+0
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-131-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-5/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* 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
OpenPOWER on IntegriCloud