aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-20NFS: Create a common nfs4_match_client() functionAnna Schumaker1-64/+55
2017-04-20NFS: Clean up nfs4_check_serverowner_minor_id()Anna Schumaker1-21/+1
2017-04-20NFS: Clean up nfs4_match_clientids()Anna Schumaker1-17/+2
2017-03-17NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker1-7/+3
2016-12-01nfs: fix false positives in nfs40_walk_client_list()J. Bruce Fields1-1/+21
2016-09-22nfs: allow blocking locks to be awoken by lock callbacksJeff Layton1-0/+3
2016-09-19NFS test session trunking with exchange idAndy Adamson1-3/+7
2016-09-19NFS detect session trunkingAndy Adamson1-0/+90
2016-09-19NFS refactor nfs4_check_serverowner_major_idAndy Adamson1-6/+5
2016-09-19NFS refactor nfs4_match_clientidsAndy Adamson1-5/+5
2016-08-30NFS4: Avoid migration loopsBenjamin Coddington1-0/+5
2016-07-19nfs4: clnt: respect noresvport when establishing connections to DSesTigran Mkrtchyan1-1/+5
2016-06-30NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust1-8/+12
2015-11-23nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2015-08-17NFS: Use RPC functions for matching sockaddrsAnna Schumaker1-4/+1
2015-07-01nfs: Drop bad comment in nfs41_walk_client_list()Kinglong Mee1-1/+0
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-03-03NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust1-5/+4