summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-03-25NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust
2022-03-24NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia
2022-03-24NFS: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22nfs: remove reliance on bdi congestionNeilBrown
2022-03-22pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-03-22NFS: Don't deadlock when cookie hashes collideTrond Myklebust
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia
2022-03-18fscache: export fscache_end_operation()Jeffle Xu
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15nfs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-13NFS: swap-out must always use STABLE writes.NeilBrown
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown
2022-03-13NFS: remove IS_SWAPFILE hackNeilBrown
2022-03-13NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHEDave Wysochanski
2022-03-13NFS: Replace dfprintks with tracepoints in fscache read and write page functionsDave Wysochanski
2022-03-13NFS: Rename fscache read and write pages functionsDave Wysochanski
2022-03-13NFS: Cleanup usage of nfs_inode in fscache interfaceDave Wysochanski
2022-03-13NFSv4.1 restrict GETATTR fs_location query to the main transportOlga Kornievskaia
2022-03-13NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov
2022-03-02NFS: Cache all entries in the readdirplus replyTrond Myklebust
2022-03-02NFS: Optimise away the previous cookie fieldTrond Myklebust
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: Clean up page array initialisation/freeTrond Myklebust
2022-03-02NFS: Trace effects of the readdirplus heuristicTrond Myklebust
2022-03-02NFS: Trace effects of readdirplus on the dcacheTrond Myklebust
2022-03-02NFS: Add basic readdir tracingTrond Myklebust
2022-03-02NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust
2022-03-02NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust
2022-03-02NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust
2022-03-02NFS: Don't ask for readdirplus unless it can help nfs_getattr()Trond Myklebust