summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2025-11-24NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia1-1/+2
2025-11-24NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
2025-10-23nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew3-9/+65
2025-10-23NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever1-0/+8
2025-10-23NFSD: Fix last write offset handling in layoutcommitSergey Bashirov2-18/+17
2025-10-23NFSD: Minor cleanup in layoutcommit processingSergey Bashirov1-9/+3
2025-10-23NFSD: Rework encoding and decoding of nfsd4_deviceidSergey Bashirov5-22/+39
2025-10-19nfsd: nfserr_jukebox in nlm_fopen should lead to a retryOlga Kornievskaia1-0/+15
2025-10-19NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum1-1/+1
2025-09-19NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-09-19nfsd: Fix a regression in nfsd_setattr()Trond Myklebust2-2/+11
2025-08-28NFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo1-0/+14
2025-08-28nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton1-5/+15
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng1-3/+3
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown1-1/+2
2025-04-25nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-25nfs: add missing selections of CONFIG_CRC32Eric Biggers2-7/+1
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-02-21NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-02-21nfsd: clear acl_access/acl_default after releasing themLi Lingfeng2-0/+4
2025-02-08NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever1-0/+1
2025-01-23nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11
2025-01-02nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2025-01-02nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun2-27/+8
2024-12-09nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun1-0/+19
2024-12-09nfsd: make sure exp active before svc_export_showYang Erkun1-1/+4
2024-12-09NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-12-09NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-12-09nfsd: release svc_expkey/svc_export with rcu_workYang Erkun2-8/+27
2024-12-09NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-12-09NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-11-22NFSD: Never decrement pending_async_copies on errorChuck Lever1-3/+1
2024-11-22NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-11-22NFSD: Limit the number of concurrent async COPY operationsChuck Lever4-2/+12
2024-11-22NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8
2024-11-22NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace pointDai Ngo1-1/+1
2024-11-01nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-10-10NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-10-10nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-10-10nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-10-04nfsd: return -EINVAL when namelen is 0Li Lingfeng1-0/+8
2024-10-04nfsd: call cache_put if xdr_reserve_space returns NULLGuoqing Jiang1-4/+9
2024-10-04nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-10-04nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
2024-08-29NFSD: simplify error paths in nfsd_svc()NeilBrown1-10/+4
2024-08-19nfsd: make svc_stat per-network namespace instead of globalJosef Bacik5-9/+11
2024-08-19nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik4-10/+5
2024-08-19nfsd: make all of the nfsd stats per-network namespaceJosef Bacik10-96/+69