summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-10nfsd: disallow file locking and delegations for NFSv4 reexportMike Snitzer
2025-03-10nfsd: filecache: drop the list_lru lock during lock gc scansNeilBrown
2025-03-10nfsd: filecache: don't repeatedly add/remove files on the lru listNeilBrown
2025-03-10nfsd: filecache: introduce NFSD_FILE_RECENTNeilBrown
2025-03-10nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()NeilBrown
2025-03-10nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()NeilBrown
2025-03-10NFSD: Re-organize nfsd_file_gc_worker()Chuck Lever
2025-03-10nfsd: filecache: remove race handling.NeilBrown
2025-03-10fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-03-10NFSD: Fix callback decoder status codesChuck Lever
2025-03-10nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDEREDJeff Layton
2025-03-10nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE betterJeff Layton
2025-03-10nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nrJeff Layton
2025-03-10nfsd: only check RPC_SIGNALLED() when restarting rpc_taskJeff Layton
2025-03-10nfsd: always release slot when requeueing callbackJeff Layton
2025-03-10nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()Jeff Layton
2025-03-10nfsd: prepare nfsd4_cb_sequence_done() for error handling reworkJeff Layton
2025-03-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng
2025-03-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton
2025-03-10nfsd: don't ignore the return code of svc_proc_register()Jeff Layton
2025-03-10NFSD: Fix trace_nfsd_slot_seqid_sequenceChuck Lever
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when linking an open fileChuck Lever
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open fileChuck Lever
2025-03-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever
2025-03-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever
2025-03-10nfsd: remove the redundant mapping of nfserr_mlinkLi Lingfeng
2025-03-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever
2025-03-10nfsd: adjust WARN_ON_ONCE in revoke_delegationOlga Kornievskaia
2025-03-10nfsd: fix management of listener transportsOlga Kornievskaia
2025-03-10lockd: add netlink control interfaceJeff Layton
2025-03-10Merge afs RCU pathwalk fixChristian Brauner
2025-03-10afs: Simplify cell record handlingDavid Howells
2025-03-10afs: Fix afs_server ref accountingDavid Howells
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells
2025-03-10afs: Improve server refcount/active count tracingDavid Howells
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells
2025-03-10afs: Change dynroot to create contents on demandDavid Howells
2025-03-10afs: Remove the "autocell" mount optionDavid Howells
2025-03-10afs: Fix afs_atcell_get_link() to handle RCU pathwalkDavid Howells
2025-03-10Merge branch 'xfs-6.15-merge' into for-nextCarlos Maiolino
2025-03-10Merge branch 'xfs-6.15-zoned_devices' into xfs-6.15-mergeCarlos Maiolino
2025-03-10Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Carlos Maiolino
2025-03-10xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)
2025-03-10Merge patch series "pipe: Trivial cleanups"Christian Brauner
2025-03-10fs/splice: Use pipe_buf() helper to retrieve pipe bufferK Prateek Nayak
2025-03-10fs/pipe: Use pipe_buf() helper to retrieve pipe bufferK Prateek Nayak
2025-03-10fs/pipe: Limit the slots in pipe_resize_ring()K Prateek Nayak
2025-03-10Merge mainline pipe changesChristian Brauner