summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-06-03mm: convert some level-less printks to pr_*Mitchel Humpherys1-2/+5
2014-06-03bio-modify-__bio_add_page-to-accept-pages-that-dont-start-a-new-segment-v3Maurizio Lombardi1-4/+1
2014-06-03bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi1-22/+29
2014-06-03Merge branch 'akpm-current/current'Stephen Rothwell1-1/+1
2014-06-03Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell5-33/+33
2014-06-03Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell1-2/+2
2014-06-03Merge remote-tracking branch 'device-mapper/for-next'Stephen Rothwell1-1/+2
2014-06-02Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+1
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds24-756/+5083
2014-05-30blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe1-7/+13
2014-05-30blk-mq: remember to start timeout handler for direct queueJens Axboe1-0/+1
2014-05-30block: ensure that the timer is always addedJens Axboe1-1/+1
2014-05-30blk-mq: blk_mq_unregister_hctx() can be staticFengguang Wu1-2/+2
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe3-19/+93
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe5-37/+45
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2-4/+12
2014-05-29block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones1-4/+0
2014-05-29blk-mq: request initialization optimizationsJens Axboe1-17/+9
2014-05-29block: add queue flag for disabling SG mergingJens Axboe2-7/+24
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe1-5/+0
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe4-21/+33
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig1-21/+5
2014-05-28blk-mq: add file comments and update copyright noticesJens Axboe4-0/+28
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe21-495/+4631
2014-05-28blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig1-32/+16
2014-05-28blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig1-3/+5
2014-05-28blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig3-16/+6
2014-05-28blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig1-32/+30
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig2-18/+4
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig2-13/+67
2014-05-27blk-mq: allow non-softirq completionsJens Axboe1-3/+9
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe3-11/+32
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei3-8/+6
2014-05-27blk-mq: avoid code duplicationMing Lei1-24/+37
2014-05-27blk-mq: fix leak of hctx->ctx_mapMing Lei1-0/+1
2014-05-26block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick1-2/+2
2014-05-26blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig1-0/+1
2014-05-23blk-mq: allow setting of per-request timeoutsJens Axboe1-2/+6
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw2-1/+1
2014-05-22blk-mq: split make request handler for multi and single queueJens Axboe1-50/+157
2014-05-22Merge branch 'locking/core'Ingo Molnar1-2/+2
2014-05-22block: restore /proc/partitions to not display non-partitionable removable de...Josh Hunt1-1/+1
2014-05-21blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe1-52/+105
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe3-9/+14
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2-5/+6
2014-05-20blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe1-0/+5
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe7-59/+133
2014-05-19block: move mm/bounce.c to block/Jens Axboe2-0/+288
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe6-27/+224
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe1-28/+91