index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
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
*
page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
1
-21
/
+23
*
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2023-01-18
1
-1
/
+1
*
mm: remove generic_writepages
Christoph Hellwig
2023-01-18
1
-38
/
+15
*
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
2023-01-18
1
-2
/
+2
*
mm: add bdi_set_min_ratio_no_scale() function
Stefan Roesch
2022-11-30
1
-0
/
+7
*
mm: add bdi_set_max_ratio_no_scale() function
Stefan Roesch
2022-11-30
1
-3
/
+8
*
mm: add bdi_set_min_bytes() function
Stefan Roesch
2022-11-30
1
-0
/
+14
*
mm: split off __bdi_set_min_ratio() function
Stefan Roesch
2022-11-30
1
-1
/
+6
*
mm: add bdi_get_min_bytes() function
Stefan Roesch
2022-11-30
1
-0
/
+5
*
mm: add bdi_set_max_bytes() function
Stefan Roesch
2022-11-30
1
-0
/
+37
*
mm: split off __bdi_set_max_ratio() function
Stefan Roesch
2022-11-30
1
-5
/
+9
*
mm: add bdi_get_max_bytes() function
Stefan Roesch
2022-11-30
1
-0
/
+17
*
mm: use part per 1000000 for bdi ratios
Stefan Roesch
2022-11-30
1
-6
/
+9
*
mm: add bdi_set_strict_limit() function
Stefan Roesch
2022-11-30
1
-0
/
+15
*
mm: export balance_dirty_pages_ratelimited_flags()
Stefan Roesch
2022-09-26
1
-0
/
+1
*
writeback: avoid use-after-free after removing device
Khazhismel Kumykov
2022-08-28
1
-1
/
+5
*
mm: Add balance_dirty_pages_ratelimited_flags() function
Jan Kara
2022-07-24
1
-10
/
+41
*
mm: Move updates of dirty_exceeded into one place
Jan Kara
2022-07-24
1
-5
/
+2
*
mm: Move starting of background writeback into the main balancing loop
Jan Kara
2022-07-24
1
-17
/
+14
*
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-26
1
-10
/
+94
|
\
|
*
mm: fix unused variable kernel warning when SYSCTL=n
Luis Chamberlain
2022-04-21
1
-3
/
+4
[next]