aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara6-11/+1
2017-04-20ubifs: Convert to separately allocated bdiJan Kara2-19/+9
2017-04-20nfs: Convert to separately allocated bdiJan Kara5-36/+28
2017-04-20ncpfs: Convert to separately allocated bdiJan Kara2-7/+2
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara1-1/+2
2017-04-20gfs2: Convert to properly refcounting bdiJan Kara1-6/+3
2017-04-20fuse: Get rid of bdi_initializedJan Kara3-8/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara3-36/+17
2017-04-20exofs: Convert to separately allocated bdiJan Kara2-12/+6
2017-04-20coda: Convert to separately allocated bdiJan Kara2-8/+4
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara3-17/+18
2017-04-20afs: Convert to separately allocated bdiJan Kara3-10/+4
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara2-4/+1
2017-04-20cifs: Convert to separately allocated bdiJan Kara3-12/+6
2017-04-20ceph: Convert to separately allocated bdiJan Kara4-28/+17
2017-04-20btrfs: Convert to separately allocated bdiJan Kara3-30/+14
2017-04-209p: Convert to separately allocated bdiJan Kara3-13/+13
2017-04-20lustre: Convert to separately allocated bdiJan Kara2-25/+3
2017-04-20fs: Get proper reference for s_bdiJan Kara1-5/+2
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara3-1/+56
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara1-0/+2
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