summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix double-free in error pathTony Battersby2015-02-111-0/+1
* block: prevent request-to-request merging with gaps if not allowedKeith Busch2015-02-111-0/+12
* blk-mq: make blk_mq_run_queues() staticJens Axboe2015-02-101-5/+4
* cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov2015-02-091-1/+6
* block: Quiesce zeroout wrapperMartin K. Petersen2015-02-051-19/+7
* block: rewrite and split __bio_copy_iov()Dongsu Park2015-02-051-34/+56
* block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig2015-02-052-37/+21
* block: merge __bio_map_kern into bio_map_kernChristoph Hellwig2015-02-051-33/+17
* block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-053-111/+90
* block: add a helper to free bio bounce buffer pagesChristoph Hellwig2015-02-051-32/+33
* block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig2015-02-052-176/+14
* block: simplify bio_map_kernChristoph Hellwig2015-02-051-16/+44
* block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch2015-01-281-1/+1
* block: add blk-mq support to blk_insert_cloned_request()Keith Busch2015-01-281-0/+7
* block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch2015-01-281-2/+0
* blk-mq: add tag allocation policyShaohua Li2015-01-233-17/+29
* block: support different tag allocation policyShaohua Li2015-01-231-8/+25
* block: Remove annoying "unknown partition table" messageBoaz Harrosh2015-01-221-6/+6
* block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-212-5/+27
* cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer2015-01-211-2/+7
* blk-mq: fix false negative out-of-tags conditionJens Axboe2015-01-141-17/+26
* blk-mq: export blk_mq_freeze_queue()Jens Axboe2015-01-021-0/+1
* block: wake up waiters when a queue is marked dyingJens Axboe2014-12-315-5/+42
* blk-mq: Export freeze/unfreeze functionsKeith Busch2014-12-201-2/+4
* blk-mq: Exit queue on alloc failureKeith Busch2014-12-201-1/+3
* Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe2014-12-151-1/+3
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-1310-119/+197
|\
| * bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi2014-12-111-24/+30
| * blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai2014-12-101-5/+4
| * blk-mq: Use all available hardware queuesBart Van Assche2014-12-091-1/+1
| * blk-mq: Micro-optimize bt_get()Bart Van Assche2014-12-091-3/+1
| * blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche2014-12-091-6/+5
| * blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche2014-12-091-2/+4
| * blk-mq: Fix a use-after-freeBart Van Assche2014-12-092-8/+7
| * blk-mq: prevent unmapped hw queue from being scheduledMing Lei2014-12-082-2/+11
| * blk-mq: re-check for available tags after running the hardware queueJens Axboe2014-12-081-0/+8
| * blk-mq: fix hang in bt_get()Bart Van Assche2014-12-081-0/+7
| * blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li2014-11-301-10/+10
| * blk-mq: cleanup tag free handlingJens Axboe2014-11-241-18/+6
| * blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe2014-11-241-1/+1
| * blk: introduce generic io stat accounting help functionGu Zheng2014-11-241-0/+28
| * blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig2014-11-241-21/+10
| * genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2014-11-191-2/+9
| * blk-mq: add blk_mq_free_hctx_request()Jens Axboe2014-11-171-5/+12
| * blk-mq: export blk_mq_free_request()Jens Axboe2014-11-171-0/+1
| * blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini2014-11-111-4/+4
| * blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini2014-11-111-9/+12
| * blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe2014-10-291-1/+6
| * blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-291-2/+27
| * block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-3/+1
OpenPOWER on IntegriCloud