summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-27/+24
|\
| * block: fix request_queue->flags initializationTejun Heo2012-09-211-1/+1
| * block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2012-09-211-5/+2
| * block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-2/+12
| * block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-201-2/+1
| * block: Clean up special command handling logicMartin K. Petersen2012-09-201-7/+6
| * block: remove the duplicated setting for congestion_thresholdJaehoon Chung2012-09-091-2/+0
| * block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-091-7/+1
| * block: Kill bi_destructorKent Overstreet2012-09-091-1/+1
| * block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-091-1/+1
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-5/+3
|\ \
| * | workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
| * | workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-4/+2
| |/
* / block: rate-limit the error message from failing commandsYi Zou2012-08-301-3/+5
|/
* blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-311-3/+3
* block: stack unplugShaohua Li2012-07-311-8/+7
* blk: centralize non-request unplug handling.NeilBrown2012-07-311-0/+25
* blkcg: implement per-blkg request allocationTejun Heo2012-06-261-10/+32
* block: prepare for multiple request_listsTejun Heo2012-06-251-25/+31
* block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-251-6/+7
* block: allocate io_context upfrontTejun Heo2012-06-251-27/+15
* block: refactor get_request[_wait]()Tejun Heo2012-06-251-39/+35
* mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-251-2/+2
* block: Mitigate lock unbalance caused by lock switchingAsias He2012-06-151-5/+5
* block: Avoid missed wakeup in request waitqueueAsias He2012-06-151-1/+14
* Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-011-2/+3
|\
| * block: make auto block plug flush threshold per-disk basedShaohua Li2012-04-061-1/+2
| * block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter2012-03-231-1/+1
* | block: fix elvpriv allocation failure handlingTejun Heo2012-04-201-17/+36
* | block: collapse blk_alloc_request() into get_request()Tejun Heo2012-04-201-29/+17
* | blkcg: make request_queue bypassing on allocationTejun Heo2012-04-201-12/+25
* | blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo2012-04-201-2/+13
* | block: implement bio_associate_current()Tejun Heo2012-03-061-7/+25
* | block: interface update for ioc/icq creation functionsTejun Heo2012-03-061-3/+5
* | block: restructure get_request()Tejun Heo2012-03-061-31/+29
* | blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-061-2/+1
* | blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo2012-03-061-0/+4
* | blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-3/+4
* | blkcg: use the usual get blkg path for root blkio_groupTejun Heo2012-03-061-3/+3
* | block: extend queue bypassing to cover blkcg policiesTejun Heo2012-03-061-4/+8
* | block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-061-2/+37
* | block: blk-throttle should be drained regardless of q->elevatorTejun Heo2012-03-061-12/+15
|/
* block: don't call elevator callbacks for plug mergesTejun Heo2012-02-081-10/+9
* block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-2/+2
* block: strip out locking optimization in put_io_context()Tejun Heo2012-02-071-1/+1
* block: fix NULL icq_cache referenceShaohua Li2012-01-191-4/+6
* Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-81/+122
|\
| * block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo2011-12-141-7/+39
| * block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo2011-12-141-0/+1
| * block, cfq: replace current_io_context() with create_io_context()Tejun Heo2011-12-141-5/+20