aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
AgeCommit message (Expand)Author
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
2021-05-24block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)
2021-01-13fs: improve comments for writeback_single_inode()Eric Biggers
2021-01-13fs: drop redundant check from __writeback_single_inode()Eric Biggers
2021-01-13fs: clean up __mark_inode_dirty() a bitEric Biggers
2021-01-13fs: pass only I_DIRTY_INODE flags to ->dirty_inodeEric Biggers
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers
2021-01-13fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers
2020-12-16writeback: don't warn on an unregistered BDI in __mark_inode_dirtyChristoph Hellwig
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-09-19fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prot...Tobias Klauser
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2020-06-15writeback: Fix sync livelock due to b_dirty_time processingJan Kara
2020-06-15writeback: Avoid skipping inode writebackJan Kara
2020-06-15writeback: Protect inode->i_io_list with inode->i_lockJan Kara
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03writeback: Export inode_io_list_del()Jan Kara
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o
2019-11-08cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo