index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-27
NFS: Fix NFS KConfig typos
Anna Schumaker
1
-1
/
+2
2026-02-23
nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
Roberto Bergantinos Corpas
1
-1
/
+6
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-5
/
+3
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
21
-46
/
+46
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
39
-139
/
+134
2026-02-13
Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
36
-1536
/
+1355
2026-02-12
Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-5
/
+5
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+0
2026-02-09
Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-19
/
+18
2026-02-09
nfs: nfs4proc: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2026-02-09
NFSv4: limit lease period in nfs4_set_lease_period()
Sergey Shtylyov
1
-1
/
+9
2026-02-09
NFSv4: pass lease period in seconds to nfs4_set_lease_period()
Sergey Shtylyov
4
-7
/
+7
2026-02-09
nfs: unify security_inode_listsecurity() calls
Stephen Smalley
1
-35
/
+3
2026-02-09
fs/nfs: Fix readdir slow-start regression
Sagi Grimberg
1
-2
/
+2
2026-02-09
Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-35
/
+3
2026-02-02
pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
Olga Kornievskaia
1
-1
/
+2
2026-01-31
NFS: fix delayed delegation return handling
Christoph Hellwig
4
-21
/
+14
2026-01-31
NFS: simplify error handling in nfs_end_delegation_return
Christoph Hellwig
1
-13
/
+10
2026-01-31
NFS: fold nfs_abort_delegation_return into nfs_end_delegation_return
Christoph Hellwig
1
-19
/
+14
2026-01-31
NFS: remove the delegation == NULL check in nfs_end_delegation_return
Christoph Hellwig
1
-3
/
+0
2026-01-31
NFS: use bool for the issync argument to nfs_end_delegation_return
Christoph Hellwig
1
-6
/
+9
2026-01-31
NFS: return void from ->return_delegation
Christoph Hellwig
4
-10
/
+6
2026-01-31
NFS: return void from nfs4_inode_make_writeable
Christoph Hellwig
2
-8
/
+4
2026-01-30
NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4
Anna Schumaker
23
-361
/
+34
2026-01-30
NFS: Add a way to disable NFS v4.0 via KConfig
Anna Schumaker
8
-5
/
+47
2026-01-30
NFS: Move sequence slot operations into minorversion operations
Anna Schumaker
3
-72
/
+69
2026-01-30
NFS: Pass a struct nfs_client to nfs4_init_sequence()
Anna Schumaker
4
-69
/
+87
2026-01-30
NFS: Move NFS v4.0 pathdown recovery into nfs40client.c
Anna Schumaker
3
-22
/
+25
2026-01-30
NFS: Move nfs40_init_client into nfs40client.c
Anna Schumaker
4
-28
/
+28
2026-01-30
NFS: Move nfs40_shutdown_client into nfs40client.c
Anna Schumaker
5
-9
/
+13
2026-01-30
NFS: Make the various NFS v4.0 operations static again
Anna Schumaker
2
-10
/
+5
2026-01-30
NFS: Move the NFS v4.0 minor version ops into nfs40proc.c
Anna Schumaker
4
-111
/
+115
2026-01-30
NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.c
Anna Schumaker
4
-109
/
+114
2026-01-30
NFS: Split out the nfs40_state_renewal_ops into nfs40proc.c
Anna Schumaker
4
-101
/
+103
2026-01-30
NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.c
Anna Schumaker
4
-29
/
+34
2026-01-30
NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.c
Anna Schumaker
9
-194
/
+214
2026-01-30
NFS: Move nfs40_call_sync_ops into nfs40proc.c
Anna Schumaker
5
-25
/
+40
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
1
-1
/
+1
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
1
-4
/
+4
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
1
-4
/
+4
2026-01-26
Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+1
2026-01-22
NFS/localio: switch nfs_local_do_read and nfs_local_do_write to return void
Mike Snitzer
1
-19
/
+13
2026-01-22
NFS/localio: remove -EAGAIN handling in nfs_local_doio()
Mike Snitzer
1
-2
/
+0
2026-01-22
NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commit
Mike Snitzer
1
-3
/
+8
2026-01-22
NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepages
Mike Snitzer
1
-0
/
+15
2026-01-22
NFS/localio: Cleanup the nfs_local_pgio_done() parameters
Trond Myklebust
1
-9
/
+5
2026-01-22
NFS/localio: Handle short writes by retrying
Trond Myklebust
1
-17
/
+47
2026-01-20
NFS: make nfs_mark_return_unreferenced_delegations less aggressive
Christoph Hellwig
1
-7
/
+17
2026-01-20
NFS: return delegations from the end of a LRU when over the watermark
Christoph Hellwig
2
-3
/
+59
2026-01-20
NFS: add a separate delegation return list
Christoph Hellwig
4
-84
/
+81
[next]