aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/page-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23writeback: remove a use of write_cache_pages() from do_writepages()Matthew Wilcox (Oracle)1-13/+18
2024-02-23writeback: add a writeback iteratorChristoph Hellwig1-78/+114
2024-02-23writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)1-8/+10
2024-02-23writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)1-13/+15
2024-02-23writeback: simplify the loops in write_cache_pages()Matthew Wilcox (Oracle)1-39/+36
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-22/+38
2024-02-23writeback: factor folio_prepare_writeback() out of write_cache_pages()Matthew Wilcox (Oracle)1-27/+34
2024-02-23writeback: rework the loop termination condition in write_cache_pagesChristoph Hellwig1-51/+33
2024-02-23writeback: only update ->writeback_index for range_cyclic writebackChristoph Hellwig1-10/+14
2024-02-23writeback: also update wbc->nr_to_write on writeback failureChristoph Hellwig1-1/+1
2024-02-23writeback: fix done_index when hitting the wbc->nr_to_writeChristoph Hellwig1-0/+1
2024-02-23writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATEChristoph Hellwig1-1/+3
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara1-1/+1
2024-01-25mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-29/+25
2023-12-29mm: fix arithmetic for max_prop_frac when setting max_ratioJingbo Xu1-1/+2
2023-12-29mm: fix arithmetic for bdi min_ratioJingbo Xu1-1/+0
2023-12-10mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)1-29/+25
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig1-1/+1
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)1-3/+6
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)1-22/+16
2023-10-04mm/writeback: update filemap_dirty_folio() commentJianguo Bao1-1/+1
2023-08-21mm: remove folio_account_redirtyChristoph Hellwig1-35/+14
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-06-19mm: kill lock|unlock_page_memcg()Kefeng Wang1-3/+3
2023-03-12mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-40/+0
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+3
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)1-1/+1
2023-02-02page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-21/+23
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-1/+1
2023-01-18mm: remove generic_writepagesChristoph Hellwig1-38/+15
2023-01-18mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)1-2/+2
2022-11-30mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch1-0/+7
2022-11-30mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch1-3/+8
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch1-0/+14
2022-11-30mm: split off __bdi_set_min_ratio() functionStefan Roesch1-1/+6
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch1-0/+5
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch1-0/+37
2022-11-30mm: split off __bdi_set_max_ratio() functionStefan Roesch1-5/+9
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch1-0/+17
2022-11-30mm: use part per 1000000 for bdi ratiosStefan Roesch1-6/+9
2022-11-30mm: add bdi_set_strict_limit() functionStefan Roesch1-0/+15
2022-09-26mm: export balance_dirty_pages_ratelimited_flags()Stefan Roesch1-0/+1
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov1-1/+5
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara1-10/+41
2022-07-24mm: Move updates of dirty_exceeded into one placeJan Kara1-5/+2
2022-07-24mm: Move starting of background writeback into the main balancing loopJan Kara1-17/+14
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-10/+94
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+12