summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | cifs: Convert to separately allocated bdiJan Kara2017-04-203-12/+6Star
| * | ceph: Convert to separately allocated bdiJan Kara2017-04-204-28/+17Star
| * | btrfs: Convert to separately allocated bdiJan Kara2017-04-203-30/+14Star
| * | 9p: Convert to separately allocated bdiJan Kara2017-04-203-13/+13
| * | lustre: Convert to separately allocated bdiJan Kara2017-04-202-25/+3Star
| * | fs: Get proper reference for s_bdiJan Kara2017-04-201-5/+2Star
| * | fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara2017-04-203-1/+56
| * | bdi: Export bdi_alloc_node() and bdi_put()Jan Kara2017-04-201-0/+2
| * | block: Unregister bdi on last reference dropJan Kara2017-04-201-0/+2
| * | bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara2017-04-202-5/+21
| * | blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=nJens Axboe2017-04-201-7/+15
| * | bfq: fix compile error if CONFIG_CGROUPS=nJens Axboe2017-04-201-3/+2Star
| * | block, bfq: don't dereference bic before null checking itColin Ian King2017-04-201-2/+2
| * | ligtnvm: fix double blk_put_queue on same queueRakesh Pandit2017-04-201-0/+1
| * | block: Optimize ioprio_best()Bart Van Assche2017-04-201-11/+1Star
| * | block: Inline blk_rq_set_prio()Bart Van Assche2017-04-202-15/+6Star
| * | lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-201-5/+1Star
| * | null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-201-8/+1Star
| * | 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/+2Star
| * | block: remove blk_end_request_curChristoph Hellwig2017-04-192-19/+0Star
| * | block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig2017-04-192-41/+0Star
| * | block: remove the osdblk driverChristoph Hellwig2017-04-193-710/+0Star
| * | 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/+23Star
| * | 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/+6Star
| * | 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/+41Star
| * | 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