aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust1-1/+4
2019-11-03NFS: 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-04NFSv4: 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-20NFS: 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-14nfs: Update server port after referral or migrationChuck Lever1-0/+1
2018-01-14nfs: 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-17NFS: 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
2017-07-13NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever1-0/+5
2017-05-24NFSv4.0: Fix a lock leak in nfs40_walk_client_listTrond Myklebust1-1/+0
2017-04-20NFS: Remove extra dprintk()s from nfs4client.cAnna Schumaker1-52/+10
2017-04-20NFS: Clean up nfs4_init_server()Anna Schumaker1-12/+4
2017-04-20NFS: Clean up nfs4_set_client()Anna Schumaker1-15/+4
2017-04-20NFS: Clean up nfs4_check_server_scope()Anna Schumaker1-12/+3
2017-04-20NFS: Clean up nfs4_check_serverowner_major_id()Anna Schumaker1-11/+2