summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Export blk_init_request_from_bio()Bart Van Assche2017-04-204-4/+5
* lightnvm: assume 64-bit lba numbersArnd Bergmann2017-04-191-1/+1
* block: make __blk_end_bidi_request privateChristoph Hellwig2017-04-193-4/+2
* block: remove blk_end_request_curChristoph Hellwig2017-04-192-19/+0
* block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig2017-04-192-41/+0
* block: remove the osdblk driverChristoph Hellwig2017-04-193-710/+0
* block: Make writeback throttling defaults consistent for SQ devicesJan Kara2017-04-194-18/+27
* block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente2017-04-195-3625/+3738
* block, bfq: remove all get and put of I/O contextsPaolo Valente2017-04-191-120/+23
* block, bfq: handle bursts of queue activationsArianna Avanzini2017-04-191-15/+389
* block, bfq: boost the throughput with random I/O on NCQ-capable HDDsPaolo Valente2017-04-191-10/+6
* block, bfq: boost the throughput on NCQ-capable flash-based devicesPaolo Valente2017-04-191-48/+106
* block, bfq: reduce idling only in symmetric scenariosArianna Avanzini2017-04-191-7/+280
* block, bfq: add Early Queue Merge (EQM)Arianna Avanzini2017-04-191-41/+840
* block, bfq: reduce latency during request-pool saturationPaolo Valente2017-04-191-3/+63
* block, bfq: preserve a low latency also with NCQ-capable drivesPaolo Valente2017-04-191-1/+2
* block, bfq: reduce I/O latency for soft real-time applicationsPaolo Valente2017-04-191-19/+323
* block, bfq: improve responsivenessPaolo Valente2017-04-192-74/+675
* block, bfq: add more fairness with writes and slow processesPaolo Valente2017-04-191-35/+85
* block, bfq: modify the peak-rate estimatorPaolo Valente2017-04-191-125/+372
* block, bfq: improve throughput boostingPaolo Valente2017-04-191-46/+41
* block, bfq: add full hierarchical scheduling and cgroups supportArianna Avanzini2017-04-194-312/+2141
* block, bfq: introduce the BFQ-v0 I/O scheduler as an extra schedulerPaolo Valente2017-04-195-0/+4697
* nbd: set the max segment size to UINT_MAXJosef Bacik2017-04-191-0/+1
* Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-04-191-0/+3
|\
| * blkfront: add uevent for size changeMarc Olson2017-04-181-0/+3
|/
* nbd: add a flag to destroy an nbd device on disconnectJosef Bacik2017-04-172-1/+35
* nbd: add device refcountingJosef Bacik2017-04-171-18/+86
* nbd: add a status netlink commandJosef Bacik2017-04-172-0/+133
* nbd: handle dead connectionsJosef Bacik2017-04-172-4/+60
* nbd: only clear the queue on device teardownJosef Bacik2017-04-171-1/+3
* nbd: multicast dead link notificationsJosef Bacik2017-04-172-14/+81
* nbd: add a reconfigure netlink commandJosef Bacik2017-04-172-0/+142
* nbd: add a basic netlink interfaceJosef Bacik2017-04-172-26/+359
* nbd: stop using the bdev everywhereJosef Bacik2017-04-171-55/+37
* nbd: separate out the config informationJosef Bacik2017-04-171-174/+263
* nbd: handle single path failures gracefullyJosef Bacik2017-04-171-26/+125
* nbd: put socket in error casesJosef Bacik2017-04-171-2/+7
* lightnvm: fix some error code in pblk-init.cDan Carpenter2017-04-161-6/+14
* lightnvm: fix some WARN() messagesDan Carpenter2017-04-163-8/+8
* lightnvm: pblk-gc: fix an error pointer dereference in initDan Carpenter2017-04-161-2/+2
* lightnvm: physical block device (pblk) targetJavier González2017-04-1615-0/+8044
* lightnvm: convert sprintf into strlcpyJavier González2017-04-161-3/+3
* lightnvm: fix type checks on rrpcJavier González2017-04-161-2/+2
* lightnvm: clean unused variableJavier González2017-04-161-3/+0
* lightnvm: make nvm_free staticJavier González2017-04-161-1/+1
* lightnvm: allow to init targets on factory modeJavier González2017-04-164-5/+19
* lightnvm: bad type conversion for nvme control bitsJavier González2017-04-161-1/+1
* lightnvm: fix cleanup order of disk on init errorJavier González2017-04-161-7/+7
* lightnvm: double-clear of dev->lun_map on target init errorJavier González2017-04-161-7/+10