aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-7/+7
2022-10-05nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declarationGaosheng Cui1-2/+0
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+25
2022-09-08NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker1-0/+25
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+51
2022-08-02nfs: Convert to migrate_folioMatthew Wilcox (Oracle)1-2/+4
2022-07-23nfs: add new nfs_direct_req tracepoint eventsJeff Layton1-0/+33
2022-07-12NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker1-0/+18
2022-05-17NFS: Memory allocation failures are not server fatal errorsTrond Myklebust1-0/+1
2022-03-29NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong1-0/+10
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust1-0/+7
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust1-2/+2
2022-02-25NFS: Clean up NFSv4.2 xattrsTrond Myklebust1-0/+14
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust1-0/+1
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker1-9/+0
2021-10-20NFS: Unexport nfs_probe_fsinfo()Anna Schumaker1-1/+0
2021-10-20NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker1-0/+1
2021-10-20NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker1-0/+1
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia1-0/+2
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+1
2021-04-05nfs: hornor timeo and retrans option when mounting NFSv3Eryu Guan1-1/+1
2021-03-22nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia1-0/+1
2021-03-08NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust1-1/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-5/+9
2021-01-10NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust1-5/+7
2021-01-10NFS: Adjust fs_context error loggingScott Mayhew1-3/+23
2020-12-02NFS: Support larger readdir buffersTrond Myklebust1-6/+0
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-3/+7
2020-04-01NFS: Remove the redundant function nfs_pgio_has_mirroring()Trond Myklebust1-6/+0
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust1-3/+0
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust1-1/+3
2020-03-27NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()Trond Myklebust1-3/+16
2020-03-27NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust1-0/+8
2020-03-16NFS: Add a helper nfs_client_for_each_server()Trond Myklebust1-1/+3
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust1-0/+9
2020-01-15nfs: use timespec64 in nfs_fattrArnd Bergmann1-2/+2
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