aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-40/+133
2026-04-22NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_addressSean Chang1-3/+13
2026-04-22NFS: remove redundant __private attribute from nfs_page_classSean Chang1-1/+1
2026-04-22NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributesOlga Kornievskaia1-0/+1
2026-04-22NFS: fix writeback in presence of errorsOlga Kornievskaia3-1/+26
2026-04-22nfs: use memcpy_and_pad in decode_fhThorsten Blum1-2/+1
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+3
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-5/+5
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+0
2026-04-13NFSv4.1: Apply session size limits on clone pathTushar Sariya3-2/+7
2026-04-13NFSv4: retry GETATTR if GET_DIR_DELEGATION failedOlga Kornievskaia1-0/+8
2026-04-13NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia2-1/+3
2026-04-13pnfs/flexfiles: validate ds_versions_cnt is non-zeroJenny Guanni Qu1-0/+5
2026-04-13NFS/blocklayout: print each device used for SCSI layoutsChristoph Hellwig1-2/+5
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds7-33/+33
2026-04-13nfs: update inode ctime after removexattr operationJeff Layton2-4/+24
2026-04-13nfs: fix utimensat() for atime with delegated timestampsJeff Layton1-8/+1
2026-04-13NFS: improve "Server wrote zero bytes" errorOlga Kornievskaia1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-3/+2
2026-04-13NFSv4/pnfs: If the server is down, retry the layout returns on rebootTrond Myklebust2-15/+37
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-6/+10
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman2-2/+0
2026-04-02struct dentry: make ->d_u anonymousAl Viro2-2/+2
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro1-1/+1
2026-03-29nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko1-3/+1
2026-03-29lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/Chuck Lever2-0/+2
2026-03-29NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLMChuck Lever1-2/+2
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton7-33/+33
2026-02-27NFS: Fix NFS KConfig typosAnna Schumaker1-1/+2
2026-02-23nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas1-1/+6
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-5/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds21-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook39-139/+134
2026-02-17nfs: stop using writeback internals for WB_WRITEBACK accountingKundan Kumar2-3/+2
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds36-1535/+1354
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-5/+5
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+0
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-19/+18
2026-02-09nfs: nfs4proc: Convert comma to semicolonChen Ni1-1/+1
2026-02-09NFSv4: limit lease period in nfs4_set_lease_period()Sergey Shtylyov1-1/+9
2026-02-09NFSv4: pass lease period in seconds to nfs4_set_lease_period()Sergey Shtylyov4-7/+7
2026-02-09nfs: unify security_inode_listsecurity() callsStephen Smalley1-35/+3
2026-02-09fs/nfs: Fix readdir slow-start regressionSagi Grimberg1-2/+2
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-35/+3
2026-02-02pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig4-21/+14
2026-01-30NFS: simplify error handling in nfs_end_delegation_returnChristoph Hellwig1-13/+10
2026-01-30NFS: fold nfs_abort_delegation_return into nfs_end_delegation_returnChristoph Hellwig1-19/+14
2026-01-30NFS: remove the delegation == NULL check in nfs_end_delegation_returnChristoph Hellwig1-3/+0
2026-01-30NFS: use bool for the issync argument to nfs_end_delegation_returnChristoph Hellwig1-6/+9