index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...
Tejun Heo
2015-06-02
1
-10
/
+41
*
writeback: implement memcg writeback domain based throttling
Tejun Heo
2015-06-02
3
-22
/
+188
*
writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes
Tejun Heo
2015-06-02
2
-0
/
+32
*
writeback: implement memcg wb_domain
Tejun Heo
2015-06-02
6
-2
/
+87
*
writeback: update wb_over_bg_thresh() to use wb_domain aware operations
Tejun Heo
2015-06-02
1
-5
/
+12
*
writeback: move over_bground_thresh() to mm/page-writeback.c
Tejun Heo
2015-06-02
3
-18
/
+26
*
writeback: separate out domain_dirty_limits()
Tejun Heo
2015-06-02
1
-25
/
+86
*
writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...
Tejun Heo
2015-06-02
1
-16
/
+21
*
writeback: add dirty_throttle_control->dom
Tejun Heo
2015-06-02
1
-6
/
+24
*
writeback: add dirty_throttle_control->wb_completions
Tejun Heo
2015-06-02
1
-2
/
+4
*
writeback: add dirty_throttle_control->pos_ratio
Tejun Heo
2015-06-02
1
-15
/
+21
*
writeback: make __wb_calc_thresh() take dirty_throttle_control
Tejun Heo
2015-06-02
1
-7
/
+14
*
writeback: add dirty_throttle_control->wb_bg_thresh
Tejun Heo
2015-06-02
1
-16
/
+11
*
writeback: consolidate dirty throttle parameters into dirty_throttle_control
Tejun Heo
2015-06-02
1
-111
/
+101
*
writeback: move global_dirty_limit into wb_domain
Tejun Heo
2015-06-02
4
-28
/
+44
*
writeback: implement wb_domain
Tejun Heo
2015-06-02
2
-45
/
+59
*
writeback: reorganize [__]wb_update_bandwidth()
Tejun Heo
2015-06-02
3
-41
/
+23
*
writeback: clean up wb_dirty_limit()
Tejun Heo
2015-06-02
4
-20
/
+20
*
memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...
Tejun Heo
2015-06-02
1
-49
/
+2
*
ext2: enable cgroup writeback support
Tejun Heo
2015-06-02
1
-1
/
+1
*
mpage: make __mpage_writepage() honor cgroup writeback
Tejun Heo
2015-06-02
1
-0
/
+2
*
buffer, writeback: make __block_write_full_page() honor cgroup writeback
Tejun Heo
2015-06-02
2
-6
/
+32
*
writeback: dirty inodes against their matching cgroup bdi_writeback's
Tejun Heo
2015-06-02
1
-12
/
+11
*
writeback: make writeback initiation functions handle multiple bdi_writeback's
Tejun Heo
2015-06-02
1
-5
/
+91
*
writeback: restructure try_writeback_inodes_sb[_nr]()
Tejun Heo
2015-06-02
2
-26
/
+32
*
writeback: implement wb_wait_for_single_work()
Tejun Heo
2015-06-02
1
-2
/
+45
*
writeback: implement bdi_wait_for_completion()
Tejun Heo
2015-06-02
3
-12
/
+49
*
writeback: add wb_writeback_work->auto_free
Tejun Heo
2015-06-02
1
-7
/
+6
*
writeback: make wakeup_dirtytime_writeback() handle multiple bdi_writeback's
Tejun Heo
2015-06-02
1
-3
/
+6
*
writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
Tejun Heo
2015-06-02
1
-2
/
+46
*
writeback: make bdi_start_background_writeback() take bdi_writeback instead o...
Tejun Heo
2015-06-02
3
-9
/
+9
*
writeback: make writeback_in_progress() take bdi_writeback instead of backing...
Tejun Heo
2015-06-02
3
-17
/
+14
*
writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
Tejun Heo
2015-06-02
1
-3
/
+9
*
writeback: remove bdi_start_writeback()
Tejun Heo
2015-06-02
3
-47
/
+29
*
writeback: implement bdi_for_each_wb()
Tejun Heo
2015-06-02
1
-0
/
+63
*
writeback: make bdi->min/max_ratio handling cgroup writeback aware
Tejun Heo
2015-06-02
1
-4
/
+46
*
writeback: don't issue wb_writeback_work if clean
Tejun Heo
2015-06-02
1
-8
/
+10
*
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
2015-06-02
5
-13
/
+25
*
writeback: implement backing_dev_info->tot_write_bandwidth
Tejun Heo
2015-06-02
3
-1
/
+11
*
writeback: implement WB_has_dirty_io wb_state flag
Tejun Heo
2015-06-02
4
-30
/
+91
*
writeback: implement and use inode_congested()
Tejun Heo
2015-06-02
5
-8
/
+58
*
writeback, blkcg: propagate non-root blkcg congestion state
Tejun Heo
2015-06-02
1
-6
/
+9
*
writeback, blkcg: restructure blk_{set|clear}_queue_congested()
Tejun Heo
2015-06-02
2
-44
/
+37
*
writeback: make congestion functions per bdi_writeback
Tejun Heo
2015-06-02
3
-32
/
+49
*
writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
Tejun Heo
2015-06-02
1
-5
/
+13
*
writeback: attribute stats to the matching per-cgroup bdi_writeback
Tejun Heo
2015-06-02
1
-9
/
+15
*
writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...
Tejun Heo
2015-06-02
2
-2
/
+21
*
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
2015-06-02
11
-11
/
+698
*
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
Tejun Heo
2015-06-02
4
-2
/
+38
*
bdi: separate out congested state into a separate struct
Tejun Heo
2015-06-02
3
-5
/
+18
[next]