summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_default.c
AgeCommit message (Expand)Author
2025-12-12unionfs: Implement VOP_GETLOWVNODEJason A. Harmening
2025-10-25pathconf: Define a new name called _PC_CASE_INSENSITIVERick Macklem
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-08-07vfs: Add support for file cloning to VOP_COPY_FILE_RANGERick Macklem
2025-07-05pathconf: Add a new variable for hidden/systemRick Macklem
2025-07-04vfs: Initial revision of inotifyMark Johnston
2025-05-04vfs_default.c: Add _PC_HAS_NAMEDATTR pathconf nameRick Macklem
2025-04-03stat(2): add st_bsdflags fieldKonstantin Belousov
2025-04-02vfs: Add VFS/syscall support for Solaris style extended attributesRick Macklem
2025-01-16stat(2): add st_filerevKonstantin Belousov
2024-11-19vfs: Fix vop_stdis_text()Mark Johnston
2024-09-05vop_stdadvise(): restore correct handling of length == 0Konstantin Belousov
2024-09-05vfs_default.c: trim whitespaceKonstantin Belousov
2024-06-24vfs: move __always_inline to canonical positionRyan Libby
2023-11-28VFS: add VOP_GETLOWVNODE()Konstantin Belousov
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-28vfs: vn_dir_next_dirent(): Simplify interface and hardenOlivier Certner
2023-04-28vfs: Export get_next_dirent() as vn_dir_next_dirent()Olivier Certner
2023-02-07vfs: ansifyMateusz Guzik
2022-03-24vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik
2021-11-27vfs: fully lockless v_writecount adjustmentMateusz Guzik
2021-11-27vfs: replace the MNTK_TEXT_REFS flag with VIRF_TEXT_REFMateusz Guzik
2021-11-26vfs: add vop_stdadd_writecount_nomsyncMateusz Guzik
2021-11-25vfs: remove the unused thread argument from NDINIT*Mateusz Guzik
2021-11-06vfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATERick Macklem
2021-08-27vfs_default: Change vop_stddeallocate() from static to globalRick Macklem
2021-08-26fspacectl(2): Changes on rmsr.r_offset's minimum value returnedKa Ho Ng
2021-08-24fspacectl(2): Clarifies the return valuesKa Ho Ng
2021-08-12vfs: Add ioflag to VOP_DEALLOCATE(9)Ka Ho Ng
2021-08-05Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng
2021-05-30VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening
2021-05-29Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening
2021-05-29VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening
2021-05-14vfs: add missing atomic conversion to writecount adjustmentMateusz Guzik
2021-05-14vfs: lockless writecount adjustment in set/unset textMateusz Guzik
2021-05-03VOP_STAT: Provide a default value for va_genMark Johnston
2021-02-21vfs: add vfs_ref_from_vpMateusz Guzik
2021-02-18lockf: ensure atomicity of lockf for open(O_CREAT|O_EXCL|O_EXLOCK)Konstantin Belousov
2021-02-12Add VOP_VPUT_PAIR() with trivial default implementation.Konstantin Belousov
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-11-09vfs: group mount per-cpu vars into one structMateusz Guzik
2020-10-20vfs: drop spurious cred argument from VOP_VPTOCNPMateusz Guzik
2020-10-15vfs: add VOP_EAGAINMateusz Guzik
2020-09-15Convert page cache read to VOP.Konstantin Belousov
2020-08-16vfs: assert that VI_TEXT_REF is not already setMateusz Guzik
2020-08-16vfs: remove the thread argument from vgetMateusz Guzik
2020-08-07vfs: add VOP_STATMateusz Guzik
2020-07-30vfs: fold poll_no_poll into vop_nopollMateusz Guzik