aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+3
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-3/+5
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-2/+2
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-1/+0
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma1-12/+1
2012-12-14block: export block_unplug tracepointNeilBrown1-0/+1
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche1-0/+10
2012-12-06block: Avoid scheduling delayed work on a dead queueBart Van Assche1-24/+9
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche1-4/+27
2012-12-06block: Let blk_drain_queue() caller obtain the queue lockBart Van Assche1-12/+18
2012-12-06block: Rename queue dead flagBart Van Assche1-13/+13
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia1-2/+2
2012-10-25block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma1-1/+2
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+24
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+3
2012-09-21block: fix request_queue->flags initializationTejun Heo1-1/+1
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of blk_init_allocated_queue()Tejun Heo1-5/+2
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-2/+12
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen1-2/+1
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-7/+6
2012-09-09block: remove the duplicated setting for congestion_thresholdJaehoon Chung1-2/+0
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet1-7/+1
2012-09-09block: Kill bi_destructorKent Overstreet1-1/+1
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet1-1/+1
2012-08-30block: rate-limit the error message from failing commandsYi Zou1-3/+5
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-4/+2
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown1-3/+3
2012-07-31block: stack unplugShaohua Li1-8/+7
2012-07-31blk: centralize non-request unplug handling.NeilBrown1-0/+25
2012-06-26blkcg: implement per-blkg request allocationTejun Heo1-10/+32
2012-06-25block: prepare for multiple request_listsTejun Heo1-25/+31
2012-06-25block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo1-6/+7
2012-06-25block: allocate io_context upfrontTejun Heo1-27/+15
2012-06-25block: refactor get_request[_wait]()Tejun Heo1-39/+35
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo1-2/+2
2012-06-15block: Mitigate lock unbalance caused by lock switchingAsias He1-5/+5
2012-06-15block: Avoid missed wakeup in request waitqueueAsias He1-1/+14
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe1-2/+3
2012-04-20block: fix elvpriv allocation failure handlingTejun Heo1-17/+36
2012-04-20block: collapse blk_alloc_request() into get_request()Tejun Heo1-29/+17
2012-04-20blkcg: make request_queue bypassing on allocationTejun Heo1-12/+25
2012-04-20blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo1-2/+13
2012-04-06block: make auto block plug flush threshold per-disk basedShaohua Li1-1/+2
2012-03-23block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter1-1/+1
2012-03-06block: implement bio_associate_current()Tejun Heo1-7/+25
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo1-3/+5
2012-03-06block: restructure get_request()Tejun Heo1-31/+29
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-2/+1
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-0/+4