aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vnode_if.src
Commit message (Expand)AuthorAgeFilesLines
* vfs: rename vop_mmapped() to vop_update_atime()Konstantin Belousov2026-06-231-1/+2
* vfs: add VOP_DELAYED_SETSIZE() and related infrastructureKonstantin Belousov2026-03-051-0/+8
* VOP_RENAME(9): add flags argumentKonstantin Belousov2026-03-051-0/+1
* vnode_if.src: fix function name in locking annotationJason A. Harmening2025-12-121-1/+1
* vfs: Lower-case VOP_WRITE pre and post hooksMark Johnston2025-07-231-2/+2
* vfs: Assert that VOP_READDIR sets *eofflag properlyMark Johnston2025-07-231-0/+1
* vfs: Add event notification pointsMark Johnston2025-07-041-0/+3
* vfs: Initial revision of inotifyMark Johnston2025-07-041-0/+21
* VFS: add VOP_GETLOWVNODE()Konstantin Belousov2023-11-281-0/+7
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* vnode(9): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-161-1/+1
* Make locking assertions for VOP_FSYNC() and VOP_FDATASYNC() more correctKonstantin Belousov2021-11-121-2/+6
* vfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATERick Macklem2021-11-061-0/+2
* vfs: remove thread argument from VOP_STATMateusz Guzik2021-10-111-1/+0
* vfs: Add ioflag to VOP_DEALLOCATE(9)Ka Ho Ng2021-08-121-0/+1
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-051-0/+11
* Add VOP_VPUT_PAIR() with trivial default implementation.Konstantin Belousov2021-02-121-0/+9
* cache: add symlink support to lockless lookupMateusz Guzik2021-01-231-0/+10
* 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