summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
Commit message (Expand)AuthorAgeFilesLines
* Replace v_dd vnode pointer with v_cache_dd pointer to struct namecachekan2009-03-291-1/+1
* Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhattrasz2009-03-291-2/+1
* Add new V* constants, neccessary for granular permission checkstrasz2009-03-271-9/+43
* Add a prototype for the new vop_stdvptocnp function.marcus2009-03-081-0/+1
* Enable caching of negative pathname lookups in the NFS client. To avoidjhb2009-02-191-0/+1
* Actually remove the VA_MARK_ATIME flag. This should have been in thejhb2009-01-281-1/+0
* Move the code from ufs_lookup.c used to do dotdot lookup, intokib2009-01-211-0/+3
* Add a new error VOP, VOP_ENOENT. This function will simply return ENOENT.marcus2008-12-121-0/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-3/+3
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-2/+1
* Garbage-collect vn_write_suspend_wait().kib2008-09-161-2/+0
* Remove VSVTX, VSGID and VSUID. This should be a no-op,trasz2008-09-101-3/+0
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-3/+2
* Introduce the VV_FORCEINSMQ vnode flag. It instructs the insmnque() functionkib2008-08-281-0/+1
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-311-0/+2
* Move the head of byte-level advisory lock list from thekib2008-04-161-0/+3
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theattilio2008-04-061-2/+4
* Add the utility function vn_commname() to retrieve the command namekib2008-03-311-0/+1
* - Remove an old comment; vnodes have been working without Giant forjeff2008-03-241-3/+3
* Yield the cpu in the kernel while iterating the list of thekib2008-03-231-0/+2
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-011-8/+1
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-0/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Remove redundant prototypes.pjd2007-10-201-2/+0
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-2/+2
* 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
OpenPOWER on IntegriCloud