summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r287107:trasz2016-01-121-0/+1
* MFC r287033:trasz2015-10-181-1/+0
* MFC r287886:smh2015-09-241-2/+3
* MFC of 281677:mckusick2015-09-221-0/+2
* MFC r283601:kib2015-06-101-0/+1
* MFC r279362:kib2015-03-061-0/+1
* MFC r276008:kib2015-01-041-0/+1
* MFC r273131:kib2014-10-221-0/+3
* MFC r272534:kib2014-10-181-0/+1
* Add function and wrapper to switch lockmgr and vnode lock back tokib2014-09-051-0/+1
* MFC r268612:kib2014-07-281-0/+1
* MFC r268606:kib2014-07-281-0/+4
* MFC r267564:kib2014-06-241-0/+2
* There are several code sequences likekib2013-07-091-1/+4
* When renaming a directory from one parent directory to another,mckusick2013-03-201-0/+2
* Implement the helper function vn_io_fault_pgmove(), intended to use bykib2013-03-151-0/+2
* The softdep freeblks workitem might hold a reference on the dquot.kib2013-02-271-0/+1
* Rearrange the struct bufobj and struct vnode layouts to reducekib2013-01-141-16/+18
* Add exported vfs_hash_index() function, which calculates the canonicalkib2013-01-141-0/+1
* Add flags argument to vfs_write_resume() and removekib2013-01-111-2/+1
* The process_deferred_inactive() function locks the vnodes of the ufskib2013-01-011-0/+1
* Make it possible to atomically resume writes on the mount and accountkib2012-12-281-0/+3
* - Add NOCAPCHECK flag to namei that allows lookup to work even if the processpjd2012-11-271-0/+1
* Add a KPI to allow to reserve some amount of space in the numvnodeskib2012-10-141-0/+2
* Split the second half of vn_open_cred() (after a vnode has been found viajhb2012-06-081-0/+2
* vn_io_fault() is a facility to prevent page faults while filesystemskib2012-05-301-0/+2
* Add a rangelock implementation, intended to be used to range-lockingkib2012-05-301-0/+11
* Clarify that the v_lockf is advisory lock list.kib2012-05-301-1/+1
* Add a vn_bmap_seekhole(9) vnode helper which can be used by anykib2012-05-261-0/+2
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-2/+2
* This change creates a new list of active vnodes associated withmckusick2012-04-201-1/+2
* Drop export of vdestroy() function from kern/vfs_subr.c as it ismckusick2012-04-171-1/+0
* Export vinactive() from kern/vfs_subr.c (e.g., make it no longermckusick2012-04-111-0/+1
* Remove unused define.trasz2012-03-251-1/+0
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-0/+3
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-031-2/+3
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()trociny2012-02-291-0/+3
* When detaching an unix domain socket, uipc_detach() checkstrociny2012-02-251-0/+2
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+1
* Trim 8 unused bytes from struct vnode on 64-bit architectures.kib2012-02-081-2/+2
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-3/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-0/+4
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-201-4/+8
* Introduce vn_path_to_global_path()mm2012-01-151-0/+2
* Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and usejhb2011-12-231-0/+2
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-0/+2
* Generalize ffs_pages_remove() into vn_pages_remove().mm2011-08-251-0/+1
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-1/+9
* Update locking annotations for the struct vnode.kib2011-07-101-5/+2
OpenPOWER on IntegriCloud