summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4client.c
AgeCommit message (Expand)AuthorFilesLines
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-21NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker1-7/+1
2021-10-21NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker1-25/+1
2021-10-21NFS: 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-14NFSv4: 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-14NFSv4.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
2019-11-04NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust1-1/+4
2019-11-04NFS: Use non-atomic bit ops when initialising struct nfs_client_initdataTrond Myklebust1-3/+3
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia1-1/+1
2019-08-05NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust1-1/+4
2019-07-06pNFS: Allow multiple connections to the DSTrond Myklebust1-0/+3
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust1-2/+9
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-26NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust1-0/+6
2019-02-21NFS: drop useless LIST_HEADJulia Lawall1-1/+0
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-14/+18
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-2/+2
2018-09-30NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-08-09NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia1-0/+15
2018-07-30nfs: Referrals not inheriting proto setting from parentCalum Mackay1-3/+3
2018-02-22nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com1-2/+4
2018-01-15nfs: Update server port after referral or migrationChuck Lever1-0/+1
2018-01-15nfs: Referrals should use the same proto setting as their parentChuck Lever1-3/+20
2017-12-15nfs: fix a deadlock in nfs client initializationScott Mayhew1-4/+13
2017-11-18NFS: Fix bool initialization/comparisonThomas Meyer1-1/+1
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova1-5/+5
2017-08-02NFSv4: Fix double frees in nfs4_test_session_trunk()Trond Myklebust1-3/+0