summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-12ubifs: fix out-of-bounds read in signature length checkIbrahim Hashimov1-1/+1
2026-08-11ubifs: ubifs.h: clean up kernel-doc commentsRandy Dunlap1-8/+12
2026-08-11ubifs: key.h: use correct function parameter nameRandy Dunlap1-1/+1
2026-08-11ubifs: debug.h: fix kernel-doc struct prototypesRandy Dunlap1-2/+2
2026-08-11orangefs: skip leading spaces before parsing client debug masksZhiling Zou1-0/+1
2026-08-11orangefs: Remove commented out code in find_cached_xattrThorsten Blum1-5/+0
2026-08-11orangefs: use folio_pos() and folio_size() in orangefs_page_mkwrite()Tal Zussman1-4/+4
2026-08-11orangefs: fix double-free of trailer_buf on readdir copy failureYifei Gao1-0/+1
2026-08-11f2fs: call __add_ino_entry out of the eviction pathJaegeuk Kim5-7/+122
2026-08-11erofs: use dedicated meta inodes for file-backed mountsGao Xiang5-44/+65
2026-08-11erofs: accept source file descriptor via fsconfigGiuseppe Scrivano1-11/+62
2026-08-11exfat: fix truncated volume labels returned by FS_IOC_GETFSLABELYang Wen1-1/+1
2026-08-11f2fs: refactor f2fs_evict_inode having three major partsJaegeuk Kim1-53/+79
2026-08-11f2fs: support dynamic reserve/release for device aliasingDaeho Jeong9-68/+515
2026-08-10nilfs2: standardize the inode number type to u64Ryusuke Konishi10-50/+46
2026-08-10nilfs2: enhance btree node keys checkWang Jianjian1-3/+16
2026-08-10NFS: Return a delegation the client fails to recordChuck Lever1-4/+14
2026-08-10nfsd: export NFSv4 callback op stats via netlinkJeff Layton1-0/+27
2026-08-10nfsd: count NFSv4 callback operations per netnsJeff Layton6-7/+50
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton9-35/+0
2026-08-10nfsd: implement server-stats-get netlink handlerJeff Layton3-0/+229
2026-08-10sunrpc: add per-netns per-procedure call counts to svc_statJeff Layton1-1/+7
2026-08-10NFSD: Eliminate percpu counter contention in IO byte accountingChuck Lever1-4/+26
2026-08-10NFSD: Eliminate percpu counter contention in reply cache statisticsChuck Lever1-3/+23
2026-08-10NFSD: Eliminate percpu counter contention in DRC memory accountingChuck Lever1-2/+20
2026-08-10NFSD: Fix off-by-one in DRC bucket pruning limitChuck Lever1-1/+1
2026-08-10NFSD: Relocate NFSv4 "supported attributes" to new headerChuck Lever4-150/+164
2026-08-10NFSD: Relocate nfsd4_set_netaddr()Chuck Lever2-33/+31
2026-08-10NFSD: Relocate nfsd_user_namespace()Chuck Lever5-6/+26
2026-08-10NFSD: Move struct readdir_cdChuck Lever5-6/+7
2026-08-10NFSD: Move the export.h include from nfsd.h to auth.cChuck Lever2-2/+1
2026-08-10NFSD: Remove '#include "nfsd.h"' from fs/nfsd/cache.hChuck Lever1-1/+2
2026-08-10NFSD: include "netns.h"Chuck Lever9-4/+13
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever7-1/+6
2026-08-10NFSD: Make "stats.h" self-containedChuck Lever1-0/+3
2026-08-10xdrgen: Share void RPC procedure handlers across programsChuck Lever6-100/+40
2026-08-10xdrgen: Emit a blank line ahead of enum declarationsChuck Lever6-6/+9
2026-08-10NFSD: Encode only the status in NFS-ACL v2 GETACL error repliesChuck Lever1-16/+15
2026-08-10nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDRJeff Layton2-19/+12
2026-08-10nfsd: make the copy offload stateid a first-class nfs4_stidJeff Layton4-39/+61
2026-08-10nfsd: split nfsd4_copy into transient and durable async copy objectsJeff Layton4-80/+98
2026-08-10nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 typesJeff Layton1-0/+13
2026-08-10nfsd: revoke copy-notify stateids before dropping their referenceJeff Layton1-16/+62
2026-08-10nfsd: check client ownership when cancelling a copy-notify stateidJeff Layton1-2/+12
2026-08-10nfsd: initialize copy-notify stateid before publishing itJeff Layton2-8/+18
2026-08-10nfsd: fix stale s2s_cp_stateids IDR entry for async COPYJeff Layton1-3/+4
2026-08-10nfsd: fix UAF in async copy cancel and shutdownJeff Layton1-35/+85
2026-08-10nfsd: fix cpntf publish race in nfs4_init_cp_stateChris Mason1-10/+25
2026-08-10NFSD: Release the export reference when reaping open stateidsChuck Lever1-1/+7
2026-08-10NFSD: Prevent client use-after-free during close_lru reapingChuck Lever1-0/+5