summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2025-10-13NFS4: Fix state renewals missing after bootJoshua Watt1-0/+1
2025-10-13NFS: check if suid/sgid was cleared after a write as neededScott Mayhew1-1/+2
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt1-0/+13
2025-10-13NFSv4/flexfiles: fix to allocate mirror->dss before useMike Snitzer1-14/+21
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-10-04Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds23-481/+1274
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+5
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-36/+14
2025-09-30NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer1-0/+15
2025-09-30nfs/localio: add tracepoints for misaligned DIO READ and WRITE supportMike Snitzer5-13/+90
2025-09-30nfs/localio: add proper O_DIRECT support for READ and WRITEMike Snitzer1-47/+202
2025-09-30nfs/localio: refactor iocb initializationMike Snitzer1-38/+55
2025-09-30nfs/localio: refactor iocb and iov_iter_bvec initializationMike Snitzer1-37/+33
2025-09-30nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer1-10/+55
2025-09-30nfs/localio: make trace_nfs_local_open_fh more usefulMike Snitzer2-5/+6
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-26NFSv4/flexfiles: Add support for striped layoutsJonathan Curley2-92/+157
2025-09-26NFSv4/flexfiles: Update layout stats & error paths for striped layoutsJonathan Curley1-103/+209
2025-09-26NFSv4/flexfiles: Write path updates for striped layoutsJonathan Curley1-12/+30
2025-09-26NFSv4/flexfiles: Commit path updates for striped layoutsJonathan Curley1-16/+25
2025-09-26NFSv4/flexfiles: Read path updates for striped layoutsJonathan Curley1-24/+98
2025-09-26NFSv4/flexfiles: Update low level helper functions to be DS stripe aware.Jonathan Curley3-85/+115
2025-09-26NFSv4/flexfiles: Add data structure support for striped layoutsJonathan Curley3-98/+117
2025-09-26NFSv4/flexfiles: Use ds_commit_idx when marking a write commitJonathan Curley1-1/+1
2025-09-26NFSv4/flexfiles: Remove cred local variable dependencyJonathan Curley1-2/+2
2025-09-23nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro1-0/+2
2025-09-23NFS: Enable use of the RWF_DONTCACHE flag on the NFS clientTrond Myklebust3-5/+9
2025-09-23NFS: Update the flexfilelayout driver to use xdr_set_scratch_folio()Anna Schumaker2-9/+9
2025-09-23NFS: Update the filelayout to use xdr_set_scratch_folio()Anna Schumaker2-10/+10
2025-09-23NFS: Update the blocklayout to use xdr_set_scratch_folio()Anna Schumaker2-8/+8
2025-09-23NFS: Update listxattr to use xdr_set_scratch_folio()Anna Schumaker2-3/+3
2025-09-23NFS: Update getacl to use xdr_set_scratch_folio()Anna Schumaker2-3/+3
2025-09-23NFS: Update readdir to use a scratch folioAnna Schumaker1-4/+4
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever1-1/+1
2025-09-23NFS: Remove rpcbind cleanup for NFSv4.0 callbackChuck Lever1-5/+3
2025-09-23NFSv4.1: fix mount hang after CREATE_SESSION failureAnthony Iliopoulos1-0/+3
2025-09-23NFSv4.1: fix backchannel max_resp_sz verification checkAnthony Iliopoulos1-1/+1
2025-09-23NFSv4: fix "prefered"->"preferred"Xichao Zhao1-1/+1
2025-09-23NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia1-2/+2
2025-09-23sunrpc: remove dfprintk_cont() and dfprintk_rcu_cont()Jeff Layton1-3/+3
2025-09-23nfs: cleanup tracepoint declarationsLeo Martins1-3/+3
2025-09-23nfs: add tracepoints to nfs_writepages()Jeff Layton2-4/+8
2025-09-23nfs: more in-depth tracing of writepage eventsJeff Layton2-0/+68
2025-09-23nfs: new tracepoints around write handlingJeff Layton3-4/+35
2025-09-23nfs: add tracepoints to nfs_file_read() and nfs_file_write()Jeff Layton2-0/+56
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2025-09-17slightly simplify nfs_atomic_open()Al Viro1-2/+0
2025-09-17simplify nfs_atomic_open_v23()Al Viro1-11/+5