aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vnode_if.src
Commit message (Expand)AuthorAgeFilesLines
* vfs: prevent avoidable evictions on mkdir of existing directoriesMateusz Guzik2020-10-221-0/+1
* vfs: drop the de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-201-1/+0
* vfs: drop spurious cred argument from VOP_VPTOCNPMateusz Guzik2020-10-201-1/+0
* Convert page cache read to VOP.Konstantin Belousov2020-09-151-0/+11
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-191-1/+0
* vfs: drop the thread argumemnt from vfs_fplookup_vexecMateusz Guzik2020-08-101-1/+0
* vfs: add VOP_STATMateusz Guzik2020-08-071-0/+11
* vfs: inline vops if there are no pre/post associated callsMateusz Guzik2020-07-301-8/+8
* vfs: add the infrastructure for lockless lookupMateusz Guzik2020-07-251-0/+11
* vfs: introduce vnode sequence countersMateusz Guzik2020-07-251-0/+14
* vfs: quiet -Wwrite-stringsRyan Libby2020-02-231-1/+1
* vfs: remove the now empty vop_unlock_postMateusz Guzik2020-02-021-1/+0
* vfs: consistently use size_t for buflen around VOP_VPTOCNPMateusz Guzik2020-02-011-1/+1
* vfs: replace VOP_MARKATIME with VOP_MMAPPEDMateusz Guzik2020-02-011-2/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+0
* vfs: add VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+6
* Change locking requirements for VOP_UNSET_TEXT().Konstantin Belousov2019-08-181-1/+1
* Add kernel support for a Linux compatible copy_file_range(2) syscall.Rick Macklem2019-07-251-0/+16
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-11/+3
* Make vop_symlink take a const target path.Brooks Davis2018-11-021-1/+1
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+1
* For UNIX sockets make vnode point not to the socket, but to the UNIX PCB,Gleb Smirnoff2017-06-021-2/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Consistently delimit each vnode description block with two blankKonstantin Belousov2016-08-271-0/+15
* Add an implementation of fdatasync(2).Konstantin Belousov2016-08-151-0/+8
* Remove unused "X" vnode lock assertion, somehow missed in r303743.Edward Tomasz Napierala2016-08-121-1/+0
* Remove unused - never actually implemented - vnode lock typesEdward Tomasz Napierala2016-08-041-3/+0
* Add EVFILT_VNODE open, read and close notifications.Konstantin Belousov2016-05-031-0/+4
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-2/+4
* kevent(2): Note DOOMED vnodes with NOTE_REVOKEConrad Meyer2015-09-151-0/+1
* Catch up on r271387 and remove unused parameter fromGleb Smirnoff2015-03-301-1/+0
* Merge from projects/sendfile:Gleb Smirnoff2014-11-231-0/+13
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().Gleb Smirnoff2014-09-101-2/+0
* If filesystem declares that it supports shared locking for writes, useKonstantin Belousov2013-11-091-1/+1
* remove vop_lookup_pre and vop_lookup_postAndriy Gapon2012-11-221-2/+0
* vnode_if: fix locking protocol description for lookup and cachedlookupAndriy Gapon2012-11-191-2/+2
* The r241025 fixed the case when a binary, executed from nullfs mount,Konstantin Belousov2012-11-021-0/+14
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.Konstantin Belousov2012-09-281-0/+18
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()Mikolaj Golub2012-02-291-0/+20
* Add 5 spare VOPs as placeholders to avoid breaking the KBI in the futureJohn Baldwin2012-01-061-1/+26
* Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and useJohn Baldwin2011-12-231-0/+2
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-041-0/+9
* Correctly use INOUT for the offset/len parameters to vop_allocate. AsMatthew D Fleming2011-05-131-2/+2
* Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9)Matthew D Fleming2011-04-191-3/+3
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-181-0/+10
* Add VOP_ADVLOCKPURGE so that the file system is called when purgingZachary Loafman2010-05-121-0/+7
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used byKonstantin Belousov2009-06-211-0/+1
* Stop asserting on exclusive locks in fsync since it can now supportPaul Saab2009-06-111-1/+1
* Simply shared vnode locking and extend it to also include fsync.Paul Saab2009-06-081-1/+1