summaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: remove unused variable nfs_rpcstatTrond Myklebust2024-03-091-4/+0
* nfs: make the rpc_stat per net namespaceJosef Bacik2024-03-091-1/+4
* nfs: fix UAF on pathwalk running into umountAl Viro2024-02-251-3/+10
* NFS/pNFS: Set the connect timeout for the pNFS flexfiles driverTrond Myklebust2023-08-241-0/+2
* NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington2023-06-291-2/+4
* NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington2023-06-191-0/+1
* NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington2023-06-191-0/+5
* NFS: add superblock sysfs entriesBenjamin Coddington2023-06-191-0/+16
* NFS: Add an "xprtsec=" NFS mount optionChuck Lever2023-06-191-3/+3
* NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever2023-06-191-0/+8
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-271-2/+2
* NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker2022-07-121-6/+7
* NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia2022-03-211-1/+2
* NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-081-1/+1
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-251-0/+7
|\
| * NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-01-131-0/+7
* | nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-101-4/+0
|/
* NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-1/+1
* NFS: Unexport nfs_probe_fsinfo()Anna Schumaker2021-10-201-2/+1
* NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker2021-10-201-9/+1
* NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker2021-10-201-0/+24
* SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia2021-08-271-0/+1
* NFSv4 introduce max_connect mount optionsOlga Kornievskaia2021-08-271-0/+1
* NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-031-1/+1
* NFS: Split attribute support out from the server capabilitiesTrond Myklebust2021-04-141-3/+12
* NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust2021-04-131-0/+3
* NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust2021-04-051-2/+0
* NFS: NFSv2/NFSv3: Use cred from fs_context during mountSargun Dhillon2020-12-021-2/+2
* NFS: Support larger readdir buffersTrond Myklebust2020-12-021-2/+2
* NFSv4.2: query the server for extended attribute supportFrank van der Linden2020-07-131-0/+3
* NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden2020-07-131-2/+17
* nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-251-0/+1
* NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia2020-01-241-0/+4
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-11/+11
* NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew2020-01-151-31/+31
* NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells2020-01-151-33/+33
* nfs: don't pass nfs_subversion to ->create_server()Al Viro2020-01-151-2/+2
* NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-031-0/+3
* NFS/pnfs: Separate NFSv3 DS and MDS trafficTrond Myklebust2019-11-031-0/+6
* NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPINGTrond Myklebust2019-11-031-0/+2
* NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington2019-07-061-2/+2
* Merge branch 'multipath_tcp'Trond Myklebust2019-07-061-0/+3
|\
| * NFS: Allow multiple connections to a NFSv2 or NFSv3 serverTrond Myklebust2019-07-061-0/+1
| * NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust2019-07-061-0/+2
* | NFS: Add sysfs support for per-container identifierTrond Myklebust2019-07-061-0/+4
* | NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust2019-07-061-2/+11
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-0/+1
|\
| * lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-241-0/+1
* | NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-091-1/+1