aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-03
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* | Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-02
|\ \
| * \ Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-30
| |\ \
| * \ \ Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-28
| |\ \ \
| * \ \ \ Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-28
| |\ \ \ \
| * | | | | bsg: update check for rq based driver for blk-mqJens Axboe2014-04-16
* | | | | | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-02
|\ \ \ \ \ \
| * | | | | | blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe2014-05-30
| * | | | | | blk-mq: remember to start timeout handler for direct queueJens Axboe2014-05-30
| * | | | | | block: ensure that the timer is always addedJens Axboe2014-05-30
| * | | | | | blk-mq: blk_mq_unregister_hctx() can be staticFengguang Wu2014-05-30
| * | | | | | blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-30
| | |_|_|/ / | |/| | | |
| * | | | | blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2014-05-30
| * | | | | block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones2014-05-29
| * | | | | blk-mq: request initialization optimizationsJens Axboe2014-05-29
| * | | | | block: add queue flag for disabling SG mergingJens Axboe2014-05-29
| * | | | | block: remove 'magic' from struct blk_plugJens Axboe2014-05-29
| | |_|/ / | |/| | |
| * | | | blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-28
| * | | | blk-mq: add file comments and update copyright noticesJens Axboe2014-05-28
| | |/ / | |/| |
| * | | blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig2014-05-28
| * | | blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig2014-05-28
| * | | blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig2014-05-28
| * | | blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig2014-05-28
| * | | blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig2014-05-28
| * | | blk-mq: add helper to insert requests from irq contextChristoph Hellwig2014-05-28
| * | | blk-mq: allow non-softirq completionsJens Axboe2014-05-27
| * | | blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-27
| * | | block: only allocate/free mq_usage_counter in blk-mqMing Lei2014-05-27
| * | | blk-mq: avoid code duplicationMing Lei2014-05-27
| * | | blk-mq: fix leak of hctx->ctx_mapMing Lei2014-05-27
| * | | block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick2014-05-26
| * | | blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig2014-05-26
| * | | blk-mq: allow setting of per-request timeoutsJens Axboe2014-05-23
| * | | blk-mq: export blk_mq_tag_busy_iterSam Bradshaw2014-05-23
| * | | blk-mq: split make request handler for multi and single queueJens Axboe2014-05-22
| * | | blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe2014-05-21
| * | | blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe2014-05-21
| * | | blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2014-05-20
| * | | blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe2014-05-20
| * | | blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-20
| * | | block: move mm/bounce.c to block/Jens Axboe2014-05-19
| * | | Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-19
| |\ \ \
| | * | | blk-mq: improve support for shared tags mapsJens Axboe2014-05-13
| * | | | blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2014-05-19
| * | | | blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe2014-05-19
| * | | | block: move ioprio.c from fs/ to block/Jens Axboe2014-05-19
| * | | | block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe2014-05-19
| * | | | Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-10
| |\| | |
| | * | | blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei2014-05-10