summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
Commit message (Expand)AuthorAgeFilesLines
...
* The cache_leaf_test() function seems to be unused, so remove it.pjd2007-05-251-1/+0
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-2/+2
* Make vdropl() public; zfs needs it. There is also plenty of existingdes2007-03-311-0/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+3
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+1
* Use tab after #define.kib2006-12-141-1/+1
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-0/+1
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-2/+6
* Add gjournal specific code to the UFS file system:pjd2006-10-311-0/+1
* In vfs_hash_get(): mount point should never be changeddelphij2006-04-181-1/+1
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-081-0/+3
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-021-1/+0
* Use off_t for file size passed to vnode_create_vobject().yar2006-02-011-1/+1
* Rename uid and gid arguments to vaccess() prototype to match vaccess()rwatson2006-01-151-2/+3
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-1/+2
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawndes2005-12-141-6/+0
* Move execve's access time update functionality into a newdds2005-10-121-1/+2
* Introduce vfs_read_dirent() which can help VOP_READDIR() implementationsphk2005-09-121-0/+2
* Holding a vnode doesn't prevent v_mount from disappearing (when thessouhlal2005-08-061-0/+1
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-031-9/+0
* Mistakingly undefined VN_KNOTE_LOCKED in my previous commit.ssouhlal2005-07-011-1/+1
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-011-3/+3
* - Don't make vgonel() globally visible, we want to change its prototypejeff2005-06-131-1/+0
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-12/+49
* This patch addresses a standards violation issue. The standards say akensmith2005-05-311-0/+1
* - Changes to vgone() and related teardown code have meant that the vxthreadjeff2005-04-271-1/+0
* - Add a VI_LOCK_FLAGS so we can pass MTX_DUPOK in. This somewhat defeatsjeff2005-04-221-0/+1
* - Add the mising ASSERT_VOP_ELOCKED code in the !DEBUG_VFS_LOCKS case.jeff2005-04-121-1/+1
* - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awkjeff2005-04-111-2/+2
* Eliminate v_id and v_ddid. This changes struct vnode, so alldas2005-03-301-2/+0
* - If vput() is called with a shared lock it must upgrade to an exclusivejeff2005-03-241-0/+1
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+4
* Add mnt_hashseed to struct mount and initialize it witn PRNG bits, usephk2005-03-161-1/+0
* - Now that there are no external users of vfree() make it static.jeff2005-03-151-14/+0
* - Expose vholdl() so it may be used outside of vfs_subr.cjeff2005-03-151-0/+1
* Currently (almost) all filesystems maintain a local inode hash tablephk2005-03-141-0/+12
* - Increment the holdcnt once for each usecount reference. This allows usjeff2005-03-141-9/+5
* - We do not have to check the object's ref_count in VSHOULDFREE orjeff2005-03-141-1/+1
* - Retire OLOCK and OWANT. All callers hold the vnode lock when creatingjeff2005-03-141-2/+0
* - Get rid of VXLOCK, VXWANT, and vx_*. The vnode lock now protects usjeff2005-03-131-21/+10
* Group the fields in struct vnode by their function and stick commentsphk2005-02-221-26/+59
* Reap more benefits from DEVFS:phk2005-02-221-6/+2
* Remove vfinddev(), it is generally bogus when faced with jails andphk2005-02-221-1/+0
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-171-0/+3
* Make various vnode related functions staticphk2005-02-101-12/+0
* Add __printflike() to vn_printf()phk2005-02-101-1/+1
* Drag another softupdates tentacle back into FFS: Now that FFS'sphk2005-02-081-1/+0
* Remove vop_stddestroyvobject()phk2005-02-071-1/+0
* Remove unused argument to vrecycle()phk2005-01-281-2/+1
OpenPOWER on IntegriCloud