summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4client.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-09-131-1/+5
* NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-08-241-0/+3
* NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington2023-06-191-0/+1
* NFS: add superblock sysfs entriesBenjamin Coddington2023-06-191-0/+3
* NFS: Add an "xprtsec=" NFS mount optionChuck Lever2023-06-191-10/+18
* NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever2023-06-191-5/+15
* nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu2022-10-271-0/+1
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-271-9/+9
* NFS: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-031-1/+1
* NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker2022-07-121-2/+2
* nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-01-061-1/+4
* NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker2021-10-201-7/+1
* NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker2021-10-201-25/+1
* NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker2021-10-201-14/+19
* NFSv4.1 add network transport when session trunking is detectedOlga Kornievskaia2021-08-271-0/+29
* NFSv4 introduce max_connect mount optionsOlga Kornievskaia2021-08-271-2/+10
* NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust2021-06-131-40/+42
* NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker2021-06-031-1/+1
* nfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-011-0/+1
* NFSv4: Refactor to use user namespaces for nfs4idmapSargun Dhillon2020-12-021-1/+1
* NFS: Add READ_PLUS data segment supportAnna Schumaker2020-10-071-0/+2
* NFSv4.0 allow nconnect for v4.0Olga Kornievskaia2020-07-171-1/+1
* NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden2020-07-131-0/+31
* nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-251-1/+0
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-30/+32
* NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells2020-01-151-30/+30
* nfs: don't pass nfs_subversion to ->create_server()Al Viro2020-01-151-2/+1
* Merge branch 'linux-ssc-for-5.5'Trond Myklebust2019-11-061-1/+1
|\
| * NFS: add COPY_NOTIFY operationOlga Kornievskaia2019-10-091-1/+1
* | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-031-1/+4
* | NFS: Use non-atomic bit ops when initialising struct nfs_client_initdataTrond Myklebust2019-11-031-3/+3
|/
* NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-08-041-1/+4
* pNFS: Allow multiple connections to the DSTrond Myklebust2019-07-061-0/+3
* NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust2019-07-061-2/+9
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust2019-04-261-0/+6
* NFS: drop useless LIST_HEADJulia Lawall2019-02-201-1/+0
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-14/+18
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-2/+2
* NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-09-301-7/+9
* NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia2018-08-091-0/+15
* nfs: Referrals not inheriting proto setting from parentCalum Mackay2018-07-301-3/+3
* nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-02-221-2/+4
* nfs: Update server port after referral or migrationChuck Lever2018-01-141-0/+1
* nfs: Referrals should use the same proto setting as their parentChuck Lever2018-01-141-3/+20
* nfs: fix a deadlock in nfs client initializationScott Mayhew2017-12-151-4/+13
* NFS: Fix bool initialization/comparisonThomas Meyer2017-11-171-1/+1
* fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-171-5/+5
* NFSv4: Fix double frees in nfs4_test_session_trunk()Trond Myklebust2017-08-021-3/+0
* NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2017-07-131-0/+5