index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page-writeback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
1
-5
/
+5
*
mm: avoid overflows in dirty throttling logic
Jan Kara
2024-07-03
1
-4
/
+26
*
Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
Jan Kara
2024-07-03
1
-1
/
+1
*
writeback: factor out balance_wb_limits to remove repeated code
Kemeng Shi
2024-07-03
1
-8
/
+17
*
writeback: factor out wb_dirty_exceeded to remove repeated code
Kemeng Shi
2024-07-03
1
-10
/
+12
*
writeback: factor out balance_domain_limits to remove repeated code
Kemeng Shi
2024-07-03
1
-7
/
+10
*
writeback: factor out wb_dirty_freerun to remove more repeated freerun code
Kemeng Shi
2024-07-03
1
-27
/
+28
*
writeback: factor out code of freerun to remove repeated code
Kemeng Shi
2024-07-03
1
-40
/
+49
*
writeback: factor out domain_over_bg_thresh to remove repeated code
Kemeng Shi
2024-07-03
1
-22
/
+19
*
writeback: add general function domain_dirty_avail to calculate dirty and ava...
Kemeng Shi
2024-07-03
1
-31
/
+34
*
writeback: factor out wb_bg_dirty_limits to remove repeated code
Kemeng Shi
2024-07-03
1
-16
/
+19
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-28
/
+52
|
\
|
*
mm: remove stale comment __folio_mark_dirty
Kemeng Shi
2024-05-05
1
-2
/
+1
|
*
mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh
Kemeng Shi
2024-05-05
1
-1
/
+1
|
*
mm: correct calculation of wb's bg_thresh in cgroup domain
Kemeng Shi
2024-05-05
1
-1
/
+1
|
*
mm: enable __wb_calc_thresh to calculate dirty background threshold
Kemeng Shi
2024-05-05
1
-15
/
+18
|
*
writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages
Kemeng Shi
2024-05-05
1
-4
/
+4
|
*
writeback: support retrieving per group debug writeback stats of bdi
Kemeng Shi
2024-05-05
1
-0
/
+19
|
*
doc: improve the description of __folio_mark_dirty
Matthew Wilcox (Oracle)
2024-05-05
1
-5
/
+9
|
*
memory: remove the now superfluous sentinel element from ctl_table array
Joel Granados
2024-04-25
1
-1
/
+0
*
|
mm: Export writeback_iter()
David Howells
2024-05-01
1
-0
/
+1
|
/
*
writeback: remove a use of write_cache_pages() from do_writepages()
Matthew Wilcox (Oracle)
2024-02-23
1
-13
/
+18
*
writeback: add a writeback iterator
Christoph Hellwig
2024-02-23
1
-78
/
+114
*
writeback: move the folio_prepare_writeback loop out of write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-23
1
-8
/
+10
*
writeback: use the folio_batch queue iterator
Matthew Wilcox (Oracle)
2024-02-23
1
-13
/
+15
*
writeback: simplify the loops in write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-23
1
-39
/
+36
*
writeback: factor writeback_get_batch() out of write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-23
1
-22
/
+38
*
writeback: factor folio_prepare_writeback() out of write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-23
1
-27
/
+34
*
writeback: rework the loop termination condition in write_cache_pages
Christoph Hellwig
2024-02-23
1
-51
/
+33
*
writeback: only update ->writeback_index for range_cyclic writeback
Christoph Hellwig
2024-02-23
1
-10
/
+14
*
writeback: also update wbc->nr_to_write on writeback failure
Christoph Hellwig
2024-02-23
1
-1
/
+1
*
writeback: fix done_index when hitting the wbc->nr_to_write
Christoph Hellwig
2024-02-23
1
-0
/
+1
*
writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATE
Christoph Hellwig
2024-02-23
1
-1
/
+3
*
Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linux
Linus Torvalds
2024-02-10
1
-1
/
+1
|
\
|
*
blk-wbt: Fix detection of dirty-throttled tasks
Jan Kara
2024-02-06
1
-1
/
+1
*
|
mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
Zach O'Keefe
2024-01-25
1
-1
/
+1
|
/
*
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-29
/
+25
|
\
|
*
mm: return void from folio_start_writeback() and related functions
Matthew Wilcox (Oracle)
2023-12-10
1
-29
/
+25
*
|
mm: fix arithmetic for max_prop_frac when setting max_ratio
Jingbo Xu
2023-12-29
1
-1
/
+2
*
|
mm: fix arithmetic for bdi min_ratio
Jingbo Xu
2023-12-29
1
-1
/
+0
|
/
*
filemap: add a per-mapping stable writes flag
Christoph Hellwig
2023-11-20
1
-1
/
+1
*
mm: use folio_xor_flags_has_waiters() in folio_end_writeback()
Matthew Wilcox (Oracle)
2023-10-18
1
-3
/
+6
*
mm: make __end_folio_writeback() return void
Matthew Wilcox (Oracle)
2023-10-18
1
-22
/
+16
*
mm/writeback: update filemap_dirty_folio() comment
Jianguo Bao
2023-10-04
1
-1
/
+1
*
mm: remove folio_account_redirty
Christoph Hellwig
2023-08-21
1
-35
/
+14
*
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
2023-07-08
1
-3
/
+5
*
mm: kill lock|unlock_page_memcg()
Kefeng Wang
2023-06-19
1
-3
/
+3
*
mm,jfs: move write_one_page/folio_write_one to jfs
Christoph Hellwig
2023-03-12
1
-40
/
+0
*
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-3
/
+3
*
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-1
/
+1
[next]