aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-01
|\
| * blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-31
| * block: stack unplugShaohua Li2012-07-31
| * blk: centralize non-request unplug handling.NeilBrown2012-07-31
* | Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-01
|\ \
| * | block: remove dead func declarationYuanhan Liu2012-08-01
| * | block: add partition resize function to blkpg ioctlVivek Goyal2012-08-01
| * | block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson2012-08-01
| * | block: do not artificially constrain max_sectors for stacking driversMike Snitzer2012-08-01
| |/
| * blkcg: implement per-blkg request allocationTejun Heo2012-06-26
| * block: prepare for multiple request_listsTejun Heo2012-06-25
| * block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-25
| * blkcg: inline bio_blkcg() and friendsTejun Heo2012-06-25
| * block: allocate io_context upfrontTejun Heo2012-06-25
| * block: refactor get_request[_wait]()Tejun Heo2012-06-25
| * block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-25
| * mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-25
| * blkcg: make root blkcg allocation use %GFP_KERNELTejun Heo2012-06-25
| * blkcg: __blkg_lookup_create() doesn't need radix preloadTejun Heo2012-06-25
* | [SCSI] block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty2012-07-20
|/
* scsi: Silence unnecessary warnings about ioctl to partitionJan Kara2012-06-15
* block: Drop dead function blk_abort_queue()Asias He2012-06-15
* block: Mitigate lock unbalance caused by lock switchingAsias He2012-06-15
* block: Avoid missed wakeup in request waitqueueAsias He2012-06-15
* blkcg: drop local variable @q from blkg_destroy()Tejun Heo2012-06-06
* blkcg: fix blkg_alloc() failure pathTejun Heo2012-06-04
* block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo2012-06-04
* block: fix return value on cfq_init() failureTejun Heo2012-06-04
* block: avoid infinite loop in get_task_io_context()Eric Dumazet2012-05-31
* Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-30
|\
| * blkcg: tg_stats_alloc_lock is an irq lockTejun Heo2012-05-23
| * Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-01
| |\
| * | blkcg: use radix tree to index blkgs from blkcgTejun Heo2012-04-20
| * | blkcg: fix blkcg->css ref leak in __blkg_lookup_create()Tejun Heo2012-04-20
| * | block: fix elvpriv allocation failure handlingTejun Heo2012-04-20
| * | block: collapse blk_alloc_request() into get_request()Tejun Heo2012-04-20
| * | blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo2012-04-20
| * | blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo2012-04-20
| * | blkcg: mass rename of blkcg APITejun Heo2012-04-20
| * | blkcg: style cleanups for blk-cgroup.hTejun Heo2012-04-20
| * | blkcg: remove blkio_group->path[]Tejun Heo2012-04-20
| * | blkcg: blkg_rwstat_read() was missing inlineTejun Heo2012-04-20
| * | blkcg: shoot down blkgs if all policies are deactivatedTejun Heo2012-04-20
| * | blkcg: drop stuff unused after per-queue policy activation updateTejun Heo2012-04-20
| * | blkcg: implement per-queue policy activationTejun Heo2012-04-20
| * | blkcg: add request_queue->root_blkgTejun Heo2012-04-20
| * | blkcg: make request_queue bypassing on allocationTejun Heo2012-04-20
| * | blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo2012-04-20
| * | blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo2012-04-20
| * | blkcg: remove static policy ID enumsTejun Heo2012-04-20