summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
6 daysNFSD: Handle layout stid in nfsd4_drop_revoked_stid()Chuck Lever1-0/+7
6 daysNFSD: Fix delegation reference leak in nfsd4_revoke_statesChuck Lever1-1/+8
12 daysnfsd: change nfs4_client_to_reclaim() to allocate dataNeilBrown2-47/+42
12 daysnfsd: move name lookup out of nfsd4_list_rec_dir()NeilBrown1-27/+26
12 daysnfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer1-2/+2
12 daysnfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operationsMike Snitzer1-0/+2
12 daysnfsd: release layout stid on setlease failureChris Mason1-3/+1
12 daysnfsd: fix file change detection in CB_GETATTRScott Mayhew1-5/+8
2026-07-04nfsd: reset write verifier on deferred writeback errorsJeff Layton1-1/+5
2026-07-04nfsd: avoid leaking pre-allocated openowner on unconfirmed retry raceJeff Layton1-0/+1
2026-07-04nfsd: check get_user() return when reading princhashlenDominik Woźniak1-1/+2
2026-07-04nfsd: fix posix_acl leak on SETACL decode failureJeff Layton2-10/+24
2026-07-04NFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang1-1/+2
2026-06-01NFSD: Fix infinite loop in layout state revocationChuck Lever1-0/+7
2026-03-25nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton2-7/+19
2026-03-25NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever1-2/+12
2026-03-25nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima1-1/+1
2026-03-13nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima1-1/+1
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-03-04nfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
2026-03-04NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever2-2/+2
2026-01-17NFSD: Remove NFSERR_EAGAINChuck Lever2-2/+1
2026-01-17NFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis1-15/+15
2026-01-17nfsd: check that server is running in unlock_filesystemOlga Kornievskaia3-6/+12
2026-01-17nfsd: use correct loop termination in nfsd4_revoke_states()NeilBrown1-1/+1
2026-01-17nfsd: provide locking for v4_end_graceNeilBrown4-5/+44
2026-01-17NFSD: Fix permission check for read access to executable-only filesScott Mayhew1-2/+2
2026-01-08nfsd: Drop the client reference in client_states_open()Haoxiang Li1-1/+3
2026-01-08nfsd: Mark variable __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
2026-01-08NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
2026-01-08NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2026-01-08NFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo1-1/+2
2026-01-08nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
2026-01-08nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer4-25/+26
2026-01-08nfsd: 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