index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
12
-201
/
+1617
|
\
|
*
vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB
Tejun Heo
2015-06-17
2
-2
/
+4
|
*
writeback: disassociate inodes from dying bdi_writebacks
Tejun Heo
2015-06-02
1
-0
/
+16
|
*
writeback: add lockdep annotation to inode_to_wb()
Tejun Heo
2015-06-02
1
-2
/
+32
|
*
writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...
Tejun Heo
2015-06-02
3
-1
/
+62
|
*
writeback: implement foreign cgroup inode detection
Tejun Heo
2015-06-02
2
-0
/
+21
|
*
writeback: make writeback_control track the inode being written back
Tejun Heo
2015-06-02
2
-12
/
+68
|
*
writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
Tejun Heo
2015-06-02
3
-82
/
+96
|
*
writeback: implement memcg writeback domain based throttling
Tejun Heo
2015-06-02
1
-0
/
+9
|
*
writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes
Tejun Heo
2015-06-02
1
-0
/
+20
|
*
writeback: implement memcg wb_domain
Tejun Heo
2015-06-02
3
-1
/
+15
|
*
writeback: move over_bground_thresh() to mm/page-writeback.c
Tejun Heo
2015-06-02
1
-0
/
+1
|
*
writeback: move global_dirty_limit into wb_domain
Tejun Heo
2015-06-02
2
-4
/
+20
|
*
writeback: implement wb_domain
Tejun Heo
2015-06-02
1
-0
/
+32
|
*
writeback: reorganize [__]wb_update_bandwidth()
Tejun Heo
2015-06-02
1
-8
/
+1
|
*
writeback: clean up wb_dirty_limit()
Tejun Heo
2015-06-02
1
-1
/
+1
|
*
buffer, writeback: make __block_write_full_page() honor cgroup writeback
Tejun Heo
2015-06-02
1
-0
/
+12
|
*
writeback: restructure try_writeback_inodes_sb[_nr]()
Tejun Heo
2015-06-02
1
-3
/
+3
|
*
writeback: implement bdi_wait_for_completion()
Tejun Heo
2015-06-02
1
-0
/
+2
|
*
writeback: make bdi_start_background_writeback() take bdi_writeback instead o...
Tejun Heo
2015-06-02
1
-1
/
+1
|
*
writeback: make writeback_in_progress() take bdi_writeback instead of backing...
Tejun Heo
2015-06-02
1
-1
/
+11
|
*
writeback: remove bdi_start_writeback()
Tejun Heo
2015-06-02
1
-2
/
+2
|
*
writeback: implement bdi_for_each_wb()
Tejun Heo
2015-06-02
1
-0
/
+63
|
*
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
2015-06-02
2
-3
/
+15
|
*
writeback: implement backing_dev_info->tot_write_bandwidth
Tejun Heo
2015-06-02
1
-0
/
+2
|
*
writeback: implement WB_has_dirty_io wb_state flag
Tejun Heo
2015-06-02
2
-5
/
+4
|
*
writeback: implement and use inode_congested()
Tejun Heo
2015-06-02
1
-0
/
+22
|
*
writeback, blkcg: restructure blk_{set|clear}_queue_congested()
Tejun Heo
2015-06-02
1
-19
/
+0
|
*
writeback: make congestion functions per bdi_writeback
Tejun Heo
2015-06-02
2
-21
/
+38
|
*
writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...
Tejun Heo
2015-06-02
1
-0
/
+6
|
*
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
2015-06-02
5
-3
/
+263
|
*
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
Tejun Heo
2015-06-02
2
-1
/
+32
|
*
bdi: separate out congested state into a separate struct
Tejun Heo
2015-06-02
2
-3
/
+13
|
*
bdi: make inode_to_bdi() inline
Tejun Heo
2015-06-02
2
-3
/
+23
|
*
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-06-02
3
-102
/
+108
|
*
writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
Tejun Heo
2015-06-02
1
-6
/
+6
|
*
writeback: move bandwidth related fields from backing_dev_info into bdi_write...
Tejun Heo
2015-06-02
3
-24
/
+23
|
*
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
2015-06-02
1
-36
/
+32
|
*
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
2015-06-02
1
-12
/
+12
|
*
memcg: implement mem_cgroup_css_from_page()
Tejun Heo
2015-06-02
1
-0
/
+1
|
*
blkcg: implement bio_associate_blkcg()
Tejun Heo
2015-06-02
1
-0
/
+3
|
*
blkcg: implement task_get_blkcg_css()
Tejun Heo
2015-06-02
1
-0
/
+12
|
*
cgroup, block: implement task_get_css() and use it in bio_associate_current()
Tejun Heo
2015-06-02
1
-0
/
+25
|
*
blkcg: add blkcg_root_css
Tejun Heo
2015-06-02
1
-0
/
+3
|
*
memcg: add mem_cgroup_root_css
Tejun Heo
2015-06-02
1
-0
/
+4
|
*
update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
Tejun Heo
2015-06-02
1
-2
/
+5
|
*
blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
Tejun Heo
2015-06-02
1
-0
/
+603
|
*
memcg: add per cgroup dirty page accounting
Greg Thelen
2015-06-02
3
-3
/
+7
|
*
page_writeback: revive cancel_dirty_page() in a restricted form
Tejun Heo
2015-06-02
1
-0
/
+1
*
|
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
4
-44
/
+34
|
\
\
[next]