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
*
mm: make wait_on_page_writeback() wait for multiple pending writebacks
Linus Torvalds
2021-01-05
1
-1
/
+1
*
mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
Hugh Dickins
2020-11-24
1
-6
/
+0
*
mm/page-writeback: support tail pages in wait_for_stable_page
Matthew Wilcox (Oracle)
2020-10-16
1
-0
/
+1
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
1
-6
/
+6
*
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
2020-09-24
1
-2
/
+2
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
1
-1
/
+1
*
mm: remove vm_total_pages
David Hildenbrand
2020-08-07
1
-4
/
+2
*
mm/page-writeback: fix a typo in comment "effictive"->"effective"
Ethon Paul
2020-06-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
1
-10
/
+6
|
\
|
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-10
/
+6
*
|
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
1
-13
/
+4
*
|
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2020-06-02
1
-8
/
+33
*
|
mm/page-writeback.c: remove unused variable
Chao Yu
2020-06-02
1
-3
/
+1
|
/
*
mm/gup/writeback: add callbacks for inaccessible pages
Claudio Imbrenda
2020-04-02
1
-1
/
+8
*
mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io
Matthew Wilcox (Oracle)
2020-04-02
1
-1
/
+1
*
mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
Mauricio Faria de Oliveira
2020-04-02
1
-4
/
+4
*
mm/page-writeback.c: improve arithmetic divisions
Wen Yang
2020-01-13
1
-1
/
+1
*
mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divide
Wen Yang
2020-01-13
1
-2
/
+2
*
mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()
Wen Yang
2020-01-13
1
-2
/
+2
*
writeback, memcg: Implement foreign dirty flushing
Tejun Heo
2019-08-27
1
-0
/
+4
*
mm: remove the account_page_dirtied export
Christoph Hellwig
2019-07-12
1
-1
/
+0
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mm/page-writeback: introduce tracepoint for wait_on_page_writeback()
Yafang Shao
2019-05-14
1
-0
/
+12
*
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2019-03-05
1
-8
/
+16
*
mm/page-writeback.c: don't break integrity writeback on ->writepage() error
Brian Foster
2018-12-28
1
-14
/
+21
*
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
1
-46
/
+26
|
\
|
*
mm: Convert page-writeback to XArray
Matthew Wilcox
2018-10-21
1
-46
/
+26
*
|
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
2018-10-26
1
-18
/
+15
|
/
*
notifier: Remove notifier header file wherever not used
Mukesh Ojha
2018-08-30
1
-1
/
+0
*
mm/page-writeback.c: update stale account_page_redirty() comment
Greg Thelen
2018-08-17
1
-2
/
+2
*
writeback: safer lock nesting
Greg Thelen
2018-04-20
1
-9
/
+9
*
page cache: use xa_lock
Matthew Wilcox
2018-04-11
1
-23
/
+20
*
Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are...
Michal Hocko
2017-11-29
1
-4
/
+1
*
block/laptop_mode: Convert timers to use timer_setup()
Kees Cook
2017-11-21
1
-3
/
+4
*
writeback: remove unused function parameter
Wang Long
2017-11-15
1
-2
/
+2
*
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-15
1
-1
/
+1
*
mm: speed up cancel_dirty_page() for clean pages
Jan Kara
2017-11-15
1
-2
/
+2
*
mm/page-writeback.c: convert timers to use timer_setup()
Kees Cook
2017-11-15
1
-4
/
+3
*
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
2017-11-15
1
-1
/
+1
*
mm: use pagevec_lookup_range_tag() in write_cache_pages()
Jan Kara
2017-11-15
1
-18
/
+2
*
mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical
Yafang Shao
2017-11-15
1
-1
/
+4
*
mm/page-writeback.c: remove unused parameter from balance_dirty_pages()
Tahsin Erdogan
2017-11-15
1
-3
/
+2
*
mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...
Yafang Shao
2017-10-14
1
-1
/
+10
*
writeback: schedule periodic writeback with sysctl
Yafang Shao
2017-10-09
1
-2
/
+8
*
writeback: pass in '0' for nr_pages writeback in laptop mode
Jens Axboe
2017-10-03
1
-16
/
+1
*
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
2017-10-03
1
-2
/
+2
*
mm: rename global_page_state to global_zone_page_state
Michal Hocko
2017-09-06
1
-2
/
+2
*
mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
Johannes Weiner
2017-08-18
1
-3
/
+12
*
writeback: rework wb_[dec|inc]_stat family of functions
Nikolay Borisov
2017-07-12
1
-5
/
+5
*
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-07
1
-10
/
+9
|
\
[next]