summaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)Author
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-19writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbsJingbo Xu
2023-09-20fs-writeback: do not requeue a clean inode having skipped pagesChunhai Guo
2023-08-21super: make locking naming consistentChristian Brauner
2023-06-09writeback: move wb_over_bg_thresh() call outside lock sectionYosry Ahmed
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-28writeback: fix call of incorrect macroMaxim Korotkov
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)
2022-12-15Merge tag 'for-6.2/writeback-2022-12-12' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-12writeback: remove obsolete macro EXPIRE_DIRTY_ATIMEMiaohe Lin
2022-12-12writeback: Add asserts for adding freed inode to listsJan Kara
2022-11-22fs: do not update freeing inode i_io_listSvyatoslav Feldsherov
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun
2022-05-25Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-23writeback: fix typo in commentJulia Lawall
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng
2022-05-10writeback: Avoid skipping inode writebackJing Xia
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins
2022-03-22remove inode_congested()NeilBrown
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells
2022-01-02fs/writeback: Convert inode_switch_wbs_work_fn to foliosMatthew Wilcox (Oracle)
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-20writeback: prefer struct_size over open coded arithmeticLen Baker
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt
2021-09-03writeback: reliably update bandwidth estimationJan Kara
2021-09-03writeback: track number of inodes under writebackJan Kara
2021-08-23fs: kill sync_inodeJosef Bacik
2021-07-23writeback, cgroup: do not reparent dax inodesRoman Gushchin
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin
2021-06-29writeback, cgroup: support switching multiple inodes at onceRoman Gushchin
2021-06-29writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()Roman Gushchin
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin
2021-06-29writeback, cgroup: switch to rcu_work API in inode_switch_wbs()Roman Gushchin
2021-06-29writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin
2021-06-29writeback, cgroup: add smp_mb() to cgroup_writeback_umount()Roman Gushchin
2021-06-29writeback, cgroup: do not switch inodes with I_WILL_FREE flagRoman Gushchin
2021-06-28writeback: fix obtain a reference to a freeing memcg cssMuchun Song