index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
internal.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
nfs/localio: add tracepoints for misaligned DIO READ and WRITE support
Mike Snitzer
1
-0
/
+10
2025-09-06
NFS: Serialise O_DIRECT i/o and truncate()
Trond Myklebust
1
-0
/
+10
2025-09-06
NFS: Protect against 'eof page pollution'
Trond Myklebust
1
-0
/
+2
2025-08-09
Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-5
/
+7
2025-08-04
NFS: Fix the setting of capabilities when automounting a new filesystem
Trond Myklebust
1
-1
/
+1
2025-07-28
NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
Benjamin Coddington
1
-3
/
+6
2025-07-14
NFS: Remove unused function nfs_umount
Dr. David Alan Gilbert
1
-1
/
+0
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
1
-1
/
+1
2025-05-28
NFS: always probe for LOCALIO support asynchronously
Mike Snitzer
1
-1
/
+0
2025-04-19
Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-7
/
+0
2025-04-13
nfs: add missing selections of CONFIG_CRC32
Eric Biggers
1
-7
/
+0
2025-04-02
Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+5
2025-03-28
NFS: Don't allow waiting for exiting tasks
Trond Myklebust
1
-0
/
+5
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-2
/
+2
2025-01-14
nfs: probe for LOCALIO when v4 client reconnects to server
Mike Snitzer
1
-0
/
+3
2025-01-14
nfs/localio: remove redundant code and simplify LOCALIO enablement
Mike Snitzer
1
-2
/
+0
2025-01-14
nfs: cache all open LOCALIO nfsd_file(s) in client
Mike Snitzer
1
-1
/
+3
2024-11-28
fs/nfs/io: make nfs_start_io_*() killable
Max Kellermann
1
-3
/
+4
2024-11-28
nfs: ignore SB_RDONLY when mounting nfs
Li Lingfeng
1
-1
/
+1
2024-09-23
nfs/localio: use dedicated workqueues for filesystem read and write
Trond Myklebust
1
-0
/
+1
2024-09-23
nfs: add LOCALIO support
Weston Andros Adamson
1
-0
/
+45
2024-09-23
nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
Mike Snitzer
1
-2
/
+5
2024-09-23
nfs: Remove obsoleted declaration for nfs_read_prepare
Gaosheng Cui
1
-1
/
+0
2024-07-10
nfs: remove nfs_page_length
Christoph Hellwig
1
-19
/
+0
2024-07-08
nfs: remove dead code for the old swap over NFS implementation
Christoph Hellwig
1
-4
/
+4
2024-05-21
nfs: fix undefined behavior in nfs_block_bits()
Sergey Shtylyov
1
-2
/
+2
2024-05-20
NFS: make sure lock/nolock overriding local_lock mount option
Chen Hanxiao
1
-0
/
+7
2024-03-09
nfs: make the rpc_stat per net namespace
Josef Bacik
1
-2
/
+0
2024-01-04
NFS: drop unused nfs_direct_req bytes_left
Benjamin Coddington
1
-1
/
+0
2024-01-04
pNFS: Fix the pnfs block driver's calculation of layoutget size
Trond Myklebust
1
-1
/
+1
2023-08-24
NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver
Trond Myklebust
1
-0
/
+2
2023-08-23
NFSv4.2: Rework scratch handling for READ_PLUS (again)
Anna Schumaker
1
-0
/
+1
2023-07-01
Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+2
2023-06-19
NFS: Add an "xprtsec=" NFS mount option
Chuck Lever
1
-0
/
+1
2023-06-19
NFS: Have struct nfs_client carry a TLS policy field
Chuck Lever
1
-0
/
+1
2023-05-24
nfs: Provide a splice-read wrapper
David Howells
1
-0
/
+2
2023-04-29
Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-15
/
+0
2023-04-26
nfs: move nfs_fhandle_hash to common include file
Jeff Layton
1
-15
/
+0
2023-04-11
NFS: Convert buffered read paths to use netfs when fscache is enabled
Dave Wysochanski
1
-0
/
+9
2023-02-22
Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-10
/
+28
2023-02-14
NFS: Convert buffered writes to use folios
Trond Myklebust
1
-6
/
+7
2023-02-14
NFS: Convert buffered reads to use folios
Trond Myklebust
1
-0
/
+18
2023-02-14
NFS: Support folios in nfs_generic_pgio()
Trond Myklebust
1
-4
/
+3
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-06
NFS: Allow very small rsize & wsize again
Anna Schumaker
1
-4
/
+2
2022-10-27
NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
Kees Cook
1
-7
/
+7
[next]