aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfs/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-2/+2
2022-07-12NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker1-6/+7
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia1-1/+2
2022-02-08NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust1-1/+1
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+7
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia1-0/+7
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski1-4/+0
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker1-1/+1
2021-10-20NFS: Unexport nfs_probe_fsinfo()Anna Schumaker1-2/+1
2021-10-20NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker1-9/+1
2021-10-20NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker1-0/+24
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+1
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia1-0/+1
2021-06-03NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
2021-04-14NFS: Split attribute support out from the server capabilitiesTrond Myklebust1-3/+12
2021-04-13NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust1-0/+3
2021-04-05NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust1-2/+0
2020-12-02NFS: NFSv2/NFSv3: Use cred from fs_context during mountSargun Dhillon1-2/+2
2020-12-02NFS: Support larger readdir buffersTrond Myklebust1-2/+2
2020-07-13NFSv4.2: query the server for extended attribute supportFrank van der Linden1-0/+3