aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe1-5/+0
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig1-1/+1
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei1-6/+1
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott1-4/+4
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-0/+41
2014-05-09block: only calculate part_in_flight() onceJens Axboe1-2/+5
2014-04-16block: export blk_finish_requestChristoph Hellwig1-1/+2
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig1-2/+4
2014-04-15block: remove struct request buffer memberJens Axboe1-15/+6
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe1-1/+1
2014-04-11block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe1-1/+1
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe1-0/+7
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-3/+3
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-03-20block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones1-2/+6
2014-03-08block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer1-11/+6
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-26/+55
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig1-3/+12
2014-02-07blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig1-0/+5
2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei1-1/+10
2013-12-31block: blk-mq: support draining mq queueMing Lei1-2/+8
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-2/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-18/+18
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe1-64/+93
2013-11-08block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost1-0/+3
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama1-1/+9
2013-11-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka1-1/+3
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer1-0/+1
2013-10-29blk-mq: mq plug list breakageShaohua Li1-1/+7
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig1-1/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-58/+84
2013-10-25block: remove request ref_countChristoph Hellwig1-3/+0
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe1-2/+2
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2013-09-11block: trace all devices plug operationJianpeng Ma1-4/+2
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke1-0/+3
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke1-0/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+3
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2013-07-01block/dasd: detailed I/O errorsHannes Reinecke1-0/+3
2013-05-17blkpm: avoid sleep when holding queue lockAaron Lu1-1/+1
2013-05-14block: queue work on power efficient wqViresh Kumar1-1/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-69/+196
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-0/+1
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for-3.10/coreJens Axboe1-69/+13
2013-03-23block: Add bio_end_sector()Kent Overstreet1-1/+1