index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
efivarfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-02
writeback: use unlocked_inode_to_wb transaction in inode_congested()
Tejun Heo
1
-4
/
+12
2015-06-02
writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...
Tejun Heo
6
-14
/
+196
2015-06-02
writeback: implement [locked_]inode_to_wb_and_lock_list()
Tejun Heo
1
-5
/
+75
2015-06-02
writeback: implement foreign cgroup inode detection
Tejun Heo
5
-3
/
+200
2015-06-02
writeback: make writeback_control track the inode being written back
Tejun Heo
6
-28
/
+118
2015-06-02
writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
Tejun Heo
5
-112
/
+127
2015-06-02
mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...
Tejun Heo
1
-10
/
+41
2015-06-02
writeback: implement memcg writeback domain based throttling
Tejun Heo
3
-22
/
+188
2015-06-02
writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes
Tejun Heo
2
-0
/
+32
2015-06-02
writeback: implement memcg wb_domain
Tejun Heo
6
-2
/
+87
2015-06-02
writeback: update wb_over_bg_thresh() to use wb_domain aware operations
Tejun Heo
1
-5
/
+12
2015-06-02
writeback: move over_bground_thresh() to mm/page-writeback.c
Tejun Heo
3
-18
/
+26
2015-06-02
writeback: separate out domain_dirty_limits()
Tejun Heo
1
-25
/
+86
2015-06-02
writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...
Tejun Heo
1
-16
/
+21
2015-06-02
writeback: add dirty_throttle_control->dom
Tejun Heo
1
-6
/
+24
2015-06-02
writeback: add dirty_throttle_control->wb_completions
Tejun Heo
1
-2
/
+4
2015-06-02
writeback: add dirty_throttle_control->pos_ratio
Tejun Heo
1
-15
/
+21
2015-06-02
writeback: make __wb_calc_thresh() take dirty_throttle_control
Tejun Heo
1
-7
/
+14
2015-06-02
writeback: add dirty_throttle_control->wb_bg_thresh
Tejun Heo
1
-16
/
+11
2015-06-02
writeback: consolidate dirty throttle parameters into dirty_throttle_control
Tejun Heo
1
-111
/
+101
2015-06-02
writeback: move global_dirty_limit into wb_domain
Tejun Heo
4
-28
/
+44
2015-06-02
writeback: implement wb_domain
Tejun Heo
2
-45
/
+59
2015-06-02
writeback: reorganize [__]wb_update_bandwidth()
Tejun Heo
3
-41
/
+23
2015-06-02
writeback: clean up wb_dirty_limit()
Tejun Heo
4
-20
/
+20
2015-06-02
memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...
Tejun Heo
1
-49
/
+2
2015-06-02
ext2: enable cgroup writeback support
Tejun Heo
1
-1
/
+1
2015-06-02
mpage: make __mpage_writepage() honor cgroup writeback
Tejun Heo
1
-0
/
+2
2015-06-02
buffer, writeback: make __block_write_full_page() honor cgroup writeback
Tejun Heo
2
-6
/
+32
2015-06-02
writeback: dirty inodes against their matching cgroup bdi_writeback's
Tejun Heo
1
-12
/
+11
2015-06-02
writeback: make writeback initiation functions handle multiple bdi_writeback's
Tejun Heo
1
-5
/
+91
2015-06-02
writeback: restructure try_writeback_inodes_sb[_nr]()
Tejun Heo
2
-26
/
+32
2015-06-02
writeback: implement wb_wait_for_single_work()
Tejun Heo
1
-2
/
+45
2015-06-02
writeback: implement bdi_wait_for_completion()
Tejun Heo
3
-12
/
+49
2015-06-02
writeback: add wb_writeback_work->auto_free
Tejun Heo
1
-7
/
+6
2015-06-02
writeback: make wakeup_dirtytime_writeback() handle multiple bdi_writeback's
Tejun Heo
1
-3
/
+6
2015-06-02
writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
Tejun Heo
1
-2
/
+46
2015-06-02
writeback: make bdi_start_background_writeback() take bdi_writeback instead o...
Tejun Heo
3
-9
/
+9
2015-06-02
writeback: make writeback_in_progress() take bdi_writeback instead of backing...
Tejun Heo
3
-17
/
+14
2015-06-02
writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
Tejun Heo
1
-3
/
+9
2015-06-02
writeback: remove bdi_start_writeback()
Tejun Heo
3
-47
/
+29
2015-06-02
writeback: implement bdi_for_each_wb()
Tejun Heo
1
-0
/
+63
2015-06-02
writeback: make bdi->min/max_ratio handling cgroup writeback aware
Tejun Heo
1
-4
/
+46
2015-06-02
writeback: don't issue wb_writeback_work if clean
Tejun Heo
1
-8
/
+10
2015-06-02
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
5
-13
/
+25
2015-06-02
writeback: implement backing_dev_info->tot_write_bandwidth
Tejun Heo
3
-1
/
+11
2015-06-02
writeback: implement WB_has_dirty_io wb_state flag
Tejun Heo
4
-30
/
+91
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
5
-8
/
+58
2015-06-02
writeback, blkcg: propagate non-root blkcg congestion state
Tejun Heo
1
-6
/
+9
2015-06-02
writeback, blkcg: restructure blk_{set|clear}_queue_congested()
Tejun Heo
2
-44
/
+37
2015-06-02
writeback: make congestion functions per bdi_writeback
Tejun Heo
3
-32
/
+49
[next]