aboutsummaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05fs/writeback: remove unnecessary return in writeback_inodes_sbGravatar Kemeng Shi 1-1/+1
2024-04-05fs/writeback: correct comment of __wakeup_flusher_threads_bdiGravatar Kemeng Shi 1-2/+1
2024-04-05fs/writeback: only calculate dirtied_before when b_io is emptyGravatar Kemeng Shi 1-12/+13
2024-04-05fs/writeback: remove unused parameter wb of finish_writeback_workGravatar Kemeng Shi 1-4/+3
2024-04-05fs/writeback: bail out if there is no more inodes for IO and queued onceGravatar Kemeng Shi 1-2/+5
2024-03-26fs/writeback: avoid to writeback non-expired inode in kupdate writebackGravatar Kemeng Shi 1-3/+10
2024-01-22writeback: move wb_wakeup_delayed defination to fs-writeback.cGravatar Kemeng Shi 1-0/+25
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 1-5/+5
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-12/+29
2023-10-19writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbsGravatar Jingbo Xu 1-12/+29
2023-09-20fs-writeback: do not requeue a clean inode having skipped pagesGravatar Chunhai Guo 1-3/+8
2023-08-21super: make locking naming consistentGravatar Christian Brauner 1-2/+2
2023-06-09writeback: move wb_over_bg_thresh() call outside lock sectionGravatar Yosry Ahmed 1-5/+11
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-04-28writeback: fix call of incorrect macroGravatar Maxim Korotkov 1-1/+1
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsGravatar Baokun Li 1-7/+10
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Gravatar Matthew Wilcox (Oracle) 1-2/+4
2023-02-02mm/fs: convert inode_attach_wb() to take a folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-12-15Merge tag 'for-6.2/writeback-2022-12-12' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+14
2022-12-12writeback: remove obsolete macro EXPIRE_DIRTY_ATIMEGravatar Miaohe Lin 1-2/+0
2022-12-12writeback: Add asserts for adding freed inode to listsGravatar Jan Kara 1-1/+14
2022-11-22fs: do not update freeing inode i_io_listGravatar Svyatoslav Feldsherov 1-11/+19
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODEGravatar Lukas Czerner 1-12/+25
2022-08-28writeback: avoid use-after-free after removing deviceGravatar Khazhismel Kumykov 1-6/+6
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorGravatar Jchao Sun 1-9/+28
2022-05-25Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2022-05-23writeback: fix typo in commentGravatar Julia Lawall 1-1/+1
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesGravatar Zhihao Cheng 1-5/+8
2022-05-10writeback: Avoid skipping inode writebackGravatar Jing Xia 1-0/+4
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-40/+0
2022-03-22mm/fs: delete PF_SWAPWRITEGravatar Hugh Dickins 1-3/+0
2022-03-22remove inode_congested()Gravatar NeilBrown 1-37/+0
2022-02-02block: check that there is a plug in blk_flush_plugGravatar Christoph Hellwig 1-4/+2
2022-02-02block: remove blk_needs_flush_plugGravatar Christoph Hellwig 1-1/+1
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+8
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackGravatar David Howells 1-0/+8
2022-01-02fs/writeback: Convert inode_switch_wbs_work_fn to foliosGravatar Matthew Wilcox (Oracle) 1-11/+13
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2021-10-20writeback: prefer struct_size over open coded arithmeticGravatar Len Baker 1-3/+3
2021-10-20block: cleanup the flush plug helpersGravatar Christoph Hellwig 1-2/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+14
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idGravatar Shakeel Butt 1-11/+9
2021-09-03writeback: reliably update bandwidth estimationGravatar Jan Kara 1-3/+0
2021-09-03writeback: track number of inodes under writebackGravatar Jan Kara 1-0/+5
2021-08-23fs: kill sync_inodeGravatar Josef Bacik 1-18/+1
2021-07-23writeback, cgroup: do not reparent dax inodesGravatar Roman Gushchin 1-0/+3
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+7
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-25/+0
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesGravatar Roman Gushchin 1-10/+101
2021-06-29writeback, cgroup: support switching multiple inodes at onceGravatar Roman Gushchin 1-42/+64