summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-261-1/+3
|\
| * firmware: dmi: struct dmi_header should be packedJean Delvare2015-06-251-1/+1
| * firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk2015-06-251-0/+2
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-06-262-1/+12
|\ \
| * | libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen2015-05-051-0/+1
| * | libata: READ LOG DMA EXT support can be in either page 119 or 120Martin K. Petersen2015-05-051-1/+11
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2612-201/+1617
|\ \ \
| * | | vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo2015-06-172-2/+4
| * | | writeback: disassociate inodes from dying bdi_writebacksTejun Heo2015-06-021-0/+16
| * | | writeback: add lockdep annotation to inode_to_wb()Tejun Heo2015-06-021-2/+32
| * | | writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-023-1/+62
| * | | writeback: implement foreign cgroup inode detectionTejun Heo2015-06-022-0/+21
| * | | writeback: make writeback_control track the inode being written backTejun Heo2015-06-022-12/+68
| * | | writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo2015-06-023-82/+96
| * | | writeback: implement memcg writeback domain based throttlingTejun Heo2015-06-021-0/+9
| * | | writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo2015-06-021-0/+20
| * | | writeback: implement memcg wb_domainTejun Heo2015-06-023-1/+15
| * | | writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo2015-06-021-0/+1
| * | | writeback: move global_dirty_limit into wb_domainTejun Heo2015-06-022-4/+20
| * | | writeback: implement wb_domainTejun Heo2015-06-021-0/+32
| * | | writeback: reorganize [__]wb_update_bandwidth()Tejun Heo2015-06-021-8/+1
| * | | writeback: clean up wb_dirty_limit()Tejun Heo2015-06-021-1/+1
| * | | buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo2015-06-021-0/+12
| * | | writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo2015-06-021-3/+3
| * | | writeback: implement bdi_wait_for_completion()Tejun Heo2015-06-021-0/+2
| * | | writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo2015-06-021-1/+1
| * | | writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo2015-06-021-1/+11
| * | | writeback: remove bdi_start_writeback()Tejun Heo2015-06-021-2/+2
| * | | writeback: implement bdi_for_each_wb()Tejun Heo2015-06-021-0/+63
| * | | writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2015-06-022-3/+15
| * | | writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo2015-06-021-0/+2
| * | | writeback: implement WB_has_dirty_io wb_state flagTejun Heo2015-06-022-5/+4
| * | | writeback: implement and use inode_congested()Tejun Heo2015-06-021-0/+22
| * | | writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo2015-06-021-19/+0
| * | | writeback: make congestion functions per bdi_writebackTejun Heo2015-06-022-21/+38
| * | | writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Tejun Heo2015-06-021-0/+6
| * | | writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-025-3/+263
| * | | writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo2015-06-022-1/+32
| * | | bdi: separate out congested state into a separate structTejun Heo2015-06-022-3/+13
| * | | bdi: make inode_to_bdi() inlineTejun Heo2015-06-022-3/+23
| * | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-023-102/+108
| * | | writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo2015-06-021-6/+6
| * | | writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-023-24/+23
| * | | writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-021-36/+32
| * | | writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-021-12/+12
| * | | memcg: implement mem_cgroup_css_from_page()Tejun Heo2015-06-021-0/+1
| * | | blkcg: implement bio_associate_blkcg()Tejun Heo2015-06-021-0/+3
| * | | blkcg: implement task_get_blkcg_css()Tejun Heo2015-06-021-0/+12
| * | | cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo2015-06-021-0/+25
| * | | blkcg: add blkcg_root_cssTejun Heo2015-06-021-0/+3