aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* cuse: Fix server reference leak in cuse_client_open()giacomo2026-07-241-2/+10
* tarfs: remove unused 'ino' in mount structure.Philippe Michaud-Boudreault2026-07-221-1/+0
* nullfs: close a race when syncing inotify flags from the lower vnodeAlexander Leidinger2026-07-191-5/+14
* Revert "chflags: Add a new UF_DONTCACHE flag"Rick Macklem2026-07-131-1/+1
* chflags: Add a new UF_DONTCACHE flagRick Macklem2026-07-121-1/+1
* tmpfs: implement AT_RENAME_EXCHANGEKonstantin Belousov2026-07-111-23/+67
* tmpfs: extract tmpfs_rename_check/set_parent() from tmpfs_rename()Konstantin Belousov2026-07-111-78/+89
* tmpfs_rename(): styleKonstantin Belousov2026-07-111-2/+2
* nfsd: Commit missing patches for c52bcd09c2a6Rick Macklem2026-07-112-1/+3
* nfsd: Garbage collect stray NFSv4 stateRick Macklem2026-07-111-14/+75
* nfsd: Optionally enable use of M_EXTPG mbufs for read repliesRick Macklem2026-07-074-9/+33
* nfs_clstate.c: Fix handling of delegation upgradesRick Macklem2026-07-042-11/+40
* autofs: enable witness for autofs node lockRobert Wing2026-07-031-26/+18
* fusefs: fix vnode locking violations during execveAlan Somers2026-07-033-54/+24
* autofs: rename sx lock description for am_lockRobert Wing2026-07-011-1/+1
* nfs_clstate.c: Fix CB_RECALL handling for NFSv4.1/4.2Rick Macklem2026-06-271-2/+9
* nfs_nfsdport.c: Fix a typo in a KASSERTRick Macklem2026-06-261-1/+1
* p9fs: Remove the "cancel" transport methodMark Johnston2026-06-241-2/+0
* cd9660: Add support for birth timesJohn Baldwin2026-06-234-7/+23
* cd9660: Adjust parsing of timestamps in the extended atttributes recordJohn Baldwin2026-06-231-6/+16
* nfscl: Add support for flexible file layout stripingRick Macklem2026-06-234-119/+234
* cd9660: Add various length checks when parsing RRIP extensionsJohn Baldwin2026-06-222-51/+136
* nfs_nfsdstate.c: Another unnecessary initialization for gccRick Macklem2026-06-211-1/+1
* procfs, linprocfs: ensure target process vmspace stabilityKonstantin Belousov2026-06-212-15/+8
* pseudofs: ensure that the target process vmspace is stable for VOP_READ/WRITEKonstantin Belousov2026-06-211-18/+41
* pfs_readdir(): block the target process from execingKonstantin Belousov2026-06-211-1/+9
* proc: Allow to make proc_rwmem() operate on a consistent address spaceKonstantin Belousov2026-06-212-3/+3
* nfs_nfsdport.c: One more unnecessary initialization for gccRick Macklem2026-06-211-1/+1
* nfs_nfsdport.c: Do unnecessary initializations to quiet gccRick Macklem2026-06-211-6/+7
* pNFSd: Add a directory of newly created files for the pNFSdRick Macklem2026-06-201-32/+589
* nfs_nfsdserv.c: Fix setting of birthtime for some ZFS poolsRick Macklem2026-06-181-0/+10
* nfs_clvnops.c: Fix the case where va_flags are being clearedRick Macklem2026-06-181-6/+3
* fusefs: fix error handling when reading a directory's sticky bitAlan Somers2026-06-141-4/+6
* fusefs: only search for FREAD fufh in readdirCismonX2026-06-121-11/+1
* cd9660: Don't parse RRIP records whose length overflows the sector boundaryJohn Baldwin2026-06-101-8/+18
* nfsd: Add per-MDS fs striping configurationRick Macklem2026-06-053-7/+33
* nfs_commonkrpc.c: Improve handling of NFSv4.1/4.2 recoveryRick Macklem2026-06-041-5/+8
* nfsd: Add support for striped Flexible File layoutRick Macklem2026-06-047-314/+908
* nfs_clrpcops.c: Change initial layout type to flex filesRick Macklem2026-06-031-5/+5
* fs/msdosfs: add support for file namws with surrogate pairsStefan Eßer2026-06-013-41/+139
* smbfs: plug smbfs_node_alloc() leak of name buffers when insmntque() failsHaoxiang Li2026-05-271-0/+4
* p9fs: Implement msize mount option and bump default to 128 KiBAlex Richardson2026-05-263-4/+14
* p9fs: Refactor buffer allocations to avoid zeroing large payloadsAlex Richardson2026-05-262-55/+44
* nfs: Fix argument typo to avoid a crashRick Macklem2026-05-252-2/+6
* fusefs: Handle buggy servers' LISTXATTR responseAlan Somers2026-05-202-6/+13
* tmpfs: Overhaul option handling on remountDag-Erling Smørgrav2026-05-191-38/+62
* nullfs: do not allow to mount a vnode over itselfKonstantin Belousov2026-05-171-0/+8
* nfsd: Allow vfs.nfsd.srvmaxio to be up to 4MbytesRick Macklem2026-05-142-2/+6
* p9fs: Fix creating files with restrictive permissionsAlex Richardson2026-05-072-6/+32
* p9fs: implement basic pathconf supportAlex Richardson2026-05-072-2/+72