summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4client.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17NFS: fix delegation_hash_table leak when nfs4_server_common_setup() failsNate Prodromou1-5/+12
2026-08-17NFSv4/flexfiles: support loosely coupled data serversJeuk Kim1-2/+3
2026-08-17NFSv4: remove callback IDR entry on client allocation failureRuoyu Wang1-0/+1
2026-04-13NFSv4.1: Apply session size limits on clone pathTushar Sariya1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker1-23/+0
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker1-1/+2
2026-01-30NFS: Move nfs40_init_client into nfs40client.cAnna Schumaker1-27/+0
2026-01-30NFS: Move nfs40_shutdown_client into nfs40client.cAnna Schumaker1-8/+0
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker1-130/+2
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust1-4/+14
2025-11-23NFSv4.1: pass transport for callback shutdownOlga Kornievskaia1-2/+7
2025-11-10pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust1-2/+12
2025-10-13NFS4: Fix state renewals missing after bootJoshua Watt1-0/+1
2025-08-04NFS: Fix the setting of capabilities when automounting a new filesystemTrond Myklebust1-19/+1
2025-07-22NFS: use a hash table for delegation lookupChristoph Hellwig1-0/+5
2025-07-22NFS: cleanup error handling in nfs4_server_common_setupChristoph Hellwig1-5/+4
2025-07-22NFS: pass struct nfs_client_initdata to nfs4_set_clientChristoph Hellwig1-83/+68
2025-03-21pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-0/+5
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-0/+2
2024-07-08NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia1-4/+2
2024-03-09NFS: enable nconnect for RDMATrond Myklebust1-0/+2
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-1/+5
2023-08-24NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia1-0/+3
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington1-0/+1
2023-06-19NFS: add superblock sysfs entriesBenjamin Coddington1-0/+3
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever1-10/+18
2023-06-19NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever1-5/+15
2022-10-27nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-9/+9
2022-10-03NFS: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-12NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker1-2/+2
2022-01-06nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang1-1/+4
2021-10-20NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker1-7/+1
2021-10-20NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker1-25/+1
2021-10-20NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker1-14/+19
2021-08-27NFSv4.1 add network transport when session trunking is detectedOlga Kornievskaia1-0/+29
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia1-2/+10
2021-06-13NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust1-40/+42
2021-06-03NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker1-1/+1
2021-02-01nfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02NFSv4: Refactor to use user namespaces for nfs4idmapSargun Dhillon1-1/+1
2020-10-07NFS: Add READ_PLUS data segment supportAnna Schumaker1-0/+2
2020-07-17NFSv4.0 allow nconnect for v4.0Olga Kornievskaia1-1/+1
2020-07-13NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden1-0/+31
2020-02-25nfs: add minor version to nfs_server_key for fscacheScott Mayhew1-1/+0
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-30/+32
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells1-30/+30
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro1-2/+1
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust1-1/+1