index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page-writeback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
mm/page-writeback: introduce tracepoint for wait_on_page_writeback()
Yafang Shao
1
-0
/
+12
2019-03-05
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-8
/
+16
2018-12-28
mm/page-writeback.c: don't break integrity writeback on ->writepage() error
Brian Foster
1
-14
/
+21
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-46
/
+26
2018-10-26
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
1
-18
/
+15
2018-10-21
mm: Convert page-writeback to XArray
Matthew Wilcox
1
-46
/
+26
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-17
mm/page-writeback.c: update stale account_page_redirty() comment
Greg Thelen
1
-2
/
+2
2018-04-20
writeback: safer lock nesting
Greg Thelen
1
-9
/
+9
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-23
/
+20
2017-11-29
Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are...
Michal Hocko
1
-4
/
+1
2017-11-21
block/laptop_mode: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+4
2017-11-15
writeback: remove unused function parameter
Wang Long
1
-2
/
+2
2017-11-15
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
1
-1
/
+1
2017-11-15
mm: speed up cancel_dirty_page() for clean pages
Jan Kara
1
-2
/
+2
2017-11-15
mm/page-writeback.c: convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-11-15
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
1
-1
/
+1
2017-11-15
mm: use pagevec_lookup_range_tag() in write_cache_pages()
Jan Kara
1
-18
/
+2
2017-11-15
mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical
Yafang Shao
1
-1
/
+4
2017-11-15
mm/page-writeback.c: remove unused parameter from balance_dirty_pages()
Tahsin Erdogan
1
-3
/
+2
2017-10-14
mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...
Yafang Shao
1
-1
/
+10
2017-10-09
writeback: schedule periodic writeback with sysctl
Yafang Shao
1
-2
/
+8
2017-10-03
writeback: pass in '0' for nr_pages writeback in laptop mode
Jens Axboe
1
-16
/
+1
2017-10-03
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
1
-2
/
+2
2017-09-06
mm: rename global_page_state to global_zone_page_state
Michal Hocko
1
-2
/
+2
2017-08-18
mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
Johannes Weiner
1
-3
/
+12
2017-07-12
writeback: rework wb_[dec|inc]_stat family of functions
Nikolay Borisov
1
-5
/
+5
2017-07-07
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+9
2017-07-06
mm: memcontrol: per-lruvec stats infrastructure
Johannes Weiner
1
-10
/
+5
2017-07-05
mm: clean up error handling in write_one_page
Jeff Layton
1
-7
/
+6
2017-07-05
mm: drop "wait" parameter from write_one_page()
Jeff Layton
1
-7
/
+7
2017-05-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+10
2017-05-03
mm: memcontrol: use node page state naming scheme for memcg
Johannes Weiner
1
-5
/
+5
2017-05-03
mm: memcontrol: re-use node VM page state enum
Johannes Weiner
1
-5
/
+5
2017-05-03
mm/page-writeback.c: use setup_deferrable_timer
Geliang Tang
1
-3
/
+2
2017-04-28
mm: retry writepages() on ENOMEM when doing an data integrity writeback
Theodore Ts'o
1
-4
/
+10
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
1
-0
/
+1
2017-02-27
scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-24
mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...
Steven Rostedt (VMware)
1
-1
/
+1
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-2
/
+2
2016-12-14
radix-tree: delete radix_tree_range_tag_if_tagged()
Matthew Wilcox
1
-10
/
+18
2016-11-08
writeback: track if we're sleeping on progress in balance_dirty_pages()
Jens Axboe
1
-0
/
+1
2016-10-07
mm: don't use radix tree writeback tags for pages in swap cache
Huang Ying
1
-2
/
+2
2016-10-07
mm, vmscan: get rid of throttle_vm_writeout
Michal Hocko
1
-30
/
+0
2016-09-06
mm/writeback: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-19
/
+7
2016-07-28
mm: remove reclaim and compaction retry approximations
Mel Gorman
1
-0
/
+5
2016-07-28
mm, vmscan: remove highmem_file_pages
Mel Gorman
1
-8
/
+4
2016-07-28
mm, page_alloc: fix dirtyable highmem calculation
Minchan Kim
1
-6
/
+10
2016-07-28
mm, vmstat: remove zone and node double accounting by approximating retries
Mel Gorman
1
-8
/
+5
[next]