aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-39/+4
2017-12-15nfs: fix a deadlock in nfs client initializationScott Mayhew1-0/+11
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova1-5/+5
2017-10-01NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington1-1/+1
2017-07-19mount: copy the port field into the cloned nfs_server structure.Steve Dickson1-0/+1
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-55/+12
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington1-0/+1
2017-04-21NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington1-0/+1
2017-04-20nfs: Convert to separately allocated bdiJan Kara1-10/+0
2017-04-20NFS: Clean up extra dprintk()s in client.cAnna Schumaker1-42/+3
2017-04-20NFS: Clean up nfs_init_client()Anna Schumaker1-13/+7
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson1-1/+24
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker1-4/+2
2016-11-07NFS: Ignore connections that have cl_rpcclient uninitializedPetr Vandrovec1-1/+2
2016-10-04fs: nfs: Make nfs boot time y2038 safeDeepa Dinamani1-1/+1
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton1-0/+1
2016-09-19NFS add xprt switch addrs test to match clientAndy Adamson1-1/+4
2016-09-19pnfs: track multiple layout types in fsinfo structureJeff Layton1-1/+1
2016-08-16NFS: Allow the mount option retrans=0Trond Myklebust1-5/+5
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-12/+10
2016-06-30NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust1-12/+10
2016-05-29drop redundant ->owner initializationsAl Viro1-2/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2015-10-15nfs: get clone_blksize when probing fsinfoPeng Tao1-0/+1
2015-08-17NFS: Use RPC functions for matching sockaddrsAnna Schumaker1-111/+2
2015-07-22NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust1-1/+1
2015-07-01nfs: Use remove_proc_subtree() instead remove_proc_entry()Kinglong Mee1-18/+7
2015-07-01nfs: Remove unused argument in nfs_server_set_fsinfo()Kinglong Mee1-2/+1
2015-06-16nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumesKinglong Mee1-5/+7
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker1-1/+0
2015-03-03NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust1-1/+1
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust1-1/+1
2014-09-24nfs: fix duplicate proc entriesFabian Frederick1-1/+1
2014-09-10nfs: add __acquires and __releases annotations to seqfile start/stop routinesJeff Layton1-0/+4
2014-09-08nfs: fix kernel warning when removing proc entryCong Wang1-9/+3
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+13
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman1-40/+55
2014-08-03NFS: add checks for returned value of try_module_get()Alexey Khoroshilov1-3/+5
2014-07-12nfs4: copy acceptor name from context to nfs_clientJeff Layton1-0/+1
2014-07-08nfs: check hostname in nfs_get_clientPeng Tao1-2/+7
2013-10-28NFS: cache parsed auth_info in nfs_serverWeston Andros Adamson1-0/+2
2013-10-28NFS: separate passed security flavs from selectedWeston Andros Adamson1-1/+2
2013-10-28NFS: Add nfs4_update_serverChuck Lever1-1/+2
2013-10-01NFSv4: Ensure that we disable the resend timeout for NFSv4Trond Myklebust1-0/+2
2013-08-07NFS Remove unused authflavour parameter from init_clientAndy Adamson1-4/+2
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust1-1/+1
2013-06-28NFS: Set NFS_CS_MIGRATION for NFSv4 mountsChuck Lever1-2/+0
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-1/+1
2013-04-14NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust1-0/+2
2013-02-27nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo1-1/+0