Age | Commit message (Expand) | Author |
2022-09-29 | fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE | Lukas Czerner |
2022-08-28 | writeback: avoid use-after-free after removing device | Khazhismel Kumykov |
2022-06-06 | writeback: Fix inode->i_io_list not be protected by inode->i_lock error | Jchao Sun |
2022-05-25 | Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-05-23 | writeback: fix typo in comment | Julia Lawall |
2022-05-19 | fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages | Zhihao Cheng |
2022-05-10 | writeback: Avoid skipping inode writeback | Jing Xia |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | mm/fs: delete PF_SWAPWRITE | Hugh Dickins |
2022-03-22 | remove inode_congested() | NeilBrown |
2022-02-02 | block: check that there is a plug in blk_flush_plug | Christoph Hellwig |
2022-02-02 | block: remove blk_needs_flush_plug | Christoph Hellwig |
2022-01-12 | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-01-07 | vfs, fscache: Implement pinning of cache usage for writeback | David Howells |
2022-01-02 | fs/writeback: Convert inode_switch_wbs_work_fn to folios | Matthew Wilcox (Oracle) |
2021-11-01 | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-10-20 | writeback: prefer struct_size over open coded arithmetic | Len Baker |
2021-10-20 | block: cleanup the flush plug helpers | Christoph Hellwig |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | writeback: memcg: simplify cgroup_writeback_by_id | Shakeel Butt |
2021-09-03 | writeback: reliably update bandwidth estimation | Jan Kara |
2021-09-03 | writeback: track number of inodes under writeback | Jan Kara |
2021-08-23 | fs: kill sync_inode | Josef Bacik |
2021-07-23 | writeback, cgroup: do not reparent dax inodes | Roman Gushchin |
2021-07-01 | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-06-30 | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-06-29 | writeback, cgroup: release dying cgwbs by switching attached inodes | Roman Gushchin |
2021-06-29 | writeback, cgroup: support switching multiple inodes at once | Roman Gushchin |
2021-06-29 | writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn() | Roman Gushchin |
2021-06-29 | writeback, cgroup: keep list of inodes attached to bdi_writeback | Roman Gushchin |
2021-06-29 | writeback, cgroup: switch to rcu_work API in inode_switch_wbs() | Roman Gushchin |
2021-06-29 | writeback, cgroup: increment isw_nr_in_flight before grabbing an inode | Roman Gushchin |
2021-06-29 | writeback, cgroup: add smp_mb() to cgroup_writeback_umount() | Roman Gushchin |
2021-06-29 | writeback, cgroup: do not switch inodes with I_WILL_FREE flag | Roman Gushchin |
2021-06-28 | writeback: fix obtain a reference to a freeing memcg css | Muchun Song |
2021-05-24 | block_dump: remove block_dump feature in mark_inode_dirty() | zhangyi (F) |
2021-01-13 | fs: improve comments for writeback_single_inode() | Eric Biggers |
2021-01-13 | fs: drop redundant check from __writeback_single_inode() | Eric Biggers |
2021-01-13 | fs: clean up __mark_inode_dirty() a bit | Eric Biggers |
2021-01-13 | fs: pass only I_DIRTY_INODE flags to ->dirty_inode | Eric Biggers |
2021-01-13 | fs: don't call ->dirty_inode for lazytime timestamp updates | Eric Biggers |
2021-01-13 | fs: fix lazytime expiration handling in __writeback_single_inode() | Eric Biggers |
2020-12-16 | writeback: don't warn on an unregistered BDI in __mark_inode_dirty | Christoph Hellwig |
2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig |
2020-09-19 | fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prot... | Tobias Klauser |
2020-06-15 | writeback: Drop I_DIRTY_TIME_EXPIRE | Jan Kara |
2020-06-15 | writeback: Fix sync livelock due to b_dirty_time processing | Jan Kara |
2020-06-15 | writeback: Avoid skipping inode writeback | Jan Kara |
2020-06-15 | writeback: Protect inode->i_io_list with inode->i_lock | Jan Kara |