summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove 'magic' from struct blk_plugJens Axboe2014-05-291-5/+0
* blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig2014-05-281-1/+1
* block: only allocate/free mq_usage_counter in blk-mqMing Lei2014-05-271-6/+1
* blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2014-05-201-4/+4
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-0/+41
* block: only calculate part_in_flight() onceJens Axboe2014-05-091-2/+5
* block: export blk_finish_requestChristoph Hellwig2014-04-161-1/+2
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-161-2/+4
* block: remove struct request buffer memberJens Axboe2014-04-151-15/+6
* Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe2014-04-151-1/+1
|\
| * block: fix regression with block enabled taggingJens Axboe2014-04-091-1/+1
* | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-04-111-1/+1
* | block: add kblockd_schedule_delayed_work_on()Jens Axboe2014-04-091-0/+7
* | block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe2014-04-091-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-201-26/+55
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-1/+1
|\ \ \
| * | | blktrace: fix accounting of partially completed requestsRoman Pen2014-03-051-1/+1
| | |/ | |/|
* | | block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones2014-03-201-2/+6
* | | block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer2014-03-081-11/+6
|/ /
* | blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-101-3/+12
* | blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig2014-02-071-0/+5
* | block: blk-mq: make blk_sync_queue support mqMing Lei2013-12-311-1/+10
* | block: blk-mq: support draining mq queueMing Lei2013-12-311-2/+8
* | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-2/+2
* | block: Abstract out bvec iteratorKent Overstreet2013-11-231-18/+18
|/
* Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-081-64/+93
|\
| * blk-mq: mq plug list breakageShaohua Li2013-10-291-1/+7
| * blk-mq: fix for flush deadlockChristoph Hellwig2013-10-281-1/+1
| * blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-58/+84
| * block: remove request ref_countChristoph Hellwig2013-10-251-3/+0
| * block: make rq->cmd_flags be 64-bitJens Axboe2013-10-251-2/+2
* | block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost2013-11-081-0/+3
* | elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-11-081-1/+9
* | blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka2013-11-081-1/+3
* | block: fix race between request completion and timeout handlingJeff Moyer2013-11-081-0/+1
|/
* Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-09-221-4/+2
|\
| * block: trace all devices plug operationJianpeng Ma2013-09-111-4/+2
* | [SCSI] Return ENODATA on medium errorHannes Reinecke2013-08-231-0/+3
* | [SCSI] return ENOSPC on thin provisioning failureHannes Reinecke2013-08-231-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-07-031-0/+3
|\
| * block/dasd: detailed I/O errorsHannes Reinecke2013-07-011-0/+3
* | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-021-1/+2
|\ \ | |/ |/|
| * block: queue work on power efficient wqViresh Kumar2013-05-141-1/+2
* | blkpm: avoid sleep when holding queue lockAaron Lu2013-05-171-1/+1
|/
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-69/+196
|\
| * Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-241-69/+13
| |\
| | * block: Add bio_end_sector()Kent Overstreet2013-03-231-1/+1
| | * block: Refactor blk_update_request()Kent Overstreet2013-03-231-68/+12