index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page-writeback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-29
/
+25
2023-12-29
mm: fix arithmetic for max_prop_frac when setting max_ratio
Jingbo Xu
1
-1
/
+2
2023-12-29
mm: fix arithmetic for bdi min_ratio
Jingbo Xu
1
-1
/
+0
2023-12-11
mm: return void from folio_start_writeback() and related functions
Matthew Wilcox (Oracle)
1
-29
/
+25
2023-11-20
filemap: add a per-mapping stable writes flag
Christoph Hellwig
1
-1
/
+1
2023-10-19
mm: use folio_xor_flags_has_waiters() in folio_end_writeback()
Matthew Wilcox (Oracle)
1
-3
/
+6
2023-10-19
mm: make __end_folio_writeback() return void
Matthew Wilcox (Oracle)
1
-22
/
+16
2023-10-04
mm/writeback: update filemap_dirty_folio() comment
Jianguo Bao
1
-1
/
+1
2023-08-21
mm: remove folio_account_redirty
Christoph Hellwig
1
-35
/
+14
2023-07-08
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-06-20
mm: kill lock|unlock_page_memcg()
Kefeng Wang
1
-3
/
+3
2023-03-13
mm,jfs: move write_one_page/folio_write_one to jfs
Christoph Hellwig
1
-40
/
+0
2023-02-03
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-02-03
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-03
page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-21
/
+23
2023-01-19
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-1
/
+1
2023-01-19
mm: remove generic_writepages
Christoph Hellwig
1
-38
/
+15
2023-01-19
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
1
-2
/
+2
2022-12-01
mm: add bdi_set_min_ratio_no_scale() function
Stefan Roesch
1
-0
/
+7
2022-12-01
mm: add bdi_set_max_ratio_no_scale() function
Stefan Roesch
1
-3
/
+8
2022-12-01
mm: add bdi_set_min_bytes() function
Stefan Roesch
1
-0
/
+14
2022-12-01
mm: split off __bdi_set_min_ratio() function
Stefan Roesch
1
-1
/
+6
2022-12-01
mm: add bdi_get_min_bytes() function
Stefan Roesch
1
-0
/
+5
2022-12-01
mm: add bdi_set_max_bytes() function
Stefan Roesch
1
-0
/
+37
2022-12-01
mm: split off __bdi_set_max_ratio() function
Stefan Roesch
1
-5
/
+9
2022-12-01
mm: add bdi_get_max_bytes() function
Stefan Roesch
1
-0
/
+17
2022-12-01
mm: use part per 1000000 for bdi ratios
Stefan Roesch
1
-6
/
+9
2022-12-01
mm: add bdi_set_strict_limit() function
Stefan Roesch
1
-0
/
+15
2022-09-26
mm: export balance_dirty_pages_ratelimited_flags()
Stefan Roesch
1
-0
/
+1
2022-08-29
writeback: avoid use-after-free after removing device
Khazhismel Kumykov
1
-1
/
+5
2022-07-25
mm: Add balance_dirty_pages_ratelimited_flags() function
Jan Kara
1
-10
/
+41
2022-07-25
mm: Move updates of dirty_exceeded into one place
Jan Kara
1
-5
/
+2
2022-07-25
mm: Move starting of background writeback into the main balancing loop
Jan Kara
1
-17
/
+14
2022-05-27
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-10
/
+94
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+12
2022-05-08
filemap: Update the folio_mark_dirty documentation
Matthew Wilcox (Oracle)
1
-4
/
+6
2022-04-29
mm: rework calculation of bdi_min_ratio in bdi_set_min_ratio
Chen Wandun
1
-5
/
+12
2022-04-21
mm: fix unused variable kernel warning when SYSCTL=n
Luis Chamberlain
1
-3
/
+4
2022-04-06
mm: move page-writeback sysctls to their own file
zhanglianjie
1
-10
/
+93
2022-03-25
mm: warn on deleting redirtied only if accounted
Hugh Dickins
1
-10
/
+8
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-19
/
+17
2022-03-23
mm/writeback: minor clean up for highmem_dirtyable_memory
Miaohe Lin
1
-12
/
+0
2022-03-16
fs: Remove aops ->set_page_dirty
Matthew Wilcox (Oracle)
1
-8
/
+3
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Add aops->dirty_folio
Matthew Wilcox (Oracle)
1
-7
/
+10
2022-01-03
mm/writeback: Improve __folio_mark_dirty() comment
Matthew Wilcox (Oracle)
1
-1
/
+5
2021-11-11
folio: Add a function to get the host inode for a folio
David Howells
1
-1
/
+1
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+9
2021-11-06
mm/vmscan: centralise timeout values for reclaim_throttle
Mel Gorman
1
-1
/
+1
[next]