summaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
Commit message (Expand)AuthorAgeFilesLines
* mount: copy the port field into the cloned nfs_server structure.Steve Dickson2017-07-191-0/+1
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-101-55/+12
|\
| * lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-211-0/+1
| * NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington2017-04-211-0/+1
| * NFS: Clean up extra dprintk()s in client.cAnna Schumaker2017-04-201-42/+3
| * NFS: Clean up nfs_init_client()Anna Schumaker2017-04-201-13/+7
* | nfs: Convert to separately allocated bdiJan Kara2017-04-201-10/+0
|/
* pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-171-1/+24
* NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker2016-12-011-4/+2
* NFS: Ignore connections that have cl_rpcclient uninitializedPetr Vandrovec2016-11-071-1/+2
* fs: nfs: Make nfs boot time y2038 safeDeepa Dinamani2016-10-041-1/+1
* pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton2016-09-191-0/+1
* NFS add xprt switch addrs test to match clientAndy Adamson2016-09-191-1/+4
* pnfs: track multiple layout types in fsinfo structureJeff Layton2016-09-191-1/+1
* NFS: Allow the mount option retrans=0Trond Myklebust2016-08-161-5/+5
* Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-301-12/+10
|\
| * NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust2016-06-301-12/+10
* | drop redundant ->owner initializationsAl Viro2016-05-291-2/+0
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* nfs: get clone_blksize when probing fsinfoPeng Tao2015-10-151-0/+1
* NFS: Use RPC functions for matching sockaddrsAnna Schumaker2015-08-171-111/+2
* NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-221-1/+1
* nfs: Use remove_proc_subtree() instead remove_proc_entry()Kinglong Mee2015-07-011-18/+7
* nfs: Remove unused argument in nfs_server_set_fsinfo()Kinglong Mee2015-07-011-2/+1
* nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumesKinglong Mee2015-06-161-5/+7
* NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker2015-04-231-1/+0
* NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust2015-03-031-1/+1
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-09-301-1/+1
|\
| * nfs: fix duplicate proc entriesFabian Frederick2014-09-241-1/+1
* | nfs: add __acquires and __releases annotations to seqfile start/stop routinesJeff Layton2014-09-101-0/+4
|/
* nfs: fix kernel warning when removing proc entryCong Wang2014-09-081-9/+3
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-131-5/+13
|\
| * NFS: add checks for returned value of try_module_get()Alexey Khoroshilov2014-08-031-3/+5
| * nfs4: copy acceptor name from context to nfs_clientJeff Layton2014-07-121-0/+1
| * nfs: check hostname in nfs_get_clientPeng Tao2014-07-081-2/+7
* | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman2014-08-041-40/+55
|/
* NFS: cache parsed auth_info in nfs_serverWeston Andros Adamson2013-10-281-0/+2
* NFS: separate passed security flavs from selectedWeston Andros Adamson2013-10-281-1/+2
* NFS: Add nfs4_update_serverChuck Lever2013-10-281-1/+2
* NFSv4: Ensure that we disable the resend timeout for NFSv4Trond Myklebust2013-10-011-0/+2
* NFS Remove unused authflavour parameter from init_clientAndy Adamson2013-08-071-4/+2
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-1/+1
|\
| * NFS:Add labels to client function prototypesDavid Quigley2013-06-081-1/+1
* | NFS: Set NFS_CS_MIGRATION for NFSv4 mountsChuck Lever2013-06-281-2/+0
|/
* NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust2013-04-141-0/+2
* nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo2013-02-271-1/+0
* NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2012-12-121-2/+1
* NFS: Get rid of unnecessary assertsTrond Myklebust2012-11-041-5/+1
* NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian2012-10-011-2/+2
* NFS41: fix error of setting blocklayoutdriverPeng Tao2012-10-011-1/+0
OpenPOWER on IntegriCloud