aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-11NFSv3: handle out-of-order write replies.Gravatar NeilBrown 1-0/+47
2023-04-11NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitGravatar Dave Wysochanski 1-1/+0
2023-04-11NFS: Configure support for netfs when NFS fscache is configuredGravatar Dave Wysochanski 1-14/+10
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-3/+4
2023-02-14NFS: Remove unused function nfs_wb_page()Gravatar Trond Myklebust 1-1/+0
2023-02-14NFS: Convert buffered writes to use foliosGravatar Trond Myklebust 1-2/+3
2023-02-14NFS: Add a helper nfs_wb_folio()Gravatar Trond Myklebust 1-0/+1
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-11-27NFS: Clear the file access cache upon loginGravatar Trond Myklebust 1-0/+1
2022-08-13NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITESGravatar Trond Myklebust 1-1/+0
2022-08-13NFS: Fix another fsync() issue after a server rebootGravatar Trond Myklebust 1-0/+1
2022-08-08NFS: don't unhash dentry during unlink/renameGravatar NeilBrown 1-0/+9
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwGravatar NeilBrown 1-1/+1
2022-05-09nfs: Convert nfs to read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-26/+19
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Gravatar Trond Myklebust 1-1/+1
2022-03-15nfs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IOGravatar NeilBrown 1-4/+4
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSGravatar NeilBrown 1-5/+0
2022-03-02NFS: Fix up forced readdirplusGravatar Trond Myklebust 1-0/+1
2022-03-02NFS: Convert readdir page cache to use a cookie based indexGravatar Trond Myklebust 1-2/+0
2022-03-02NFS: Improve heuristic for readdirplusGravatar Trond Myklebust 1-2/+3
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirGravatar Trond Myklebust 1-0/+1
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieGravatar Trond Myklebust 1-0/+1
2022-02-28NFS: constify nfs_server_capable() and nfs_have_writebacks()Gravatar Trond Myklebust 1-4/+3
2022-02-25NFS: Remove unused flag NFS_INO_REVAL_PAGECACHEGravatar Trond Myklebust 1-1/+0
2022-02-25NFS: Replace last uses of NFS_INO_REVAL_PAGECACHEGravatar Trond Myklebust 1-5/+3
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDGravatar Olga Kornievskaia 1-0/+1
2022-02-25Convert NFS from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-2/+1
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofGravatar Trond Myklebust 1-0/+1
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-4/+6
2022-01-10nfs: Convert to new fscache volume/cookie APIGravatar Dave Wysochanski 1-1/+0
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryGravatar NeilBrown 1-1/+3
2022-01-06NFS: pass cred explicitly for access testsGravatar NeilBrown 1-1/+1
2022-01-06NFS: change nfs_access_get_cached to only report the maskGravatar NeilBrown 1-2/+2
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityGravatar Anna Schumaker 1-2/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Gravatar Anna Schumaker 1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Gravatar Anna Schumaker 1-2/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Gravatar Anna Schumaker 1-1/+1
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionGravatar Anna Schumaker 1-0/+13
2021-10-20NFS: Save some space in the inodeGravatar Trond Myklebust 1-18/+24
2021-10-20NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsGravatar Dave Wysochanski 1-1/+3
2021-10-20NFS: Fix up commit deadlocksGravatar Trond Myklebust 1-0/+1
2021-10-03NFS: Further optimisations for 'ls -l'Gravatar Trond Myklebust 1-3/+2
2021-10-03NFS: Fix up nfs_ctx_key_to_expire()Gravatar Trond Myklebust 1-1/+1
2021-08-27NFSv4 introduce max_connect mount optionsGravatar Olga Kornievskaia 1-0/+5
2021-06-29NFS: nfs_find_open_context() may only select open filesGravatar Trond Myklebust 1-0/+1