summaryrefslogtreecommitdiff
path: root/fs/nfs/client.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-04NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington1-2/+2
2019-05-31NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington1-1/+1
2019-05-31NFS: make nfs_match_client killableRoberto Bergantinos Corpas1-1/+6
2019-05-04NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust1-1/+1
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia1-0/+1
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+2
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust1-1/+2
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-02NFS: 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-02NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker1-4/+2
2016-11-08NFS: 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-31Merge 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-30drop 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-23NFS: 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-04NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust1-1/+1
2014-10-01Merge branch 'bugfixes' into linux-nextTrond Myklebust1-1/+1
2014-09-25nfs: 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-09nfs: fix kernel warning when removing proc entryCong Wang1-9/+3
2014-08-14Merge 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-04NFS: add checks for returned value of try_module_get()Alexey Khoroshilov1-3/+5
2014-07-13nfs4: 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