summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorLines
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-26/+57
2025-11-10nfsd: ensure SEQUENCE replay sends a valid reply.NeilBrown-19/+36
2025-11-10NFSD: Never cache a COMPOUND when the SEQUENCE operation failsChuck Lever-1/+14
2025-11-10NFSD: Skip close replay processing if XDR encoding failsChuck Lever-2/+1
2025-11-10NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia-1/+2
2025-11-04nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia-0/+1
2025-11-04nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown-3/+3
2025-10-28Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-12/+35
2025-10-21Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"Chuck Lever-3/+20
2025-10-21nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()Nathan Chancellor-6/+3
2025-10-21NFSD: Fix crash in nfsd4_read_release()Chuck Lever-3/+4
2025-10-21NFSD: Define actions for the new time_deleg FATTR4 attributesChuck Lever-0/+8
2025-10-14Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-0/+8
2025-10-10NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever-0/+8
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-274/+595
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-3/+3
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-6/+83
2025-10-03Merge tag 'pull-nfsctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-88/+49
2025-10-01nfsd: discard nfserr_dropitNeilBrown-9/+1
2025-10-01NFSD: Add io_cache_{read,write} controls to debugfsMike Snitzer-0/+123
2025-10-01NFSD: Do the grace period check in ->proc_layoutgetChuck Lever-12/+10
2025-10-01nfsd: delete unnecessary NULL check in __fh_verify()Dan Carpenter-3/+1
2025-10-01NFSD: Allow layoutcommit during grace periodSergey Bashirov-13/+25
2025-09-30nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer-0/+11
2025-09-30NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer-0/+69
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-25NFSD: Disallow layoutget during grace periodSergey Bashirov-0/+5
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever-6/+3
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown-2/+1
2025-09-21nfsd: Don't force CRYPTO_LIB_SHA256 to be built-inEric Biggers-1/+1
2025-09-21nfsd: nfserr_jukebox in nlm_fopen should lead to a retryOlga Kornievskaia-0/+15
2025-09-21NFSD: Reduce DRC bucket sizeChuck Lever-1/+1
2025-09-21NFSD: Delay adding new entries to LRUChuck Lever-13/+0
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever-6/+3
2025-09-21NFSD: Drop redundant conversion to boolXichao Zhao-1/+1
2025-09-21nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew-26/+83
2025-09-21NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum-1/+1
2025-09-21nfsd: Eliminate an allocation in nfs4_make_rec_clidname()Eric Biggers-12/+7
2025-09-21nfsd: Replace open-coded conversion of bytes to hexEric Biggers-16/+2
2025-09-21nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegationJeff Layton-3/+69
2025-09-21nfsd: fix timestamp updates in CB_GETATTRJeff Layton-6/+5
2025-09-21nfsd: fix SETATTR updates for delegated timestampsJeff Layton-14/+44
2025-09-21nfsd: track original timestamps in nfs4_delegationJeff Layton-3/+13
2025-09-21nfsd: use ATTR_CTIME_SET for delegated ctime updatesJeff Layton-4/+5
2025-09-21nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton-1/+1
2025-09-21nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime updateJeff Layton-1/+1
2025-09-21NFSD: Fix last write offset handling in layoutcommitSergey Bashirov-18/+17
2025-09-21NFSD: Implement large extent array support in pNFSSergey Bashirov-46/+78
2025-09-21NFSD: Minor cleanup in layoutcommit decodingSergey Bashirov-1/+1