summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
4 daysNFSD: Remove NFSERR_EAGAINChuck Lever2-2/+1
4 daysNFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis1-15/+15
4 daysnfsd: check that server is running in unlock_filesystemOlga Kornievskaia3-6/+12
4 daysnfsd: use correct loop termination in nfsd4_revoke_states()NeilBrown1-1/+1
4 daysnfsd: provide locking for v4_end_graceNeilBrown4-5/+44
4 daysNFSD: Fix permission check for read access to executable-only filesScott Mayhew1-2/+2
13 daysnfsd: Drop the client reference in client_states_open()Haoxiang Li1-1/+3
13 daysnfsd: Mark variable __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
13 daysNFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
13 daysNFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
13 daysNFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo1-1/+2
13 daysnfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
13 daysnfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer4-25/+26
13 daysnfsd: update percpu_ref to manage references on nfsd_netMike Snitzer1-5/+7
2025-12-18NFSD/blocklayout: Fix minlength check in proc_layoutgetSergey Bashirov1-1/+3
2025-12-07nfsd: Replace clamp_t in nfsd4_get_drc_mem()NeilBrown1-2/+4
2025-11-24NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia1-1/+2
2025-11-24nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia1-0/+1
2025-11-24nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown1-3/+3
2025-11-24NFSD: Skip close replay processing if XDR encoding failsChuck Lever1-2/+1
2025-11-13NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
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: Implement large extent array support in pNFSSergey Bashirov7-46/+78
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-23nfsd: Drop dprintk in blocklayout xdr functionsSergey Bashirov1-33/+7
2025-10-23nfsd: Use correct error code when decoding extentsSergey Bashirov4-27/+73
2025-10-19nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew3-26/+83
2025-10-19nfsd: fix access checking for NLM under XPRTSEC policiesOlga Kornievskaia1-1/+2
2025-10-19nfsd: fix __fh_verify for localioOlga Kornievskaia1-2/+3
2025-10-19nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2-2/+4
2025-10-19nfsd: refine and rename NFSD_MAY_LOCKNeilBrown5-23/+18
2025-10-19NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()Chuck Lever1-4/+2
2025-10-19nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár6-8/+31
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-08-20NFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo1-0/+14
2025-08-20nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton1-5/+15
2025-06-27nfsd: use threads array as-is in netlink interfaceJeff Layton1-3/+2
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-06-27NFSD: Implement FATTR4_CLONE_BLKSIZE attributeChuck Lever1-1/+18
2025-06-27NFSD: fix race between nfsd registration and exports_procManinder Singh1-9/+8
2025-06-27NFSD: unregister filesystem in case genl_register_family() failsManinder Singh1-1/+3
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-20nfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
2025-04-20NFSD: Fix CB_GETATTR status fixChuck Lever1-1/+1
2025-04-20NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia1-1/+1