summaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara
2024-01-25mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29mm: fix arithmetic for max_prop_frac when setting max_ratioJingbo Xu
2023-12-29mm: fix arithmetic for bdi min_ratioJingbo Xu
2023-12-10mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)
2023-10-04mm/writeback: update filemap_dirty_folio() commentJianguo Bao
2023-08-21mm: remove folio_account_redirtyChristoph Hellwig
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)
2023-06-19mm: kill lock|unlock_page_memcg()Kefeng Wang
2023-03-12mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)
2023-02-02page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz
2023-01-18mm: remove generic_writepagesChristoph Hellwig
2023-01-18mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)
2022-11-30mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch
2022-11-30mm: split off __bdi_set_min_ratio() functionStefan Roesch
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch
2022-11-30mm: split off __bdi_set_max_ratio() functionStefan Roesch
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch
2022-11-30mm: use part per 1000000 for bdi ratiosStefan Roesch
2022-11-30mm: add bdi_set_strict_limit() functionStefan Roesch
2022-09-26mm: export balance_dirty_pages_ratelimited_flags()Stefan Roesch
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara
2022-07-24mm: Move updates of dirty_exceeded into one placeJan Kara
2022-07-24mm: Move starting of background writeback into the main balancing loopJan Kara
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-08filemap: Update the folio_mark_dirty documentationMatthew Wilcox (Oracle)
2022-04-28mm: rework calculation of bdi_min_ratio in bdi_set_min_ratioChen Wandun
2022-04-21mm: fix unused variable kernel warning when SYSCTL=nLuis Chamberlain
2022-04-06mm: move page-writeback sysctls to their own filezhanglianjie
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/writeback: minor clean up for highmem_dirtyable_memoryMiaohe Lin
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)
2022-01-02mm/writeback: Improve __folio_mark_dirty() commentMatthew Wilcox (Oracle)