aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nullfs: Allow VSOCK to be mounted on top of another VSOCKHEADmainJesús Daniel Colmenares Oviedo109 min.1-1/+1
* chflags: Add a new UF_NOCACHE flagRick Macklem33 hours1-1/+1
* unionfs_noderem(): fix typoJason A. Harmening6 days1-1/+1
* unionfs_lock(): eliminate LK_CANRECURSE special-caseJason A. Harmening6 days1-11/+0
* tarfs: allow mounting inside jailsSiva Mahadevan8 days1-1/+1
* tarfs: remove PRIV_VFS_MOUNT_PERM checkSiva Mahadevan8 days1-5/+0
* nullfs(4): Fix a typo in a source code commentGordon Bergling11 days1-1/+1
* nfsd: Add glue for the nfsrdma.ko moduleRick Macklem14 days3-1/+58
* autofs: try to avoid waiting for timeouts of in-flight requests for forced un...Konstantin Belousov2026-08-061-0/+28
* pseudofs: Don't purge the cache on shutdownDag-Erling Smørgrav2026-08-051-1/+0
* autofs_lookup(): busy the mount point around autofs_trigger()Konstantin Belousov2026-08-041-4/+11
* fix p9fs_vget_common() panicsNimish Jain2026-08-042-44/+15
* nfs_commonkrpc.c: Get rid of NFSv4.0 delegation cruftRick Macklem2026-08-041-27/+0
* nfs_commonkrpc.c: Fix recovery that was broken by 4d80d4913e79Rick Macklem2026-08-041-3/+9
* nfs_commonkrpc.c: Handle NFSERR_DELAY for Sequence correctlyRick Macklem2026-07-271-1/+14
* 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