summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-101-13/+15
* NFS: Call nfs_probe_server() during a fscontext-reconfigure eventAnna Schumaker2021-10-201-1/+6
* NFSv4 introduce max_connect mount optionsOlga Kornievskaia2021-08-271-0/+2
* nfs: Remove trailing semicolon in macrosHuilong Deng2021-05-271-1/+1
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-5/+1
|\
| * NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo2021-04-261-4/+0
| * nfs: hornor timeo and retrans option when mounting NFSv3Eryu Guan2021-04-051-1/+1
* | nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia2021-03-221-0/+4
* | nfs: remove unneeded null check in nfs_fill_super()Olga Kornievskaia2021-03-221-1/+1
|/
* Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-261-0/+7
|\
| * NFS: Support the '-owrite=' option in /proc/self/mounts and mountinfoTrond Myklebust2021-02-171-0/+7
* | 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