aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2012-10-25block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-21block: fix request_queue->flags initializationTejun Heo
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen
2012-09-20block: Clean up special command handling logicMartin K. Petersen
2012-09-09block: remove the duplicated setting for congestion_thresholdJaehoon Chung
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet
2012-09-09block: Kill bi_destructorKent Overstreet
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet
2012-08-30block: rate-limit the error message from failing commandsYi Zou
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown
2012-07-31block: stack unplugShaohua Li
2012-07-31blk: centralize non-request unplug handling.NeilBrown
2012-06-26blkcg: implement per-blkg request allocationTejun Heo
2012-06-25block: prepare for multiple request_listsTejun Heo
2012-06-25block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo
2012-06-25block: allocate io_context upfrontTejun Heo
2012-06-25block: refactor get_request[_wait]()Tejun Heo
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo
2012-06-15block: Mitigate lock unbalance caused by lock switchingAsias He
2012-06-15block: Avoid missed wakeup in request waitqueueAsias He
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe
2012-04-20block: fix elvpriv allocation failure handlingTejun Heo
2012-04-20block: collapse blk_alloc_request() into get_request()Tejun Heo
2012-04-20blkcg: make request_queue bypassing on allocationTejun Heo
2012-04-20blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo
2012-04-06block: make auto block plug flush threshold per-disk basedShaohua Li
2012-03-23block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter
2012-03-06block: implement bio_associate_current()Tejun Heo
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo
2012-03-06block: restructure get_request()Tejun Heo
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo
2012-03-06block: blk-throttle should be drained regardless of q->elevatorTejun Heo
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-01-19block: fix NULL icq_cache referenceShaohua Li
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo