summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-03-14NFSD: Add a Kconfig setting to enable delegated timestampsChuck Lever
2025-03-10nfsd: use a long for the count in nfsd4_state_shrinker_count()Jeff Layton
2025-03-10nfsd: remove obsolete comment from nfs4_alloc_stidJeff Layton
2025-03-10nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()Jeff Layton
2025-03-10nfsd: reorganize struct nfs4_delegation for better packingJeff Layton
2025-03-10nfsd: handle errors from rpc_call_async()Jeff Layton
2025-03-10nfsd: move cb_need_restart flag into cb_flagsJeff Layton
2025-03-10nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNINGJeff Layton
2025-03-10nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANYJeff Layton
2025-03-10nfsd: prevent callback tasks running concurrentlyJeff Layton
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-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-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-02-26nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()NeilBrown
2025-02-10Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-02-10NFSD: Fix CB_GETATTR status fixChuck Lever
2025-02-10NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia
2025-02-10nfsd: fix uninitialised slot info when a request is retriedNeilBrown
2025-02-02nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton
2025-02-02nfsd: clear acl_access/acl_default after releasing themLi Lingfeng
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds