aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-0/+1
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-15/+3
|\
| * block: add @req to bio_{front|back}_merge tracepointsTejun Heo2013-01-141-2/+2
| * block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-1/+0
| * block: Remove should_sort judgement when flush blk_plugJianpeng Ma2013-01-111-12/+1
* | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-3/+5
|/
* block: export block_unplug tracepointNeilBrown2012-12-141-0/+1
* block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche2012-12-061-0/+10
* block: Avoid scheduling delayed work on a dead queueBart Van Assche2012-12-061-24/+9
* block: Avoid that request_fn is invoked on a dead queueBart Van Assche2012-12-061-4/+27
* block: Let blk_drain_queue() caller obtain the queue lockBart Van Assche2012-12-061-12/+18
* block: Rename queue dead flagBart Van Assche2012-12-061-13/+13
* block: use NUMA_NO_NODE instead of -1Ezequiel Garcia2012-11-101-2/+2
* block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma2012-10-251-1/+2
* 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