summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-30blkmq: Fix NULL pointer deref when all reserved tags inv3.10-blk-mqSam Bradshaw
2015-03-30Fix bug in blk_rq_merge_okWenbo Wang
2015-03-30blk-mq: fix double-free in error pathTony Battersby
2015-03-30blk-mq: fix false negative out-of-tags conditionJens Axboe
2015-03-30block: remove artifical max_hw_sectors capChristoph Hellwig
2015-03-30blk-mq: add blk_mq_queue_freeze_start()Jens Axboe
2015-03-30blk-mq: End unstarted requests on a dying queueKeith Busch
2015-03-30blk-mq: Allow requests to never expireKeith Busch
2015-03-30blk-mq: Add helper to abort requeued requestsJens Axboe
2015-03-30blk-mq: Let drivers cancel requeue_workKeith Busch
2015-03-30blk-mq: Export if requests were startedKeith Busch
2015-03-30blk-mq: Wake tasks entering queue on dyingKeith Busch
2015-03-30block: wake up waiters when a queue is marked dyingJens Axboe
2015-03-30blk-mq: Exit queue on alloc failureKeith Busch
2015-03-30Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe
2015-03-30blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai
2015-03-30blk-mq: Use all available hardware queuesBart Van Assche
2015-03-30blk-mq: Micro-optimize bt_get()Bart Van Assche
2015-03-30blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche
2015-03-30blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche
2015-03-30blk-mq: Fix a use-after-freeBart Van Assche
2015-03-30blk-mq: prevent unmapped hw queue from being scheduledMing Lei
2015-03-30blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig
2015-03-30blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini
2015-03-30blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini
2015-03-30Revert "block: all blk-mq requests are tagged"Christoph Hellwig
2015-03-30blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li
2015-03-30blk-mq: re-check for available tags after running the hardware queueJens Axboe
2015-03-30blk-mq: fix hang in bt_get()Bart Van Assche
2015-03-30blk-mq: GPL export blk_mq_{freeze,unfreeze}_queue()Jens Axboe
2015-03-30blk-mq: add blk_mq_free_hctx_request()Jens Axboe
2015-03-30blk-mq: export blk_mq_free_request()Jens Axboe
2015-03-30blk-mq: Make bt_clear_tag() easier to readBart Van Assche
2015-03-30blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe
2015-03-30block: fix blk_abort_request on blk-mqChristoph Hellwig
2015-03-30blk-mq: start hardware queues when running requeue workJens Axboe
2015-03-30blk-timeout: fix blk_add_timerMing Lei
2015-03-30blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe
2015-03-30blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig
2015-03-30blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand
2015-03-30blk-mq: limit memory consumption if a crash dump is activeJens Axboe
2015-03-30blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei
2015-03-30blk-mq: request deadline must be visible before marking rq as startedJens Axboe
2015-03-30blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig
2015-03-30blk-mq: unshared timeout handlerChristoph Hellwig
2015-03-30blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig
2015-03-30blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2015-03-30blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2015-03-30blk-mq: remove REQ_ENDChristoph Hellwig
2015-03-30blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe