aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo
2014-07-01block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo
2014-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-06-11block: remove WQ_POWER_EFFICIENT from kblockdMatias Bjørling
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe
2014-05-09block: only calculate part_in_flight() onceJens Axboe
2014-05-05NVMe: Add tracepointsKeith Busch
2014-04-16block: export blk_finish_requestChristoph Hellwig
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig
2014-04-15block: remove struct request buffer memberJens Axboe
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe
2014-04-11block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2014-04-09block: fix regression with block enabled taggingJens Axboe
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-20block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones
2014-03-08block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-02-07blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig
2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei
2013-12-31block: blk-mq: support draining mq queueMing Lei
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe
2013-11-08block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama
2013-11-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer
2013-10-29blk-mq: mq plug list breakageShaohua Li
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe
2013-10-25block: remove request ref_countChristoph Hellwig
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-09-11block: trace all devices plug operationJianpeng Ma
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds