summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4_2: SSC helper should use its own config.Dai Ngo2021-01-281-0/+12
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-221-0/+17
|\
| * NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-211-0/+17
* | Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-10-201-1/+1
|\ \
| * | nfs: remove incorrect fallthrough labelNick Desaulniers2020-10-021-1/+1
| * | nfs: Convert to use the preferred fallthrough macroMiaohe Lin2020-09-211-1/+1
| |/
* / bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-8/+1
|/
* Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/ke...Trond Myklebust2020-05-111-1/+0
|\
| * NFS: Fix fscache super_cookie allocationDave Wysochanski2020-05-081-1/+0
* | NFS: Fix a race in __nfs_list_for_each_server()Trond Myklebust2020-04-301-1/+1
|/
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-0/+35
|\
| * NFS: Add a helper nfs_client_for_each_server()Trond Myklebust2020-03-161-0/+35
* | NFS: Ensure security label is set for root inodeScott Mayhew2020-03-301-25/+0
|/
* NFS: Add mount option 'softreval'Trond Myklebust2020-01-151-0/+1
* NFS: Attach supplementary error information to fs_context.Scott Mayhew2020-01-151-2/+2
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-26/+22
* NFS: Add fs_context support.David Howells2020-01-151-210/+76
* NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew2020-01-151-27/+27
* NFS: Do some tidying of the parsing codeDavid Howells2020-01-151-1/+1
* NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells2020-01-151-96/+98
* NFS: Move mount parameterisation bits into their own fileDavid Howells2020-01-151-1411/+0
* nfs: get rid of ->set_security()Al Viro2020-01-151-48/+21
* nfs_clone_sb_security(): simplify the check for server bogosityAl Viro2020-01-151-1/+1
* nfs: get rid of mount_info ->fill_super()Al Viro2020-01-151-59/+16
* nfs: don't pass nfs_subversion to ->create_server()Al Viro2020-01-151-7/+7
* nfs: unexport nfs_fs_mount_common()Al Viro2020-01-151-2/+3
* nfs: merge xdev and remote file_system_typeAl Viro2020-01-151-6/+8
* nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Al Viro2020-01-151-11/+8
* nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro2020-01-151-0/+1
* nfs: lift setting mount_info from nfs_xdev_mount()Al Viro2020-01-151-21/+4
* nfs: stash server into struct nfs_mount_infoAl Viro2020-01-151-11/+8
* saner calling conventions for nfs_fs_mount_common()Al Viro2020-01-151-7/+4
* NFS: remove unneeded semicolonYueHaibing2019-11-181-3/+3
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-1/+8
|\
| * NFS: Optimise the default readahead sizeTrond Myklebust2019-09-241-1/+8
* | fs: nfs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-1/+19
|/
* NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust2019-08-041-0/+1
* Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-201-4/+2
|\
| * nfs: dget_parent() never returns NULLAl Viro2019-07-041-4/+2
* | NFS: Replace 16 seq_printf() calls by seq_puts()Markus Elfring2019-07-131-16/+16
* | NFS: Use seq_putc() in nfs_show_stats()Markus Elfring2019-07-131-1/+1
* | NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstatsDave Wysochanski2019-07-061-0/+11
* | NFS: Display the "nconnect" mount option if it is set.Trond Myklebust2019-07-061-0/+2
* | NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust2019-07-061-0/+10
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-3/+29
|\
| * NFS: When mounting, don't share filesystems between different user namespacesTrond Myklebust2019-04-261-0/+17
| * NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust2019-04-251-3/+12
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * nfs{,4}: switch to ->free_inode()Al Viro2019-05-011-1/+1