Age | Commit message (Expand) | Author | Files | Lines |
2025-04-10 | writeback: fix calculations in trace_balance_dirty_pages() for cgwb | Tang Yizhou | 1 | -1/+1 |
2025-04-10 | writeback: let trace_balance_dirty_pages() take struct dtc as parameter | Tang Yizhou | 1 | -33/+2 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
2025-01-25 | mm/page-writeback: consolidate wb_thresh bumping logic into __wb_calc_thresh | Jim Zhao | 1 | -37/+16 |
2025-01-12 | mm: fix div by zero in bdi_ratio_from_pages | Stefan Roesch | 1 | -2/+8 |
2024-11-26 | Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+11 |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -20/+25 |
2024-11-06 | memcg-v1: no need for memcg locking for writeback tracking | Shakeel Butt | 1 | -4/+0 |
2024-11-06 | memcg-v1: no need for memcg locking for dirty tracking | Shakeel Butt | 1 | -13/+3 |
2024-11-06 | mm/page-writeback: raise wb_thresh to prevent write blocking with strictlimit | Jim Zhao | 1 | -3/+22 |
2024-11-05 | mm/writeback: add folio_mark_dirty_lock() | Joanne Koong | 1 | -11/+11 |
2024-10-22 | mm/page-writeback.c: Fix comment of wb_domain_writeout_add() | Tang Yizhou | 1 | -1/+1 |
2024-10-22 | mm/page-writeback.c: Update comment for BANDWIDTH_INTERVAL | Tang Yizhou | 1 | -1/+1 |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2024-09-03 | mm:page-writeback: use folio_next_index() helper in writeback_iter() | Yuesong Li | 1 | -1/+1 |
2024-08-07 | sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}() | Qais Yousef | 1 | -2/+2 |
2024-08-07 | sched/rt: Clean up usage of rt_task() | Qais Yousef | 1 | -2/+2 |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -5/+5 |
2024-07-03 | mm: avoid overflows in dirty throttling logic | Jan Kara | 1 | -4/+26 |
2024-07-03 | Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again" | Jan Kara | 1 | -1/+1 |
2024-07-03 | writeback: factor out balance_wb_limits to remove repeated code | Kemeng Shi | 1 | -8/+17 |
2024-07-03 | writeback: factor out wb_dirty_exceeded to remove repeated code | Kemeng Shi | 1 | -10/+12 |
2024-07-03 | writeback: factor out balance_domain_limits to remove repeated code | Kemeng Shi | 1 | -7/+10 |
2024-07-03 | writeback: factor out wb_dirty_freerun to remove more repeated freerun code | Kemeng Shi | 1 | -27/+28 |
2024-07-03 | writeback: factor out code of freerun to remove repeated code | Kemeng Shi | 1 | -40/+49 |
2024-07-03 | writeback: factor out domain_over_bg_thresh to remove repeated code | Kemeng Shi | 1 | -22/+19 |
2024-07-03 | writeback: add general function domain_dirty_avail to calculate dirty and ava... | Kemeng Shi | 1 | -31/+34 |
2024-07-03 | writeback: factor out wb_bg_dirty_limits to remove repeated code | Kemeng Shi | 1 | -16/+19 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -28/+52 |
2024-05-05 | mm: remove stale comment __folio_mark_dirty | Kemeng Shi | 1 | -2/+1 |
2024-05-05 | mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh | Kemeng Shi | 1 | -1/+1 |
2024-05-05 | mm: correct calculation of wb's bg_thresh in cgroup domain | Kemeng Shi | 1 | -1/+1 |
2024-05-05 | mm: enable __wb_calc_thresh to calculate dirty background threshold | Kemeng Shi | 1 | -15/+18 |
2024-05-05 | writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages | Kemeng Shi | 1 | -4/+4 |
2024-05-05 | writeback: support retrieving per group debug writeback stats of bdi | Kemeng Shi | 1 | -0/+19 |
2024-05-05 | doc: improve the description of __folio_mark_dirty | Matthew Wilcox (Oracle) | 1 | -5/+9 |
2024-05-01 | mm: Export writeback_iter() | David Howells | 1 | -0/+1 |
2024-04-25 | memory: remove the now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
2024-02-23 | writeback: remove a use of write_cache_pages() from do_writepages() | Matthew Wilcox (Oracle) | 1 | -13/+18 |
2024-02-23 | writeback: add a writeback iterator | Christoph Hellwig | 1 | -78/+114 |
2024-02-23 | writeback: move the folio_prepare_writeback loop out of write_cache_pages() | Matthew Wilcox (Oracle) | 1 | -8/+10 |
2024-02-23 | writeback: use the folio_batch queue iterator | Matthew Wilcox (Oracle) | 1 | -13/+15 |
2024-02-23 | writeback: simplify the loops in write_cache_pages() | Matthew Wilcox (Oracle) | 1 | -39/+36 |
2024-02-23 | writeback: factor writeback_get_batch() out of write_cache_pages() | Matthew Wilcox (Oracle) | 1 | -22/+38 |
2024-02-23 | writeback: factor folio_prepare_writeback() out of write_cache_pages() | Matthew Wilcox (Oracle) | 1 | -27/+34 |
2024-02-23 | writeback: rework the loop termination condition in write_cache_pages | Christoph Hellwig | 1 | -51/+33 |
2024-02-23 | writeback: only update ->writeback_index for range_cyclic writeback | Christoph Hellwig | 1 | -10/+14 |
2024-02-23 | writeback: also update wbc->nr_to_write on writeback failure | Christoph Hellwig | 1 | -1/+1 |
2024-02-23 | writeback: fix done_index when hitting the wbc->nr_to_write | Christoph Hellwig | 1 | -0/+1 |
2024-02-23 | writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATE | Christoph Hellwig | 1 | -1/+3 |