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.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
2025-10-13
NFS4: Fix state renewals missing after boot
Joshua Watt
1
-0
/
+1
2025-10-13
NFS: check if suid/sgid was cleared after a write as needed
Scott Mayhew
1
-1
/
+2
2025-10-13
NFS4: Apply delay_retrans to async operations
Joshua Watt
1
-0
/
+13
2025-10-13
NFSv4/flexfiles: fix to allocate mirror->dss before use
Mike Snitzer
1
-14
/
+21
2025-10-04
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2025-10-04
Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
23
-481
/
+1274
2025-10-03
Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+5
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-36
/
+14
2025-09-30
NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
Mike Snitzer
1
-0
/
+15
2025-09-30
nfs/localio: add tracepoints for misaligned DIO READ and WRITE support
Mike Snitzer
5
-13
/
+90
2025-09-30
nfs/localio: add proper O_DIRECT support for READ and WRITE
Mike Snitzer
1
-47
/
+202
2025-09-30
nfs/localio: refactor iocb initialization
Mike Snitzer
1
-38
/
+55
2025-09-30
nfs/localio: refactor iocb and iov_iter_bvec initialization
Mike Snitzer
1
-37
/
+33
2025-09-30
nfs/localio: avoid issuing misaligned IO using O_DIRECT
Mike Snitzer
1
-10
/
+55
2025-09-30
nfs/localio: make trace_nfs_local_open_fh more useful
Mike Snitzer
2
-5
/
+6
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-26
NFSv4/flexfiles: Add support for striped layouts
Jonathan Curley
2
-92
/
+157
2025-09-26
NFSv4/flexfiles: Update layout stats & error paths for striped layouts
Jonathan Curley
1
-103
/
+209
2025-09-26
NFSv4/flexfiles: Write path updates for striped layouts
Jonathan Curley
1
-12
/
+30
2025-09-26
NFSv4/flexfiles: Commit path updates for striped layouts
Jonathan Curley
1
-16
/
+25
2025-09-26
NFSv4/flexfiles: Read path updates for striped layouts
Jonathan Curley
1
-24
/
+98
2025-09-26
NFSv4/flexfiles: Update low level helper functions to be DS stripe aware.
Jonathan Curley
3
-85
/
+115
2025-09-26
NFSv4/flexfiles: Add data structure support for striped layouts
Jonathan Curley
3
-98
/
+117
2025-09-26
NFSv4/flexfiles: Use ds_commit_idx when marking a write commit
Jonathan Curley
1
-1
/
+1
2025-09-26
NFSv4/flexfiles: Remove cred local variable dependency
Jonathan Curley
1
-2
/
+2
2025-09-23
nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
Al Viro
1
-0
/
+2
2025-09-23
NFS: Enable use of the RWF_DONTCACHE flag on the NFS client
Trond Myklebust
3
-5
/
+9
2025-09-23
NFS: Update the flexfilelayout driver to use xdr_set_scratch_folio()
Anna Schumaker
2
-9
/
+9
2025-09-23
NFS: Update the filelayout to use xdr_set_scratch_folio()
Anna Schumaker
2
-10
/
+10
2025-09-23
NFS: Update the blocklayout to use xdr_set_scratch_folio()
Anna Schumaker
2
-8
/
+8
2025-09-23
NFS: Update listxattr to use xdr_set_scratch_folio()
Anna Schumaker
2
-3
/
+3
2025-09-23
NFS: Update getacl to use xdr_set_scratch_folio()
Anna Schumaker
2
-3
/
+3
2025-09-23
NFS: Update readdir to use a scratch folio
Anna Schumaker
1
-4
/
+4
2025-09-23
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
1
-1
/
+1
2025-09-23
NFS: Remove rpcbind cleanup for NFSv4.0 callback
Chuck Lever
1
-5
/
+3
2025-09-23
NFSv4.1: fix mount hang after CREATE_SESSION failure
Anthony Iliopoulos
1
-0
/
+3
2025-09-23
NFSv4.1: fix backchannel max_resp_sz verification check
Anthony Iliopoulos
1
-1
/
+1
2025-09-23
NFSv4: fix "prefered"->"preferred"
Xichao Zhao
1
-1
/
+1
2025-09-23
NFSv4: handle ERR_GRACE on delegation recalls
Olga Kornievskaia
1
-2
/
+2
2025-09-23
sunrpc: remove dfprintk_cont() and dfprintk_rcu_cont()
Jeff Layton
1
-3
/
+3
2025-09-23
nfs: cleanup tracepoint declarations
Leo Martins
1
-3
/
+3
2025-09-23
nfs: add tracepoints to nfs_writepages()
Jeff Layton
2
-4
/
+8
2025-09-23
nfs: more in-depth tracing of writepage events
Jeff Layton
2
-0
/
+68
2025-09-23
nfs: new tracepoints around write handling
Jeff Layton
3
-4
/
+35
2025-09-23
nfs: add tracepoints to nfs_file_read() and nfs_file_write()
Jeff Layton
2
-0
/
+56
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2025-09-17
slightly simplify nfs_atomic_open()
Al Viro
1
-2
/
+0
2025-09-17
simplify nfs_atomic_open_v23()
Al Viro
1
-11
/
+5
[next]