summaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)Author
2023-10-10NFS: Fix a race in __nfs_list_for_each_server()Trond Myklebust
2023-10-10NFS: Add a helper nfs_client_for_each_server()Trond Myklebust
2022-09-28NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-09-24NFS: Optimise the default readahead sizeTrond Myklebust
2019-08-30fs: nfs: Initialize filesystem timestamp rangesDeepa Dinamani
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-13NFS: Replace 16 seq_printf() calls by seq_puts()Markus Elfring
2019-07-13NFS: Use seq_putc() in nfs_show_stats()Markus Elfring
2019-07-06NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstatsDave Wysochanski
2019-07-06NFS: Display the "nconnect" mount option if it is set.Trond Myklebust
2019-07-06NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust
2019-07-04nfs: dget_parent() never returns NULLAl Viro
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-01nfs{,4}: switch to ->free_inode()Al Viro
2019-04-26NFS: When mounting, don't share filesystems between different user namespacesTrond Myklebust
2019-04-25NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust
2019-04-11NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa
2019-02-20fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman
2019-01-28nfs: Fix NULL pointer dereference of dev_nameYao Liu
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-02NFS: Make "port=" mount option optional for RDMA mountsChuck Lever
2018-12-21NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21nfs_remount(): don't leak, don't ignore LSM options quietlyAl Viro
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro
2018-07-31NFS: silence a harmless uninitialized variable warningDan Carpenter
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski
2018-03-15fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17NFS: Fix typo in nomigration mount optionJoshua Watt
2017-11-17NFS: super: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-20NFS: Fix NFSv2 security settingsChuck Lever
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13nfs: add export operationsPeng Tao
2017-07-13nfs: Fix fscache stat printing in nfs_show_stats()Tuo Chen Peng
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew
2017-06-03nfs: Mark unnecessarily extern functions as staticJan Kara
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara
2017-04-20nfs: Convert to separately allocated bdiJan Kara
2017-01-30NFS: tidy up nfs_show_mountd_netidNeilBrown
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds