aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat updatesTejun Heo3-1/+62
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo2-0/+21
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo2-12/+68
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo3-82/+96
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo1-0/+9
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo1-0/+20
2015-06-02writeback: implement memcg wb_domainTejun Heo3-1/+15
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo1-0/+1
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo2-4/+20
2015-06-02writeback: implement wb_domainTejun Heo1-0/+32
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo1-8/+1
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo1-1/+1
2015-06-02buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo1-0/+12
2015-06-02writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo1-3/+3
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo1-0/+2
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_infoTejun Heo1-1/+1
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_infoTejun Heo1-1/+11
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo1-2/+2
2015-06-02writeback: implement bdi_for_each_wb()Tejun Heo1-0/+63
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2-3/+15
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo1-0/+2
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo2-5/+4
2015-06-02writeback: implement and use inode_congested()Tejun Heo1-0/+22
2015-06-02writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo1-19/+0
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo2-21/+38
2015-06-02writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congestedTejun Heo1-0/+6
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo5-3/+263
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo2-1/+32
2015-06-02bdi: separate out congested state into a separate structTejun Heo2-3/+13
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo2-3/+23
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo3-102/+108
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo1-6/+6
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo3-24/+23
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo1-36/+32
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-12/+12
2015-06-02memcg: implement mem_cgroup_css_from_page()Tejun Heo1-0/+1
2015-06-02blkcg: implement bio_associate_blkcg()Tejun Heo1-0/+3
2015-06-02blkcg: implement task_get_blkcg_css()Tejun Heo1-0/+12
2015-06-02cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo1-0/+25
2015-06-02blkcg: add blkcg_root_cssTejun Heo1-0/+3
2015-06-02memcg: add mem_cgroup_root_cssTejun Heo1-0/+4
2015-06-02update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.hTejun Heo1-2/+5
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-0/+603
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen3-3/+7
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo1-0/+1
2015-06-01blk-mq: Shared tag enhancementsKeith Busch1-0/+4
2015-05-29block: don't honor chunk sizes for data-less IOJens Axboe1-1/+1
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig2-5/+3
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer1-12/+0
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson1-0/+3