aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds10-574/+244
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+10
2016-09-23blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig1-2/+14
2016-09-23cfq: fix starvation of asynchronous writesGlauber Costa1-3/+10
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe1-1/+1
2016-09-22blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig1-13/+1
2016-09-22blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe1-14/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-1/+2
2016-09-21blk-mq: register device instead of diskMatias Bjørling2-12/+9
2016-09-19blk-throttle: Extend slice if throttle group is not emptyVivek Goyal1-2/+4
2016-09-19block/softirq: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+10
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval2-9/+0
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval2-19/+15
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval4-40/+20
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval5-469/+153
2016-09-16blk-mq: account higher order dispatchJens Axboe2-7/+14
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer1-4/+12
2016-09-14block: remove remnant refs to hardsectLinus Walleij1-1/+1
2016-09-14block: enable zeroing of io_poll statisticsStephen Bates1-1/+10
2016-09-14block: add poll_considered statisticStephen Bates2-3/+9
2016-08-29blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe1-1/+4
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe2-6/+5
2016-08-29block: add kblockd_schedule_work_on()Jens Axboe1-0/+6
2016-08-24blk-mq: improve warning for running a queue on the wrong CPUJens Axboe1-2/+3
2016-08-24blk-mq: don't overwrite rq->mq_ctxJens Axboe1-39/+16
2016-08-24block: make sure a big bio is split into at most 256 bvecsMing Lei1-0/+22
2016-08-16block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-08-16block: Fix secure eraseAdrian Hunter3-25/+31
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe7-32/+32
2016-08-04blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe1-4/+8
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-1/+1
2016-08-04blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi1-1/+14
2016-08-04block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente1-0/+15
2016-08-04blkcg: kill unused field nr_undestroyed_grpsHou Tao1-5/+0
2016-08-04block: remove BLK_DEV_DAX config optionRoss Zwisler1-13/+0
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-137/+168
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds16-312/+434
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2016-07-20block: Fix front merge checkDamien Le Moal1-3/+3
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan4-16/+29
2016-07-20block: Fix spelling in a source code commentBart Van Assche1-1/+1
2016-07-20block: expose QUEUE_FLAG_DAX in sysfsYigal Korman1-0/+11
2016-07-20block: unexport various bio mapping helpersChristoph Hellwig1-3/+0
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig1-57/+0
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig3-13/+16
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2-5/+11
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig2-19/+22
2016-07-20block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig1-1/+1
2016-07-20block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig1-6/+11