summaryrefslogtreecommitdiff
path: root/include/linux/nfs_fs.h
AgeCommit message (Expand)Author
2023-04-11NFSv3: handle out-of-order write replies.NeilBrown
2023-04-11NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski
2023-04-11NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-02-14NFS: Remove unused function nfs_wb_page()Trond Myklebust
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust
2023-02-14NFS: Add a helper nfs_wb_folio()Trond Myklebust
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-11-27NFS: Clear the file access cache upon loginTrond Myklebust
2022-08-13NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITESTrond Myklebust
2022-08-13NFS: Fix another fsync() issue after a server rebootTrond Myklebust
2022-08-08NFS: don't unhash dentry during unlink/renameNeilBrown
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown
2022-05-09nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown
2022-03-02NFS: Fix up forced readdirplusTrond Myklebust
2022-03-02NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust
2022-02-28NFS: constify nfs_server_capable() and nfs_have_writebacks()Trond Myklebust
2022-02-25NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust
2022-02-25NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia
2022-02-25Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown
2022-01-06NFS: pass cred explicitly for access testsNeilBrown
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker
2021-10-20NFS: Save some space in the inodeTrond Myklebust
2021-10-20NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski
2021-10-20NFS: Fix up commit deadlocksTrond Myklebust
2021-10-03NFS: Further optimisations for 'ls -l'Trond Myklebust
2021-10-03NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia
2021-06-29NFS: nfs_find_open_context() may only select open filesTrond Myklebust