summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust2-23/+15
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds27-389/+767
2025-08-04NFSv4: Remove duplicate lookups, capability probes and fsinfo callsTrond Myklebust3-58/+48
2025-08-04NFS: Fix the setting of capabilities when automounting a new filesystemTrond Myklebust4-23/+45
2025-08-03nfs/localio: use read_seqbegin() rather than read_seqbegin_or_lock()Li RongQing1-4/+3
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+9
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-47/+20
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-07-28NFS: Fixup allocation flags for nfsiod's __GFP_NORETRYBenjamin Coddington1-3/+6
2025-07-28NFSv4.2: another fix for listxattrOlga Kornievskaia1-4/+6
2025-07-22NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()Trond Myklebust1-2/+9
2025-07-22NFS: Clean up pnfs_put_layout_hdr()/pnfs_destroy_layout_final()Trond Myklebust1-18/+10
2025-07-22NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()Trond Myklebust1-3/+1
2025-07-22NFS: use a hash table for delegation lookupChristoph Hellwig4-2/+56
2025-07-22NFS: track active delegations per-serverChristoph Hellwig2-16/+20
2025-07-22NFS: move the delegation_watermark module parameterChristoph Hellwig1-2/+1
2025-07-22NFS: cleanup nfs_inode_reclaim_delegationChristoph Hellwig1-24/+24
2025-07-22NFS: cleanup error handling in nfs4_server_common_setupChristoph Hellwig1-5/+4
2025-07-22pNFS/flexfiles: don't attempt pnfs on fatal DS errorsTigran Mkrtchyan2-13/+19
2025-07-22NFS: drop __exit from nfs_exit_keyringChristoph Hellwig1-1/+1
2025-07-22NFS: pass struct nfs_client_initdata to nfs4_set_clientChristoph Hellwig1-83/+68
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-2/+6
2025-07-15pNFS: Fix disk addr range check in block/scsi layoutSergey Bashirov1-2/+2
2025-07-15pNFS: Fix stripe mapping in block/scsi layoutSergey Bashirov1-2/+3
2025-07-15pNFS: Handle RPC size limit for layoutcommitsSergey Bashirov1-3/+8
2025-07-15pNFS: Add prepare commit trace to block/scsi layoutSergey Bashirov3-3/+38
2025-07-15pNFS: Fix extent encoding in block/scsi layoutSergey Bashirov1-6/+74
2025-07-15pNFS: Fix uninited ptr deref in block/scsi layoutSergey Bashirov1-5/+15
2025-07-15NFS: Remove unused function nfs_umountDr. David Alan Gilbert2-69/+0
2025-07-15nfs: create a kernel keyringChristoph Hellwig1-0/+35
2025-07-15NFS: support the kernel keyring for TLSChristoph Hellwig1-0/+42
2025-07-15NFS: Allow folio migration for the case of mode == MIGRATE_SYNCTrond Myklebust1-2/+6
2025-07-15nfs: new tracepoint in match_stateid operationJeff Layton2-0/+61
2025-07-15nfs: new tracepoint in nfs_delegation_need_returnJeff Layton2-0/+49
2025-07-15nfs: add a tracepoint to nfs_inode_detach_delegation_lockedJeff Layton2-0/+3
2025-07-15nfs: add cache_validity to the nfs_inode_event tracepointsJeff Layton1-2/+6
2025-07-15NFS: remove unused time_delta field from struct nfs_serverAnthony Iliopoulos1-1/+0
2025-07-15NFS: remove unused wpages field from struct nfs_serverAnthony Iliopoulos1-1/+0
2025-07-15pnfs: add pnfs_ds_connect trace pointTigran Mkrtchyan3-5/+36
2025-07-15nfs: use lock_two_nondirectories()NeilBrown1-23/+2
2025-07-15NFS: Return the file btime in the statx results when appropriateTrond Myklebust2-3/+15
2025-07-15nfs: Add timecreate to nfs inodeAnne Marie Merritt4-4/+54
2025-07-15Expand the type of nfs_fattr->validTrond Myklebust1-1/+1
2025-07-10mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig1-1/+1
2025-07-03rpc_mkpipe_dentry(): saner calling conventionsAl Viro2-32/+17
2025-07-03rpc_unlink(): saner calling conventionsAl Viro2-15/+3
2025-06-26NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+84
2025-06-23NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington1-1/+3