aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-2/+2
2022-07-12NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker1-6/+7
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia1-1/+2
2022-02-08NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust1-1/+1
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+7
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia1-0/+7
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski1-4/+0
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker1-1/+1
2021-10-20NFS: Unexport nfs_probe_fsinfo()Anna Schumaker1-2/+1
2021-10-20NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker1-9/+1
2021-10-20NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker1-0/+24
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+1
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia1-0/+1
2021-06-03NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
2021-04-14NFS: Split attribute support out from the server capabilitiesTrond Myklebust1-3/+12
2021-04-13NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust1-0/+3
2021-04-05NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust1-2/+0
2020-12-02NFS: NFSv2/NFSv3: Use cred from fs_context during mountSargun Dhillon1-2/+2
2020-12-02NFS: Support larger readdir buffersTrond Myklebust1-2/+2
2020-07-13NFSv4.2: query the server for extended attribute supportFrank van der Linden1-0/+3
2020-07-13NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden1-2/+17
2020-02-25nfs: add minor version to nfs_server_key for fscacheScott Mayhew1-0/+1
2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia1-0/+4
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-11/+11
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew1-31/+31
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells1-33/+33
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro1-2/+2
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust1-0/+3
2019-11-03NFS/pnfs: Separate NFSv3 DS and MDS trafficTrond Myklebust1-0/+6
2019-11-03NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPINGTrond Myklebust1-0/+2
2019-07-06NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington1-2/+2
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust1-0/+3
2019-07-06NFS: Allow multiple connections to a NFSv2 or NFSv3 serverTrond Myklebust1-0/+1
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust1-0/+2
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust1-0/+4
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust1-2/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2019-05-09NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington1-1/+1
2019-05-07NFS: make nfs_match_client killableRoberto Bergantinos Corpas1-1/+6
2019-04-26NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust1-1/+7
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust1-0/+1
2019-04-25NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust1-0/+2
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust1-0/+1
2019-03-23NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust1-1/+1
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown1-9/+2
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown1-0/+2
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