aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-01NFS: Remove the redundant function nfs_pgio_has_mirroring()Gravatar Trond Myklebust 1-6/+0
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-3/+0
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresGravatar Trond Myklebust 1-1/+3
2020-03-27NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()Gravatar Trond Myklebust 1-3/+16
2020-03-27NFS: Fix O_DIRECT commit verifier handlingGravatar Trond Myklebust 1-0/+8
2020-03-16NFS: Add a helper nfs_client_for_each_server()Gravatar Trond Myklebust 1-1/+3
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Gravatar Trond Myklebust 1-0/+9
2020-01-15nfs: use timespec64 in nfs_fattrGravatar Arnd Bergmann 1-2/+2
2020-01-15NFS: Attach supplementary error information to fs_context.Gravatar Scott Mayhew 1-0/+4
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-37/+16
2020-01-15NFS: Add fs_context support.Gravatar David Howells 1-41/+33
2020-01-15NFS: Do some tidying of the parsing codeGravatar David Howells 1-5/+11
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupGravatar David Howells 1-0/+2
2020-01-15NFS: Split nfs_parse_mount_options()Gravatar David Howells 1-0/+3
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextGravatar David Howells 1-7/+7
2020-01-15NFS: Move mount parameterisation bits into their own fileGravatar David Howells 1-0/+30
2020-01-15nfs: get rid of ->set_security()Gravatar Al Viro 1-3/+0
2020-01-15nfs: get rid of mount_info ->fill_super()Gravatar Al Viro 1-3/+1
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Gravatar Al Viro 1-5/+2
2020-01-15nfs: unexport nfs_fs_mount_common()Gravatar Al Viro 1-3/+0
2020-01-15nfs: merge xdev and remote file_system_typeGravatar Al Viro 1-1/+1
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Gravatar Al Viro 1-4/+2
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoGravatar Al Viro 1-0/+1
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Gravatar Al Viro 1-2/+1
2020-01-15nfs: stash server into struct nfs_mount_infoGravatar Al Viro 1-1/+2
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Gravatar Trond Myklebust 1-1/+1
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-8/+0
2019-09-24NFS: Optimise the default readahead sizeGravatar Trond Myklebust 1-8/+0
2019-08-26NFS: Fix spurious EIO read errorsGravatar Trond Myklebust 1-0/+10
2019-07-12Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Gravatar Max Kellermann 1-2/+1
2019-07-06Merge branch 'multipath_tcp'Gravatar Trond Myklebust 1-0/+2
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversGravatar Trond Myklebust 1-0/+1
2019-07-06NFS: Add a mount option to specify number of TCP connections to useGravatar Trond Myklebust 1-0/+1
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initGravatar Trond Myklebust 1-1/+1
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-6/+2
2019-05-01nfs{,4}: switch to ->free_inode()Gravatar Al Viro 1-1/+1
2019-04-26NFS: Store the credential of the mount process in the nfs_serverGravatar Trond Myklebust 1-0/+1
2019-04-25NFS: Replace custom error reporting mechanism with generic oneGravatar Trond Myklebust 1-6/+0
2019-04-25NFS: Consider ETIMEDOUT to be a fatal errorGravatar Trond Myklebust 1-0/+1
2019-02-20NFS: readdirplus optimization by cache mechanismGravatar luanshi 1-1/+2
2019-02-20NFS: ENOMEM should also be a fatal error.Gravatar Trond Myklebust 1-0/+1
2019-02-20NFS: EINTR is also a fatal error.Gravatar Trond Myklebust 1-0/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Gravatar Santosh kumar pradhan 1-3/+3
2018-12-21LSM: hide struct security_mnt_opts from any generic codeGravatar Al Viro 1-1/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-4/+4
2018-12-19NFSv4: cleanup remove unused nfs4_xdev_fs_typeGravatar Olga Kornievskaia 1-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsGravatar David Howells 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1