summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* cfq: fix starvation of asynchronous writesGlauber Costa2016-09-231-3/+10
* blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2016-09-221-1/+1
* blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig2016-09-221-13/+1
* blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe2016-09-221-14/+2
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-221-1/+2
* blk-mq: register device instead of diskMatias Bjørling2016-09-212-12/+9
* sbitmap: randomize initial alloc_hint valuesOmar Sandoval2016-09-172-9/+0
* sbitmap: push alloc policy into sbitmap_queueOmar Sandoval2016-09-172-19/+15
* sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-174-40/+20
* blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-175-469/+153
* blk-mq: account higher order dispatchJens Axboe2016-09-162-7/+14
* blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-4/+12
* block: remove remnant refs to hardsectLinus Walleij2016-09-141-1/+1
* block: enable zeroing of io_poll statisticsStephen Bates2016-09-141-1/+10
* block: add poll_considered statisticStephen Bates2016-09-142-3/+9
* blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe2016-08-291-1/+4
* blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-292-6/+5
* block: add kblockd_schedule_work_on()Jens Axboe2016-08-291-0/+6
* blk-mq: improve warning for running a queue on the wrong CPUJens Axboe2016-08-241-2/+3
* blk-mq: don't overwrite rq->mq_ctxJens Axboe2016-08-241-39/+16
* block: make sure a big bio is split into at most 256 bvecsMing Lei2016-08-241-0/+22
* block: Fix race triggered by blk_set_queue_dying()Bart Van Assche2016-08-161-1/+3
* block: Fix secure eraseAdrian Hunter2016-08-163-25/+31
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-077-32/+32
* blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe2016-08-041-4/+8
* block: fix bdi vs gendisk lifetime mismatchDan Williams2016-08-041-1/+1
* blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi2016-08-041-1/+14
* block: fix use-after-free in seq fileVegard Nossum2016-08-041-0/+1
* block: add missing group association in bio-cloning functionsPaolo Valente2016-08-041-0/+15
* blkcg: kill unused field nr_undestroyed_grpsHou Tao2016-08-041-5/+0
* block: remove BLK_DEV_DAX config optionRoss Zwisler2016-08-041-13/+0
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2610-137/+168
|\
| * block: unexport various bio mapping helpersChristoph Hellwig2016-07-201-3/+0
| * scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-201-57/+0
| * block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-203-13/+16
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-202-5/+11
| * block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-202-19/+22
| * block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig2016-07-201-1/+1
| * block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig2016-07-201-6/+11
| * Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-07-081-9/+9
| |\
| | * block: remove ->driverfs_devDan Williams2016-06-271-7/+2
| | * block: introduce device_add_disk()Dan Williams2016-06-151-6/+11
| * | blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg2016-07-081-0/+26
| * | block: Export blk_pollSagi Grimberg2016-07-051-0/+1
| * | blk-mq: add blk_mq_alloc_request_hctxMing Lin2016-07-051-0/+39
| |/
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-093-25/+33
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2616-312/+434
|\ \
| * | block: Fix front merge checkDamien Le Moal2016-07-201-3/+3
| * | block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-204-16/+29
| * | block: Fix spelling in a source code commentBart Van Assche2016-07-201-1/+1