summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-08-19blkcg: make blkcg_[rw]stat per-cpuTejun Heo3-83/+86
2015-08-19blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2-53/+24
2015-08-19blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo5-97/+19
2015-08-19blk-throttle: improve queue bypass handlingTejun Heo1-3/+4
2015-08-19blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo1-7/+0
2015-08-19blkcg: inline [__]blkg_lookup()Tejun Heo1-36/+2
2015-08-19blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2-16/+42
2015-08-19blkcg: minor updates around blkcg_policy_dataTejun Heo2-17/+18
2015-08-19blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo3-23/+22
2015-08-19blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo3-52/+31
2015-08-19blk-throttle: remove asynchrnous percpu stats allocation mechanismTejun Heo1-87/+25
2015-08-19blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo3-12/+35
2015-08-19blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fnTejun Heo1-1/+2
2015-08-19blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo1-34/+21
2015-08-19blkcg: remove unnecessary blkcg_root handling from css_alloc/free pathsTejun Heo1-15/+10
2015-08-19blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo1-2/+3
2015-08-19cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo1-43/+42
2015-08-19cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo1-34/+15
2015-08-19cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo1-16/+12
2015-08-19cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo1-35/+10
2015-08-19blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo2-5/+5
2015-08-19cfq-iosched: minor cleanupsTejun Heo1-15/+11
2015-08-19cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo1-0/+2
2015-08-19cfq-iosched: fix async oom queue handlingTejun Heo1-1/+1
2015-08-19cfq-iosched: simplify control flow in cfq_get_queue()Tejun Heo1-6/+7
2015-07-24block: Do a full clone when splitting discard biosMartin K. Petersen1-3/+12
2015-07-23block: export bio_associate_*() and wbc_account_io()Tejun Heo1-0/+2
2015-07-23blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo1-1/+5
2015-07-16blk-mq: set default timeout as 30 secondsMing Lei1-1/+1
2015-07-09blkcg: fix blkcg_policy_data allocation bugTejun Heo1-36/+42
2015-07-09blkcg: implement all_blkcgs listTejun Heo1-5/+12
2015-07-09blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_po...Tejun Heo1-0/+4
2015-07-09blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methodsTejun Heo1-19/+21
2015-07-07block/blk-cgroup.c: free per-blkcg data when freeing the blkcgArianna Avanzini1-3/+6
2015-07-07block: use FIELD_SIZEOF to calculate size of a fieldManinder Singh1-1/+1
2015-07-07bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer1-2/+2
2015-06-27block: fix bogus EFAULT error from SG_IO ioctlPaolo Bonzini1-2/+2
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-11/+83
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer1-11/+83
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds11-728/+139
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds15-255/+478
2015-06-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-06-20cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLJens Axboe1-1/+11
2015-06-19cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsJens Axboe1-2/+12
2015-06-19cfq-iosched: move group scheduling functions under ifdefJens Axboe1-16/+16
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2-1/+16
2015-06-10blk-mq: free hctx->ctxs in queue's release handlerMing Lei1-2/+6
2015-06-07block, cgroup: implement policy-specific per-blkcg dataArianna Avanzini3-29/+173
2015-06-06block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan1-1/+1