summaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs
AgeCommit message (Expand)Author
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-07-15fdescfs: Set *eofflag in fdesc_readdir()Mark Johnston
2025-06-24file: Add a fd flag with O_RESOLVE_BENEATH semanticsMark Johnston
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-26Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-13fdescfs: add a mount option rdlnkKonstantin Belousov
2023-07-13Revert "VFS: Remove VV_READLINK flag" and "fdescfs: improve linrdlnk mount op...Konstantin Belousov
2023-06-27fdescfs: improve linrdlnk mount optionKonstantin Belousov
2023-04-25sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer
2023-03-24fdesc_lookup(): drop fdroppedKonstantin Belousov
2023-03-24fdesc_lookup(): the condition to use vn_vget_ino() is always trueKonstantin Belousov
2023-03-24fdesc_lookup(): no need to vhold the dvp vnodeKonstantin Belousov
2023-03-24fdesc_allocvp(): fix potential use after freeKonstantin Belousov
2023-03-24fdescfs: remove useless XXX comment, unwrap lineKonstantin Belousov
2023-03-22fdescfs: Fix a file ref leakMark Johnston
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-09-17vfs: introduce V_PCATCH to stop abusing PCATCHMateusz Guzik
2022-06-06fdescfs: allow chown/utime etc on fdescfs fd for underlying files opened with...Konstantin Belousov
2022-01-31insmntque1(): remove useless argumentsKonstantin Belousov
2022-01-27Revert b58ca5df0bb7 ("vfs: remove the now unused insmntque1")Mateusz Guzik
2022-01-27fdescfs: stop using insmntque1Mateusz Guzik
2021-11-24fdescfs: plug a set-but-not-unused varMateusz Guzik
2021-10-11vfs: remove cn_threadMateusz Guzik
2021-06-04fdescfs: add an option to return underlying file vnode on lookupKonstantin Belousov
2021-05-19fdescfs: allow shared locking of root vnodeMateusz Guzik
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
2020-09-01fs: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-24cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik
2020-08-16vfs: remove the thread argument from vgetMateusz Guzik
2020-01-03vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik
2019-12-16vfs: flatten vop vectorsMateusz Guzik
2019-12-08vfs: introduce v_irflag and make v_type smallerMateusz Guzik
2018-11-23Ensure that directory entry padding bytes are zeroed.Mark Johnston
2018-11-14Add d_off support for multiple filesystems.Konstantin Belousov
2018-05-09Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy
2018-05-04Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton
2018-03-09Fix Bad file descriptor error.Hajimu UMEMOTO
2018-01-17Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin
2017-12-19Add a custom VOP_PATHCONF method for fdescfs.John Baldwin
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-01Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin
2017-07-25Replace unnecessary _KERNEL by double-include protection.Dmitry Chagin
2017-07-09Style(9). Whitespace.Dmitry Chagin
2017-07-09Eliminate the bogus casts.Dmitry Chagin
2017-07-08Don't initialize error in declaration.Dmitry Chagin
2017-07-08Eliminate the bogus cast.Dmitry Chagin
2017-07-08Eliminate the bogus cast.Dmitry Chagin
2017-07-08Don't take a lock around atomic operation.Dmitry Chagin