aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-20block: Unregister bdi on last reference dropJan Kara1-0/+2
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara2-5/+21
2017-04-20blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=nJens Axboe1-7/+15
2017-04-20bfq: fix compile error if CONFIG_CGROUPS=nJens Axboe1-3/+2
2017-04-20block, bfq: don't dereference bic before null checking itColin Ian King1-2/+2
2017-04-20ligtnvm: fix double blk_put_queue on same queueRakesh Pandit1-0/+1
2017-04-19block: Optimize ioprio_best()Bart Van Assche1-11/+1
2017-04-19block: Inline blk_rq_set_prio()Bart Van Assche2-15/+6
2017-04-19lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-5/+1
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-8/+1
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche4-4/+5
2017-04-19lightnvm: assume 64-bit lba numbersArnd Bergmann1-1/+1
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig3-4/+2
2017-04-19block: remove blk_end_request_curChristoph Hellwig2-19/+0
2017-04-19block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig2-41/+0
2017-04-19block: remove the osdblk driverChristoph Hellwig3-710/+0
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara4-18/+27
2017-04-19block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente5-3625/+3738
2017-04-19block, bfq: remove all get and put of I/O contextsPaolo Valente1-120/+23
2017-04-19block, bfq: handle bursts of queue activationsArianna Avanzini1-15/+389
2017-04-19block, bfq: boost the throughput with random I/O on NCQ-capable HDDsPaolo Valente1-10/+6
2017-04-19block, bfq: boost the throughput on NCQ-capable flash-based devicesPaolo Valente1-48/+106
2017-04-19block, bfq: reduce idling only in symmetric scenariosArianna Avanzini1-7/+280
2017-04-19block, bfq: add Early Queue Merge (EQM)Arianna Avanzini1-41/+840
2017-04-19block, bfq: reduce latency during request-pool saturationPaolo Valente1-3/+63
2017-04-19block, bfq: preserve a low latency also with NCQ-capable drivesPaolo Valente1-1/+2
2017-04-19block, bfq: reduce I/O latency for soft real-time applicationsPaolo Valente1-19/+323
2017-04-19block, bfq: improve responsivenessPaolo Valente2-74/+675
2017-04-19block, bfq: add more fairness with writes and slow processesPaolo Valente1-35/+85
2017-04-19block, bfq: modify the peak-rate estimatorPaolo Valente1-125/+372
2017-04-19block, bfq: improve throughput boostingPaolo Valente1-46/+41
2017-04-19block, bfq: add full hierarchical scheduling and cgroups supportArianna Avanzini4-312/+2141
2017-04-19block, bfq: introduce the BFQ-v0 I/O scheduler as an extra schedulerPaolo Valente5-0/+4697
2017-04-19nbd: set the max segment size to UINT_MAXJosef Bacik1-0/+1
2017-04-19Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-4.12/blockJens Axboe1-0/+3
2017-04-18blkfront: add uevent for size changeMarc Olson1-0/+3
2017-04-17nbd: add a flag to destroy an nbd device on disconnectJosef Bacik2-1/+35
2017-04-17nbd: add device refcountingJosef Bacik1-18/+86
2017-04-17nbd: add a status netlink commandJosef Bacik2-0/+133
2017-04-17nbd: handle dead connectionsJosef Bacik2-4/+60
2017-04-17nbd: only clear the queue on device teardownJosef Bacik1-1/+3
2017-04-17nbd: multicast dead link notificationsJosef Bacik2-14/+81
2017-04-17nbd: add a reconfigure netlink commandJosef Bacik2-0/+142
2017-04-17nbd: add a basic netlink interfaceJosef Bacik2-26/+359
2017-04-17nbd: stop using the bdev everywhereJosef Bacik1-55/+37
2017-04-17nbd: separate out the config informationJosef Bacik1-174/+263
2017-04-17nbd: handle single path failures gracefullyJosef Bacik1-26/+125
2017-04-17nbd: put socket in error casesJosef Bacik1-2/+7
2017-04-16lightnvm: fix some error code in pblk-init.cDan Carpenter1-6/+14
2017-04-16lightnvm: fix some WARN() messagesDan Carpenter3-8/+8