summaryrefslogtreecommitdiff
path: root/sys/fs/pseudofs
AgeCommit message (Expand)Author
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-09-04Revert "pseudofs: defer initialization until first mount"Kyle Evans
2025-09-03pseudofs: return errors from pfs_create_*()Kyle Evans
2025-09-03pseudofs: defer initialization until first mountKyle Evans
2025-09-03pseudofs: don't leak the unrhdr on errorKyle Evans
2025-09-03linsysfs: error check device-directory creationKyle Evans
2025-07-23pseudofs: Simplify pfs_readdir() and set eofflagMark Johnston
2025-06-06pseudofs: make dup name an error instead of panicKonstantin Belousov
2025-06-06pseudofs: fix typo in commentKonstantin Belousov
2025-06-03pseudofs: enhance KASSERT with more informationBjoern A. Zeeb
2023-11-20pseudofs: fix off by one in hash iteration in pfs_purgeAlvin Chen
2023-08-17Remove my middle name.Dag-Erling Smørgrav
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-23pseudofs: Fix a potential out-of-bounds access in pfs_lookup()Mark Johnston
2023-04-25sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer
2023-04-02pseudofs: Simplify pfs_visible_procDmitry Chagin
2023-04-02pseudofs: Allow vis callback to be called for a named nodeDmitry Chagin
2023-04-02pseudofs: Microoptimize struct pfs_nodeDmitry Chagin
2023-02-26pseudofs: Fix LOR in VOP_READDIR.Dag-Erling Smørgrav
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-09-19pseudofs: use the vget_prep/vget_finish idiomMateusz Guzik
2021-12-09pseudofs: Destroy vncache hashtbl on pseudofs module unload.Dmitry Chagin
2021-11-26vfs: add vop_stdadd_writecount_nomsyncMateusz Guzik
2021-05-19pseudofs: use vget_prep + vget_finish instead of vget + the interlockMateusz Guzik
2021-04-14pseudofs: limit writes to 1MKonstantin Belousov
2020-11-05Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer
2020-10-16Bump pseudofs size limit from 128kB to 1MB. The old limit could resultEdward Tomasz Napierala
2020-08-16vfs: remove the thread argument from vgetMateusz Guzik
2020-08-05vfs: remove the obsolete privused argument from vaccessMateusz Guzik
2020-02-24Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (10 of many)Pawel Biernacki
2020-02-02pseudofs: don't do VEXEC check in VOP_CACHEDLOOKUPKyle Evans
2020-02-01vfs: consistently use size_t for buflen around VOP_VPTOCNPMateusz 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
2019-10-22pseudofs: hashed vncacheMateusz Guzik
2019-10-13pseudofs: use MNTK_NOMSYNCMateusz Guzik
2019-09-14Make pseudofs(9) create directory entries in order, insteadEdward Tomasz Napierala
2019-09-04pseudofs: make readdir work without a pid againKyle Evans
2019-09-03pseudofs: fix a LOR pfs_node vs pidhash (sleepable after non-sleepable)Mateusz Guzik
2019-05-28pseudofs: Ignore unsupported commands in vop_setattr.Johannes Lundberg
2019-02-20PFS: Bump NAMELEN and don't require clients to be sleepableMatt Macy
2018-11-23Ensure that directory entry padding bytes are zeroed.Mark Johnston
2018-11-21proc: convert pfind & friends to use pidhash locks and other cleanupMateusz Guzik
2018-11-14Add d_off support for multiple filesystems.Konstantin Belousov
2018-05-04Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton
2017-11-27sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-22Delete declarations of struct pfs_bitmap, removed in r143841.Mark Johnston