summaryrefslogtreecommitdiff
path: root/fs/nfs/client.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17NFSv4: remove callback IDR entry on client allocation failureRuoyu Wang1-1/+13
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-6/+8
2026-06-17NFS: Use common error handling code in nfs_alloc_server()Markus Elfring1-6/+7
2026-06-17NFS: Prevent resource leak in nfs_alloc_server()Markus Elfring1-0/+1
2026-05-15nfs: Skip pathconf probe when neither field is consumedChuck Lever1-15/+17
2026-05-15nfs: Avoid transient zeroed case capability bits during probeChuck Lever1-7/+10
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever1-6/+15
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig1-0/+1
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker1-5/+3
2026-01-20NFS: return delegations from the end of a LRU when over the watermarkChristoph Hellwig1-0/+1
2026-01-20NFS: add a separate delegation return listChristoph Hellwig1-0/+2
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust1-4/+17
2025-11-10NFS: Check the TLS certificate fields in nfs_match_client()Trond Myklebust1-0/+8
2025-08-29NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the serverTrond Myklebust1-0/+2
2025-08-04NFS: Fix the setting of capabilities when automounting a new filesystemTrond Myklebust1-2/+42
2025-07-22NFS: track active delegations per-serverChristoph Hellwig1-0/+1
2025-07-14NFS: remove unused time_delta field from struct nfs_serverAnthony Iliopoulos1-1/+0
2025-07-14NFS: remove unused wpages field from struct nfs_serverAnthony Iliopoulos1-1/+0
2025-05-28NFS: always probe for LOCALIO support asynchronouslyMike Snitzer1-1/+1
2025-05-19nfs: add a refcount tracker for struct net as held by the nfs_clientJeff Layton1-2/+2
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust1-0/+2
2025-04-27nfs: move the nfs4_data_server_cache into struct nfs_netJeff Layton1-0/+7
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-0/+5
2025-01-14nfs: probe for LOCALIO when v4 client reconnects to serverMike Snitzer1-0/+1
2025-01-14nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer1-2/+2
2025-01-14nfs_common: move localio_lock to new lock member of nfs_uuid_tMike Snitzer1-1/+0
2024-11-08NFS: Implement get_nfs_version()Anna Schumaker1-2/+8
2024-11-08NFS: Clean up find_nfs_version()Anna Schumaker1-7/+6
2024-11-08NFS: Rename get_nfs_version() -> find_nfs_version()Anna Schumaker1-4/+4
2024-11-08NFS: Convert the NFS module list into an arrayAnna Schumaker1-12/+14
2024-11-08NFS: Clean up locking the nfs_versions listAnna Schumaker1-11/+8
2024-11-04nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer1-2/+1
2024-10-03NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang1-0/+1
2024-09-23nfs: implement client support for NFS_LOCALIO_PROGRAMMike Snitzer1-2/+4
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson1-0/+11
2024-09-23nfs: simplify and guarantee owner uniqueness.NeilBrown1-4/+2
2024-07-08nfs: Block on write congestionJan Kara1-0/+1
2024-07-08nfs: Properly initialize server->writebackJan Kara1-0/+2
2024-03-09NFS: remove unused variable nfs_rpcstatTrond Myklebust1-4/+0
2024-03-09nfs: make the rpc_stat per net namespaceJosef Bacik1-1/+4
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro1-3/+10
2023-08-24NFS/pNFS: Set the connect timeout for the pNFS flexfiles driverTrond Myklebust1-0/+2
2023-06-29NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington1-2/+4
2023-06-19NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington1-0/+1
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington1-0/+5
2023-06-19NFS: add superblock sysfs entriesBenjamin Coddington1-0/+16
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever1-3/+3
2023-06-19NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever1-0/+8