summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
AgeCommit message (Expand)Author
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
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro
2020-01-15nfs: unexport nfs_fs_mount_common()Al Viro
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Al Viro
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro
2020-01-15nfs: stash server into struct nfs_mount_infoAl Viro
2020-01-15saner calling conventions for nfs_fs_mount_common()Al Viro
2019-11-18NFS: remove unneeded semicolonYueHaibing
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