| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace v_dd vnode pointer with v_cache_dd pointer to struct namecache | kan | 2009-03-29 | 1 | -1/+1 |
* | Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhat | trasz | 2009-03-29 | 1 | -2/+1 |
* | Add new V* constants, neccessary for granular permission checks | trasz | 2009-03-27 | 1 | -9/+43 |
* | Add a prototype for the new vop_stdvptocnp function. | marcus | 2009-03-08 | 1 | -0/+1 |
* | Enable caching of negative pathname lookups in the NFS client. To avoid | jhb | 2009-02-19 | 1 | -0/+1 |
* | Actually remove the VA_MARK_ATIME flag. This should have been in the | jhb | 2009-01-28 | 1 | -1/+0 |
* | Move the code from ufs_lookup.c used to do dotdot lookup, into | kib | 2009-01-21 | 1 | -0/+3 |
* | Add a new error VOP, VOP_ENOENT. This function will simply return ENOENT. | marcus | 2008-12-12 | 1 | -0/+2 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -0/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -3/+3 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -2/+1 |
* | Garbage-collect vn_write_suspend_wait(). | kib | 2008-09-16 | 1 | -2/+0 |
* | Remove VSVTX, VSGID and VSUID. This should be a no-op, | trasz | 2008-09-10 | 1 | -3/+0 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -3/+2 |
* | Introduce the VV_FORCEINSMQ vnode flag. It instructs the insmnque() function | kib | 2008-08-28 | 1 | -0/+1 |
* | Currently, BSM audit pathname token generation for chrooted or jailed | csjp | 2008-07-31 | 1 | -0/+2 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -0/+3 |
* | Optimize lockmgr in order to get rid of the pool mutex interlock, of the | attilio | 2008-04-06 | 1 | -2/+4 |
* | Add the utility function vn_commname() to retrieve the command name | kib | 2008-03-31 | 1 | -0/+1 |
* | - Remove an old comment; vnodes have been working without Giant for | jeff | 2008-03-24 | 1 | -3/+3 |
* | Yield the cpu in the kernel while iterating the list of the | kib | 2008-03-23 | 1 | -0/+2 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 1 | -8/+1 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -0/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Remove redundant prototypes. | pjd | 2007-10-20 | 1 | -2/+0 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -2/+2 |
* | The cache_leaf_test() function seems to be unused, so remove it. | pjd | 2007-05-25 | 1 | -1/+0 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -2/+2 |
* | Make vdropl() public; zfs needs it. There is also plenty of existing | des | 2007-03-31 | 1 | -0/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+3 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+1 |
* | Use tab after #define. | kib | 2006-12-14 | 1 | -1/+1 |
* | Resolve two deadlocks that could be caused by busy md device backed | kib | 2006-12-14 | 1 | -0/+1 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 1 | -2/+6 |
* | Add gjournal specific code to the UFS file system: | pjd | 2006-10-31 | 1 | -0/+1 |
* | In vfs_hash_get(): mount point should never be changed | delphij | 2006-04-18 | 1 | -1/+1 |
* | Use vn_start_secondary_write() and vn_finished_secondary_write() as a | tegge | 2006-03-08 | 1 | -0/+3 |
* | - Move softdep from using a global worklist to per-mount worklists. This | jeff | 2006-03-02 | 1 | -1/+0 |
* | Use off_t for file size passed to vnode_create_vobject(). | yar | 2006-02-01 | 1 | -1/+1 |
* | Rename uid and gid arguments to vaccess() prototype to match vaccess() | rwatson | 2006-01-15 | 1 | -2/+3 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -1/+2 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 1 | -2/+2 |
* | Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn | des | 2005-12-14 | 1 | -6/+0 |
* | Move execve's access time update functionality into a new | dds | 2005-10-12 | 1 | -1/+2 |
* | Introduce vfs_read_dirent() which can help VOP_READDIR() implementations | phk | 2005-09-12 | 1 | -0/+2 |
* | Holding a vnode doesn't prevent v_mount from disappearing (when the | ssouhlal | 2005-08-06 | 1 | -0/+1 |
* | - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock | jeff | 2005-08-03 | 1 | -9/+0 |
* | Mistakingly undefined VN_KNOTE_LOCKED in my previous commit. | ssouhlal | 2005-07-01 | 1 | -1/+1 |
* | Fix the recent panics/LORs/hangs created by my kqueue commit by: | ssouhlal | 2005-07-01 | 1 | -3/+3 |