summaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust2021-03-081-1/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-5/+9
* NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-101-5/+7
* NFS: Adjust fs_context error loggingScott Mayhew2021-01-101-3/+23
* NFS: Support larger readdir buffersTrond Myklebust2020-12-021-6/+0
* mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-3/+7
* NFS: Remove the redundant function nfs_pgio_has_mirroring()Trond Myklebust2020-04-011-6/+0
* NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-3/+0
* pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust2020-03-271-1/+3
* NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()Trond Myklebust2020-03-271-3/+16
* NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust2020-03-271-0/+8
* NFS: Add a helper nfs_client_for_each_server()Trond Myklebust2020-03-161-1/+3
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-0/+9
* nfs: use timespec64 in nfs_fattrArnd Bergmann2020-01-151-2/+2
* NFS: Attach supplementary error information to fs_context.Scott Mayhew2020-01-151-0/+4
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-37/+16
* NFS: Add fs_context support.David Howells2020-01-151-41/+33
* NFS: Do some tidying of the parsing codeDavid Howells2020-01-151-5/+11
* NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells2020-01-151-0/+2
* NFS: Split nfs_parse_mount_options()David Howells2020-01-151-0/+3
* NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells2020-01-151-7/+7
* NFS: Move mount parameterisation bits into their own fileDavid Howells2020-01-151-0/+30
* nfs: get rid of ->set_security()Al Viro2020-01-151-3/+0
* nfs: get rid of mount_info ->fill_super()Al Viro2020-01-151-3/+1
* nfs: don't pass nfs_subversion to ->create_server()Al Viro2020-01-151-5/+2
* nfs: unexport nfs_fs_mount_common()Al Viro2020-01-151-3/+0
* nfs: merge xdev and remote file_system_typeAl Viro2020-01-151-1/+1
* nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Al Viro2020-01-151-4/+2
* nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro2020-01-151-0/+1
* nfs: lift setting mount_info from nfs_xdev_mount()Al Viro2020-01-151-2/+1
* nfs: stash server into struct nfs_mount_infoAl Viro2020-01-151-1/+2
* NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust2019-11-031-1/+1
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-8/+0
|\
| * NFS: Optimise the default readahead sizeTrond Myklebust2019-09-241-8/+0
* | NFS: Fix spurious EIO read errorsTrond Myklebust2019-08-261-0/+10
|/
* Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-121-2/+1
* Merge branch 'multipath_tcp'Trond Myklebust2019-07-061-0/+2
|\
| * NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust2019-07-061-0/+1
| * NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust2019-07-061-0/+1
* | NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust2019-07-061-1/+1
|/
* Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-6/+2
|\
| * NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust2019-04-261-0/+1
| * NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust2019-04-251-6/+0
| * NFS: Consider ETIMEDOUT to be a fatal errorTrond Myklebust2019-04-251-0/+1
* | nfs{,4}: switch to ->free_inode()Al Viro2019-05-011-1/+1
|/
* NFS: readdirplus optimization by cache mechanismluanshi2019-02-201-1/+2
* NFS: ENOMEM should also be a fatal error.Trond Myklebust2019-02-201-0/+1
* NFS: EINTR is also a fatal error.Trond Myklebust2019-02-201-0/+1
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-1/+1
|\
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-1/+1