aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-3/+2
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+18
2022-09-01NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust1-9/+18
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski1-13/+15
2021-10-20NFS: Call nfs_probe_server() during a fscontext-reconfigure eventAnna Schumaker1-1/+6
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia1-0/+2
2021-05-27nfs: Remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+1
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo1-4/+0
2021-04-05nfs: hornor timeo and retrans option when mounting NFSv3Eryu Guan1-1/+1
2021-03-22nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia1-0/+4
2021-03-22nfs: remove unneeded null check in nfs_fill_super()Olga Kornievskaia1-1/+1
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+7
2021-02-17NFS: Support the '-owrite=' option in /proc/self/mounts and mountinfoTrond Myklebust1-0/+7
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo1-0/+12
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+17
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo1-0/+17
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+1
2020-10-02nfs: remove incorrect fallthrough labelNick Desaulniers1-1/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-8/+1
2020-09-21nfs: Convert to use the preferred fallthrough macroMiaohe Lin1-1/+1
2020-05-11Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsTrond Myklebust1-1/+0
2020-05-08NFS: Fix fscache super_cookie allocationDave Wysochanski1-1/+0
2020-04-30NFS: Fix a race in __nfs_list_for_each_server()Trond Myklebust1-1/+1
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+35
2020-03-30NFS: Ensure security label is set for root inodeScott Mayhew1-25/+0
2020-03-16NFS: Add a helper nfs_client_for_each_server()Trond Myklebust1-0/+35
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust1-0/+1
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew1-2/+2
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-26/+22
2020-01-15NFS: Add fs_context support.David Howells1-210/+76
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew1-27/+27
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells1-1/+1
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells1-96/+98
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells1-1411/+0
2020-01-15nfs: get rid of ->set_security()Al Viro1-48/+21
2020-01-15nfs_clone_sb_security(): simplify the check for server bogosityAl Viro1-1/+1
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro1-59/+16
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro1-7/+7
2020-01-15nfs: unexport nfs_fs_mount_common()Al Viro1-2/+3
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro1-6/+8
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()Al Viro1-11/+8
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro1-0/+1
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro1-21/+4
2020-01-15nfs: stash server into struct nfs_mount_infoAl Viro1-11/+8
2020-01-15saner calling conventions for nfs_fs_mount_common()Al Viro1-7/+4
2019-11-18NFS: remove unneeded semicolonYueHaibing1-3/+3
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+8
2019-09-24NFS: Optimise the default readahead sizeTrond Myklebust1-1/+8