index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
client.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
NFS: always probe for LOCALIO support asynchronously
Mike Snitzer
1
-1
/
+1
2025-05-19
nfs: add a refcount tracker for struct net as held by the nfs_client
Jeff Layton
1
-2
/
+2
2025-05-16
NFS: Avoid flushing data while holding directory locks in nfs_rename()
Trond Myklebust
1
-0
/
+2
2025-04-27
nfs: move the nfs4_data_server_cache into struct nfs_net
Jeff Layton
1
-0
/
+7
2025-03-21
NFS: Treat ENETUNREACH errors as fatal in containers
Trond Myklebust
1
-0
/
+5
2025-01-14
nfs: probe for LOCALIO when v4 client reconnects to server
Mike Snitzer
1
-0
/
+1
2025-01-14
nfs/localio: remove redundant code and simplify LOCALIO enablement
Mike Snitzer
1
-2
/
+2
2025-01-14
nfs_common: move localio_lock to new lock member of nfs_uuid_t
Mike Snitzer
1
-1
/
+0
2024-11-08
NFS: Implement get_nfs_version()
Anna Schumaker
1
-2
/
+8
2024-11-08
NFS: Clean up find_nfs_version()
Anna Schumaker
1
-7
/
+6
2024-11-08
NFS: Rename get_nfs_version() -> find_nfs_version()
Anna Schumaker
1
-4
/
+4
2024-11-08
NFS: Convert the NFS module list into an array
Anna Schumaker
1
-12
/
+14
2024-11-08
NFS: Clean up locking the nfs_versions list
Anna Schumaker
1
-11
/
+8
2024-11-04
nfs_common: fix localio to cope with racing nfs_local_probe()
Mike Snitzer
1
-2
/
+1
2024-10-03
NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
Yanjun Zhang
1
-0
/
+1
2024-09-23
nfs: implement client support for NFS_LOCALIO_PROGRAM
Mike Snitzer
1
-2
/
+4
2024-09-23
nfs: add LOCALIO support
Weston Andros Adamson
1
-0
/
+11
2024-09-23
nfs: simplify and guarantee owner uniqueness.
NeilBrown
1
-4
/
+2
2024-07-08
nfs: Block on write congestion
Jan Kara
1
-0
/
+1
2024-07-08
nfs: Properly initialize server->writeback
Jan Kara
1
-0
/
+2
2024-03-09
NFS: remove unused variable nfs_rpcstat
Trond Myklebust
1
-4
/
+0
2024-03-09
nfs: make the rpc_stat per net namespace
Josef Bacik
1
-1
/
+4
2024-02-25
nfs: fix UAF on pathwalk running into umount
Al Viro
1
-3
/
+10
2023-08-24
NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver
Trond Myklebust
1
-0
/
+2
2023-06-29
NFS: Don't cleanup sysfs superblock entry if uninitialized
Benjamin Coddington
1
-2
/
+4
2023-06-19
NFS: add a sysfs link to the lockd rpc_client
Benjamin Coddington
1
-0
/
+1
2023-06-19
NFS: Add sysfs links to sunrpc clients for nfs_clients
Benjamin Coddington
1
-0
/
+5
2023-06-19
NFS: add superblock sysfs entries
Benjamin Coddington
1
-0
/
+16
2023-06-19
NFS: Add an "xprtsec=" NFS mount option
Chuck Lever
1
-3
/
+3
2023-06-19
NFS: Have struct nfs_client carry a TLS policy field
Chuck Lever
1
-0
/
+8
2022-10-27
NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
Kees Cook
1
-2
/
+2
2022-07-12
NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE
Anna Schumaker
1
-6
/
+7
2022-03-21
NFSv4.1 provide mount option to toggle trunking discovery
Olga Kornievskaia
1
-1
/
+2
2022-02-08
NFS: Fix initialisation of nfs_client cl_flags field
Trond Myklebust
1
-1
/
+1
2022-01-25
Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+7
2022-01-13
NFSv4.1 query for fs_location attr on a new file system
Olga Kornievskaia
1
-0
/
+7
2022-01-10
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
1
-4
/
+0
2021-11-05
NFS: Remove the nfs4_label from the nfs4_getattr_res
Anna Schumaker
1
-1
/
+1
2021-10-20
NFS: Unexport nfs_probe_fsinfo()
Anna Schumaker
1
-2
/
+1
2021-10-20
NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()
Anna Schumaker
1
-9
/
+1
2021-10-20
NFS: Move nfs_probe_destination() into the generic client
Anna Schumaker
1
-0
/
+24
2021-08-27
SUNRPC enforce creation of no more than max_connect xprts
Olga Kornievskaia
1
-0
/
+1
2021-08-27
NFSv4 introduce max_connect mount options
Olga Kornievskaia
1
-0
/
+1
2021-06-03
NFS: Fix a potential NULL dereference in nfs_get_client()
Dan Carpenter
1
-1
/
+1
2021-04-14
NFS: Split attribute support out from the server capabilities
Trond Myklebust
1
-3
/
+12
2021-04-13
NFSv4: Add support for the NFSv4.2 "change_attr_type" attribute
Trond Myklebust
1
-0
/
+3
2021-04-05
NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORT
Trond Myklebust
1
-2
/
+0
2020-12-02
NFS: NFSv2/NFSv3: Use cred from fs_context during mount
Sargun Dhillon
1
-2
/
+2
2020-12-02
NFS: Support larger readdir buffers
Trond Myklebust
1
-2
/
+2
2020-07-13
NFSv4.2: query the server for extended attribute support
Frank van der Linden
1
-0
/
+3
[next]