aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-26/+38
13 daysMerge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-129/+442
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig2-24/+38
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig1-3/+1
2026-08-20NFSv4.1: fix layout segment leak on the pnfs_layout_process() forget pathJunrui Luo1-0/+1
2026-08-20NFSv4/pnfs: key the data server cache on the NFS versionJunrui Luo4-8/+15
2026-08-20pNFS: Fix EBUSY check in pnfs_layout_need_returnTim Menninger1-1/+1
2026-08-20NFSv4.1: zero referring call lists before decodingJérémy Jean1-1/+1
2026-08-20Merge tag 'nfsd-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-7/+3
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-3/+3
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+11
2026-08-17nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3Michael Nemanov1-0/+7
2026-08-17NFSv4: Fix incorrect argument passed to nfs4_delete_lease() in nfs4_add_lease()Zhansong Gao1-1/+3
2026-08-17NFS: fix delegation_hash_table leak when nfs4_server_common_setup() failsNate Prodromou1-5/+12
2026-08-17NFSv4/flexfiles: support loosely coupled data serversJeuk Kim8-14/+24
2026-08-17NFSv4/flexfiles: fix NULL dereference for NFSv4.0 data serversJeuk Kim2-6/+13
2026-08-17NFSv4: pin the superblock for active state ownersJia Zhu1-7/+33
2026-08-17NFS/localio: issue commit inline when not in a memory-reclaim contextMike Snitzer1-1/+13
2026-08-17NFS/localio: remove dead FLUSH_SYNC handling from nfs_local_commitMike Snitzer3-16/+5
2026-08-17NFS/localio: issue IO inline when not in a memory-reclaim contextMike Snitzer1-2/+31
2026-08-17NFS: Fix delayed delegation return list handlingGuangshuo Li1-1/+1
2026-08-17NFS: Verify symlink inode before caching targetZhangGuoDong1-0/+6
2026-08-17NFS: fix folio dereference before NULL check in nfs_inode_remove_request()Jiangshan Yi1-5/+6
2026-08-17nfs4.2: open UNCACHEABLE_FILE_DATA files with O_DIRECTMike Snitzer3-0/+16
2026-08-17nfs4.2: request UNCACHEABLE_FILE_DATA only for regular filesMike Snitzer2-7/+45
2026-08-17nfs4.2: add UNCACHEABLE_FILE_DATA attribute supportTom Haynes5-9/+69
2026-08-17NFSv4/flexfiles: report cancelled I/O as a layout errorBenjamin Coddington1-1/+22
2026-08-17pNFS: honor clora_changed when recalling a layoutBenjamin Coddington3-11/+16
2026-08-17pNFS: report clora_changed in the cb_layoutrecall_file tracepointBenjamin Coddington2-2/+55
2026-08-17pnfs/blocklayout: Fix device leaks on parse failureZhangGuoDong1-6/+15
2026-08-17NFSv4: remove callback IDR entry on client allocation failureRuoyu Wang3-1/+15
2026-08-17nfs: refactor pNFS functions using clear_and_wake_up_bitArnaud Bonnet1-25/+10
2026-08-17nfs: replace atomic bitops sequence with clear_and_wake_up_bit helperArnaud Bonnet1-3/+1
2026-08-10NFS: Return a delegation the client fails to recordChuck Lever1-4/+14
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton1-6/+0
2026-08-10SUNRPC: close backchannel before destroying callback serviceChuck Lever1-1/+3
2026-07-31NFSv4.2: fix nfs4_listxattr size accountingAchilles Gaikwad1-3/+7
2026-07-31Remove excl arg to ->create inode_operationNeilBrown2-3/+3
2026-07-20NFS: Decrement refcounts if allocating nfs_free_stateid_data failsAnna Schumaker1-7/+13
2026-07-20NFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
2026-07-08NFS: Charge unstable writes by request size, not folio sizeBenjamin Coddington3-12/+16
2026-07-08NFSv4: include MAY_WRITE in open permission mask for O_TRUNCBenjamin Coddington1-0/+2
2026-07-01nfs: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-29pnfs/blocklayout: use scoped_with_init_fs() for SCSI device lookupChristian Brauner1-4/+11
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds24-200/+353
2026-06-18Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2026-06-17NFS: Use common error handling code in nfs_alloc_server()Markus Elfring1-6/+7
2026-06-17NFS: Prevent resource leak in nfs_alloc_server()Markus Elfring1-0/+1
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-5/+2