summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+0
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-33/+33
2026-04-13Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+2
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner-6/+10
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman-2/+0
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-33/+33
2026-02-27NFS: Fix NFS KConfig typosAnna Schumaker-1/+2
2026-02-23nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas-1/+6
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-5/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-139/+134
2026-02-17nfs: stop using writeback internals for WB_WRITEBACK accountingKundan Kumar-3/+2
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-1536/+1355
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-5/+5
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+0
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds-19/+18
2026-02-09nfs: nfs4proc: Convert comma to semicolonChen Ni-1/+1
2026-02-09NFSv4: limit lease period in nfs4_set_lease_period()Sergey Shtylyov-1/+9
2026-02-09NFSv4: pass lease period in seconds to nfs4_set_lease_period()Sergey Shtylyov-7/+7
2026-02-09nfs: unify security_inode_listsecurity() callsStephen Smalley-35/+3
2026-02-09fs/nfs: Fix readdir slow-start regressionSagi Grimberg-2/+2
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-35/+3
2026-02-02pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia-1/+2
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig-21/+14
2026-01-30NFS: simplify error handling in nfs_end_delegation_returnChristoph Hellwig-13/+10
2026-01-30NFS: fold nfs_abort_delegation_return into nfs_end_delegation_returnChristoph Hellwig-19/+14
2026-01-30NFS: remove the delegation == NULL check in nfs_end_delegation_returnChristoph Hellwig-3/+0
2026-01-30NFS: use bool for the issync argument to nfs_end_delegation_returnChristoph Hellwig-6/+9
2026-01-30NFS: return void from ->return_delegationChristoph Hellwig-10/+6
2026-01-30NFS: return void from nfs4_inode_make_writeableChristoph Hellwig-8/+4
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker-361/+34
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker-5/+47
2026-01-30NFS: Move sequence slot operations into minorversion operationsAnna Schumaker-72/+69
2026-01-30NFS: Pass a struct nfs_client to nfs4_init_sequence()Anna Schumaker-69/+87
2026-01-30NFS: Move NFS v4.0 pathdown recovery into nfs40client.cAnna Schumaker-22/+25
2026-01-30NFS: Move nfs40_init_client into nfs40client.cAnna Schumaker-28/+28
2026-01-30NFS: Move nfs40_shutdown_client into nfs40client.cAnna Schumaker-9/+13
2026-01-30NFS: Make the various NFS v4.0 operations static againAnna Schumaker-10/+5
2026-01-30NFS: Move the NFS v4.0 minor version ops into nfs40proc.cAnna Schumaker-111/+115
2026-01-30NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.cAnna Schumaker-109/+114
2026-01-30NFS: Split out the nfs40_state_renewal_ops into nfs40proc.cAnna Schumaker-101/+103
2026-01-30NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.cAnna Schumaker-29/+34
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker-194/+214
2026-01-30NFS: Move nfs40_call_sync_ops into nfs40proc.cAnna Schumaker-25/+40
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton-1/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton-4/+4
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton-4/+4
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2026-01-22NFS/localio: switch nfs_local_do_read and nfs_local_do_write to return voidMike Snitzer-19/+13
2026-01-22NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer-2/+0