aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/pseudofs
Commit message (Expand)AuthorAgeFilesLines
* vfs: retire the VREF macroMateusz Guzik2025-09-271-1/+1
* vfs: retire the NULLVP macroMateusz Guzik2025-09-271-1/+1
* Revert "pseudofs: defer initialization until first mount"Kyle Evans2025-09-042-82/+22
* pseudofs: return errors from pfs_create_*()Kyle Evans2025-09-042-32/+53
* pseudofs: defer initialization until first mountKyle Evans2025-09-042-22/+82
* pseudofs: don't leak the unrhdr on errorKyle Evans2025-09-041-0/+1
* linsysfs: error check device-directory creationKyle Evans2025-09-041-1/+1
* pseudofs: Simplify pfs_readdir() and set eofflagMark Johnston2025-07-231-16/+15
* pseudofs: make dup name an error instead of panicKonstantin Belousov2025-06-051-17/+36
* pseudofs: fix typo in commentKonstantin Belousov2025-06-051-1/+1
* pseudofs: enhance KASSERT with more informationBjoern A. Zeeb2025-06-031-1/+2
* pseudofs: fix off by one in hash iteration in pfs_purgeAlvin Chen2023-11-201-1/+1
* Remove my middle name.Dag-Erling Smørgrav2023-08-176-6/+6
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* pseudofs: Fix a potential out-of-bounds access in pfs_lookup()Mark Johnston2023-06-231-2/+2
* sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer2023-04-251-4/+4
* pseudofs: Simplify pfs_visible_procDmitry Chagin2023-04-021-8/+4
* pseudofs: Allow vis callback to be called for a named nodeDmitry Chagin2023-04-022-5/+6
* pseudofs: Microoptimize struct pfs_nodeDmitry Chagin2023-04-022-4/+6
* pseudofs: Fix LOR in VOP_READDIR.Dag-Erling Smørgrav2023-02-261-1/+1
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* pseudofs: use the vget_prep/vget_finish idiomMateusz Guzik2022-09-191-2/+2
* pseudofs: Destroy vncache hashtbl on pseudofs module unload.Dmitry Chagin2021-12-091-0/+1
* vfs: add vop_stdadd_writecount_nomsyncMateusz Guzik2021-11-261-0/+1
* pseudofs: use vget_prep + vget_finish instead of vget + the interlockMateusz Guzik2021-05-191-2/+3
* pseudofs: limit writes to 1MKonstantin Belousov2021-04-141-0/+3
* Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer2020-11-052-8/+82
* Bump pseudofs size limit from 128kB to 1MB. The old limit could resultEdward Tomasz Napierala2020-10-161-2/+4
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-2/+2
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (10 of many)Pawel Biernacki2020-02-242-2/+2
* pseudofs: don't do VEXEC check in VOP_CACHEDLOOKUPKyle Evans2020-02-021-4/+0
* vfs: consistently use size_t for buflen around VOP_VPTOCNPMateusz Guzik2020-02-011-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-12/+12
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-4/+4
* pseudofs: hashed vncacheMateusz Guzik2019-10-222-50/+77
* pseudofs: use MNTK_NOMSYNCMateusz Guzik2019-10-131-0/+1
* Make pseudofs(9) create directory entries in order, insteadEdward Tomasz Napierala2019-09-142-3/+25
* pseudofs: make readdir work without a pid againKyle Evans2019-09-041-10/+15
* pseudofs: fix a LOR pfs_node vs pidhash (sleepable after non-sleepable)Mateusz Guzik2019-09-031-3/+31
* pseudofs: Ignore unsupported commands in vop_setattr.Johannes Lundberg2019-05-281-1/+2
* PFS: Bump NAMELEN and don't require clients to be sleepableMatt Macy2019-02-202-16/+52
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-1/+1
* proc: convert pfind & friends to use pidhash locks and other cleanupMateusz Guzik2018-11-211-10/+10
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+2
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-4/+2
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Delete declarations of struct pfs_bitmap, removed in r143841.Mark Johnston2017-10-221-3/+0