aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2024-04-271-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* fdescfs: add a mount option rdlnkKonstantin Belousov2023-07-203-6/+13
* Revert "VFS: Remove VV_READLINK flag" and "fdescfs: improve linrdlnk mount op...Konstantin Belousov2023-07-201-2/+1
* fdescfs: improve linrdlnk mount optionKonstantin Belousov2023-07-041-3/+5
* sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer2023-05-011-2/+2
* fdesc_lookup(): drop fdroppedKonstantin Belousov2023-04-061-6/+2
* fdesc_lookup(): the condition to use vn_vget_ino() is always trueKonstantin Belousov2023-04-061-20/+18
* fdesc_lookup(): no need to vhold the dvp vnodeKonstantin Belousov2023-04-061-2/+0
* fdescfs: Fix a file ref leakMark Johnston2023-04-051-17/+25
* fdesc_allocvp(): fix potential use after freeKonstantin Belousov2023-03-311-4/+5
* fdescfs: remove useless XXX comment, unwrap lineKonstantin Belousov2023-03-311-2/+1
* fdescfs: allow chown/utime etc on fdescfs fd for underlying files opened with...Konstantin Belousov2022-06-131-2/+8
* fdescfs: add an option to return underlying file vnode on lookupKonstantin Belousov2021-06-113-1/+14
* fdescfs: allow shared locking of root vnodeMateusz Guzik2021-05-221-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
* Style(9). Add blank line aftr {.Dmitry Chagin2017-07-081-0/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-1/+1
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+2
* Rationalize license numbering in fdescfs(5)Ed Maste2016-04-303-3/+3
* ANSIfy fdescfs(5)Ed Maste2016-04-302-58/+13
* Revert r295359:Pedro F. Giffuni2016-02-071-1/+1
* fdesc_setattr: unitialized pointer readPedro F. Giffuni2016-02-071-1/+1
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-1/+1
* Implement lockless resource limits.Mateusz Guzik2015-06-101-3/+1