aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-8/+2
2025-04-13nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-13nfs: add missing selections of CONFIG_CRC32Eric Biggers2-7/+1
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds13-231/+386
2025-03-14NFSD: Add a Kconfig setting to enable delegated timestampsChuck Lever2-3/+25
2025-03-10nfsd: use a long for the count in nfsd4_state_shrinker_count()Jeff Layton1-1/+1
2025-03-10nfsd: remove obsolete comment from nfs4_alloc_stidJeff Layton1-9/+0
2025-03-10nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()Jeff Layton1-2/+0
2025-03-10nfsd: reorganize struct nfs4_delegation for better packingJeff Layton1-1/+1
2025-03-10nfsd: handle errors from rpc_call_async()Jeff Layton1-3/+7
2025-03-10nfsd: move cb_need_restart flag into cb_flagsJeff Layton3-8/+6
2025-03-10nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNINGJeff Layton3-13/+15
2025-03-10nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANYJeff Layton2-15/+3
2025-03-10nfsd: prevent callback tasks running concurrentlyJeff Layton5-8/+26
2025-03-10nfsd: disallow file locking and delegations for NFSv4 reexportMike Snitzer1-0/+18
2025-03-10nfsd: filecache: drop the list_lru lock during lock gc scansNeilBrown2-3/+30
2025-03-10nfsd: filecache: don't repeatedly add/remove files on the lru listNeilBrown1-30/+17
2025-03-10nfsd: filecache: introduce NFSD_FILE_RECENTNeilBrown3-2/+24
2025-03-10nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()NeilBrown1-3/+8
2025-03-10nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()NeilBrown1-6/+1
2025-03-10NFSD: Re-organize nfsd_file_gc_worker()Chuck Lever1-2/+2
2025-03-10nfsd: filecache: remove race handling.NeilBrown1-16/+2
2025-03-10NFSD: Fix callback decoder status codesChuck Lever1-7/+7
2025-03-10nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDEREDJeff Layton1-9/+5
2025-03-10nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE betterJeff Layton1-0/+7
2025-03-10nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nrJeff Layton1-1/+6
2025-03-10nfsd: only check RPC_SIGNALLED() when restarting rpc_taskJeff Layton1-8/+10
2025-03-10nfsd: always release slot when requeueing callbackJeff Layton1-0/+1
2025-03-10nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()Jeff Layton1-24/+27
2025-03-10nfsd: prepare nfsd4_cb_sequence_done() for error handling reworkJeff Layton1-11/+9
2025-03-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-03-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton1-4/+2
2025-03-10nfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
2025-03-10NFSD: Fix trace_nfsd_slot_seqid_sequenceChuck Lever1-4/+15
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when linking an open fileChuck Lever1-13/+31
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open fileChuck Lever1-4/+29
2025-03-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever1-6/+18
2025-03-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-03-10nfsd: remove the redundant mapping of nfserr_mlinkLi Lingfeng1-1/+0
2025-03-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-03-10nfsd: adjust WARN_ON_ONCE in revoke_delegationOlga Kornievskaia1-1/+2
2025-03-10nfsd: fix management of listener transportsOlga Kornievskaia1-23/+21
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown2-22/+16
2025-02-26nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()NeilBrown1-3/+0
2025-02-10Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds6-7/+25
2025-02-10NFSD: Fix CB_GETATTR status fixChuck Lever1-1/+1
2025-02-10NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia1-2/+3
2025-02-10nfsd: fix uninitialised slot info when a request is retriedNeilBrown1-1/+2
2025-02-02nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton1-1/+10