aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
AgeCommit message (Expand)Author
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-22NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton
2023-10-04nfs: dynamically allocate the nfs-acl shrinkerQi Zheng
2023-08-31NFS: switch back to using kill_anon_superChristoph Hellwig
2023-06-19NFS: add superblock sysfs entriesBenjamin Coddington
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever
2023-04-29Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-04-11NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs APIDave Wysochanski
2023-03-16fs_context: drop the unused lsm_flags memberOndrej Mosnacek
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-09-01NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2021-10-20NFS: Call nfs_probe_server() during a fscontext-reconfigure eventAnna Schumaker
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia
2021-05-27nfs: Remove trailing semicolon in macrosHuilong Deng
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo
2021-04-05nfs: hornor timeo and retrans option when mounting NFSv3Eryu Guan
2021-03-22nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia
2021-03-22nfs: remove unneeded null check in nfs_fill_super()Olga Kornievskaia
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-02-17NFS: Support the '-owrite=' option in /proc/self/mounts and mountinfoTrond Myklebust
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-10-02nfs: remove incorrect fallthrough labelNick Desaulniers
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-21nfs: Convert to use the preferred fallthrough macroMiaohe Lin
2020-05-11Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/ke...Trond Myklebust
2020-05-08NFS: Fix fscache super_cookie allocationDave Wysochanski
2020-04-30NFS: Fix a race in __nfs_list_for_each_server()Trond Myklebust
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-30NFS: Ensure security label is set for root inodeScott Mayhew
2020-03-16NFS: Add a helper nfs_client_for_each_server()Trond Myklebust
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew
2020-01-15NFS: Add fs_context support.David Howells
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells
2020-01-15nfs: get rid of ->set_security()Al Viro
2020-01-15nfs_clone_sb_security(): simplify the check for server bogosityAl Viro
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro