summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
11 daysnfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton2-7/+19
11 daysNFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever1-2/+12
11 daysNFSD: Defer sub-object cleanup in export put callbacksChuck Lever3-12/+66
2026-03-19nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima1-1/+1
2026-03-12nfsd: 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: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia1-1/+2
2026-02-27nfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
2026-02-27NFS: 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: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()Jeff Layton1-1/+1
2026-01-08nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()Chuck Lever1-4/+10
2026-01-08NFSD: Make FILE_SYNC WRITEs comply with specChuck Lever1-2/+12
2026-01-02nfsd: Mark variable __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
2026-01-02NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever1-1/+7
2026-01-02NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
2026-01-02NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2026-01-02NFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo1-1/+2
2026-01-02nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
2025-12-18NFSD/blocklayout: Fix minlength check in proc_layoutgetSergey Bashirov1-1/+3
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-26/+57
2025-11-10nfsd: ensure SEQUENCE replay sends a valid reply.NeilBrown3-19/+36
2025-11-10NFSD: Never cache a COMPOUND when the SEQUENCE operation failsChuck Lever1-1/+14
2025-11-10NFSD: Skip close replay processing if XDR encoding failsChuck Lever1-2/+1
2025-11-10NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia1-1/+2
2025-11-04nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia1-0/+1
2025-11-04nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown1-3/+3
2025-10-28Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-12/+35
2025-10-21Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"Chuck Lever5-3/+20
2025-10-21nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()Nathan Chancellor1-6/+3
2025-10-21NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
2025-10-21NFSD: Define actions for the new time_deleg FATTR4 attributesChuck Lever1-0/+8
2025-10-14Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+8
2025-10-10NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever1-0/+8
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds27-274/+595
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-3/+3
2025-10-04Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-6/+83
2025-10-03Merge tag 'pull-nfsctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-88/+49
2025-10-01nfsd: discard nfserr_dropitNeilBrown2-9/+1
2025-10-01NFSD: Add io_cache_{read,write} controls to debugfsMike Snitzer3-0/+123
2025-10-01NFSD: Do the grace period check in ->proc_layoutgetChuck Lever4-12/+10
2025-10-01nfsd: delete unnecessary NULL check in __fh_verify()Dan Carpenter1-3/+1
2025-10-01NFSD: Allow layoutcommit during grace periodSergey Bashirov1-13/+25
2025-09-30nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer1-0/+11