summaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
AgeCommit message (Expand)Author
2021-06-03NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter
2021-04-14NFS: Split attribute support out from the server capabilitiesTrond Myklebust
2021-04-13NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust
2021-04-05NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust
2020-12-02NFS: NFSv2/NFSv3: Use cred from fs_context during mountSargun Dhillon
2020-12-02NFS: Support larger readdir buffersTrond Myklebust
2020-07-13NFSv4.2: query the server for extended attribute supportFrank van der Linden
2020-07-13NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden
2020-02-25nfs: add minor version to nfs_server_key for fscacheScott Mayhew
2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust
2019-11-03NFS/pnfs: Separate NFSv3 DS and MDS trafficTrond Myklebust
2019-11-03NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPINGTrond Myklebust
2019-07-06NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust
2019-07-06NFS: Allow multiple connections to a NFSv2 or NFSv3 serverTrond Myklebust
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-09NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington
2019-05-07NFS: make nfs_match_client killableRoberto Bergantinos Corpas
2019-04-26NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust
2019-04-25NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust
2019-03-23NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2017-12-15nfs: fix a deadlock in nfs client initializationScott Mayhew
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova
2017-10-01NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington
2017-07-19mount: copy the port field into the cloned nfs_server structure.Steve Dickson
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington
2017-04-21NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington
2017-04-20nfs: Convert to separately allocated bdiJan Kara
2017-04-20NFS: Clean up extra dprintk()s in client.cAnna Schumaker
2017-04-20NFS: Clean up nfs_init_client()Anna Schumaker
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker