aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
* fdescfs: Set *eofflag in fdesc_readdir()Mark Johnston2025-07-151-1/+8
* file: Add a fd flag with O_RESOLVE_BENEATH semanticsMark Johnston2025-06-241-2/+2
* sys: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2023-08-261-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* fdescfs: add a mount option rdlnkKonstantin Belousov2023-07-133-5/+13
* Revert "VFS: Remove VV_READLINK flag" and "fdescfs: improve linrdlnk mount op...Konstantin Belousov2023-07-131-5/+3
* fdescfs: improve linrdlnk mount optionKonstantin Belousov2023-06-271-3/+5
* sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer2023-04-251-2/+2
* fdesc_lookup(): drop fdroppedKonstantin Belousov2023-03-241-6/+2
* fdesc_lookup(): the condition to use vn_vget_ino() is always trueKonstantin Belousov2023-03-241-20/+18
* fdesc_lookup(): no need to vhold the dvp vnodeKonstantin Belousov2023-03-241-2/+0
* fdesc_allocvp(): fix potential use after freeKonstantin Belousov2023-03-241-4/+5
* fdescfs: remove useless XXX comment, unwrap lineKonstantin Belousov2023-03-241-2/+1
* fdescfs: Fix a file ref leakMark Johnston2023-03-221-17/+25
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* vfs: introduce V_PCATCH to stop abusing PCATCHMateusz Guzik2022-09-171-1/+1
* fdescfs: allow chown/utime etc on fdescfs fd for underlying files opened with...Konstantin Belousov2022-06-061-2/+8
* insmntque1(): remove useless argumentsKonstantin Belousov2022-01-311-1/+1
* Revert b58ca5df0bb7 ("vfs: remove the now unused insmntque1")Mateusz Guzik2022-01-271-1/+1
* fdescfs: stop using insmntque1Mateusz Guzik2022-01-261-13/+3
* fdescfs: plug a set-but-not-unused varMateusz Guzik2021-11-241-2/+0
* vfs: remove cn_threadMateusz Guzik2021-10-111-1/+1
* fdescfs: add an option to return underlying file vnode on lookupKonstantin Belousov2021-06-043-1/+14
* fdescfs: allow shared locking of root vnodeMateusz Guzik2021-05-191-1/+12
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-1/+1
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-162-3/+3
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-5/+5
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-1/+2
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+2
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-4/+2
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-4/+0
* Fix Bad file descriptor error.Hajimu UMEMOTO2018-03-091-0/+2
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+1
* Add a custom VOP_PATHCONF method for fdescfs.John Baldwin2017-12-191-1/+31
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-0/+6
* Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin2017-08-013-3/+63
* Replace unnecessary _KERNEL by double-include protection.Dmitry Chagin2017-07-251-2/+4
* Style(9). Whitespace.Dmitry Chagin2017-07-091-1/+1
* Eliminate the bogus casts.Dmitry Chagin2017-07-091-2/+2
* Don't initialize error in declaration.Dmitry Chagin2017-07-081-1/+1
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Don't take a lock around atomic operation.Dmitry Chagin2017-07-081-8/+2
* Remove init from declaration, collapse two int vars declarations into single.Dmitry Chagin2017-07-081-2/+2
* Remove init from declaration.Dmitry Chagin2017-07-081-1/+1