aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew1-0/+4
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-37/+16
2020-01-15NFS: Add fs_context support.David Howells1-41/+33
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells1-5/+11
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells1-0/+2
2020-01-15NFS: Split nfs_parse_mount_options()David Howells1-0/+3
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells1-7/+7
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells1-0/+30
2020-01-15nfs: get rid of ->set_security()Al Viro1-3/+0
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro1-3/+1
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro1-5/+2
2020-01-15nfs: unexport nfs_fs_mount_common()Al Viro1-3/+0
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro1-1/+1
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()Al Viro1-4/+2
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-2/+1
2020-01-15nfs: stash server into struct nfs_mount_infoAl Viro1-1/+2
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust1-1/+1
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-8/+0
2019-09-24NFS: Optimise the default readahead sizeTrond Myklebust1-8/+0
2019-08-26NFS: Fix spurious EIO read errorsTrond Myklebust1-0/+10
2019-07-12Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann1-2/+1
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust1-0/+2
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust1-0/+1
2019-07-06NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust1-0/+1
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust1-1/+1
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-6/+2
2019-05-01nfs{,4}: switch to ->free_inode()Al Viro1-1/+1
2019-04-26NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust1-0/+1
2019-04-25NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust1-6/+0
2019-04-25NFS: Consider ETIMEDOUT to be a fatal errorTrond Myklebust1-0/+1
2019-02-20NFS: readdirplus optimization by cache mechanismluanshi1-1/+2
2019-02-20NFS: ENOMEM should also be a fatal error.Trond Myklebust1-0/+1
2019-02-20NFS: EINTR is also a fatal error.Trond Myklebust1-0/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan1-3/+3
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro1-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-4/+4
2018-12-19NFSv4: cleanup remove unused nfs4_xdev_fs_typeOlga Kornievskaia1-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown1-0/+7
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust1-1/+0
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+5
2017-07-13nfs: add export operationsPeng Tao1-0/+2
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+5
2017-07-13NFS: convert flags to boolBenjamin Coddington1-3/+3
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-2/+2
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-3/+3