Age | Commit message (Expand) | Author | Files | Lines |
2017-04-20 | exofs: Convert to separately allocated bdi | Jan Kara | 2 | -12/+6 |
2017-04-20 | coda: Convert to separately allocated bdi | Jan Kara | 2 | -8/+4 |
2017-04-20 | mtd: Convert to dynamically allocated bdi infrastructure | Jan Kara | 3 | -17/+18 |
2017-04-20 | afs: Convert to separately allocated bdi | Jan Kara | 3 | -10/+4 |
2017-04-20 | ecryptfs: Convert to separately allocated bdi | Jan Kara | 2 | -4/+1 |
2017-04-20 | cifs: Convert to separately allocated bdi | Jan Kara | 3 | -12/+6 |
2017-04-20 | ceph: Convert to separately allocated bdi | Jan Kara | 4 | -28/+17 |
2017-04-20 | btrfs: Convert to separately allocated bdi | Jan Kara | 3 | -30/+14 |
2017-04-20 | 9p: Convert to separately allocated bdi | Jan Kara | 3 | -13/+13 |
2017-04-20 | lustre: Convert to separately allocated bdi | Jan Kara | 2 | -25/+3 |
2017-04-20 | fs: Get proper reference for s_bdi | Jan Kara | 1 | -5/+2 |
2017-04-20 | fs: Provide infrastructure for dynamic BDIs in filesystems | Jan Kara | 3 | -1/+56 |
2017-04-20 | bdi: Export bdi_alloc_node() and bdi_put() | Jan Kara | 1 | -0/+2 |
2017-04-20 | block: Unregister bdi on last reference drop | Jan Kara | 1 | -0/+2 |
2017-04-20 | bdi: Provide bdi_register_va() and bdi_alloc() | Jan Kara | 2 | -5/+21 |
2017-04-20 | blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n | Jens Axboe | 1 | -7/+15 |
2017-04-20 | bfq: fix compile error if CONFIG_CGROUPS=n | Jens Axboe | 1 | -3/+2 |
2017-04-20 | block, bfq: don't dereference bic before null checking it | Colin Ian King | 1 | -2/+2 |
2017-04-20 | ligtnvm: fix double blk_put_queue on same queue | Rakesh Pandit | 1 | -0/+1 |
2017-04-19 | block: Optimize ioprio_best() | Bart Van Assche | 1 | -11/+1 |
2017-04-19 | block: Inline blk_rq_set_prio() | Bart Van Assche | 2 | -15/+6 |
2017-04-19 | lightnvm: Use blk_init_request_from_bio() instead of open-coding it | Bart Van Assche | 1 | -5/+1 |
2017-04-19 | null_blk: Use blk_init_request_from_bio() instead of open-coding it | Bart Van Assche | 1 | -8/+1 |
2017-04-19 | block: Export blk_init_request_from_bio() | Bart Van Assche | 4 | -4/+5 |
2017-04-19 | lightnvm: assume 64-bit lba numbers | Arnd Bergmann | 1 | -1/+1 |
2017-04-19 | block: make __blk_end_bidi_request private | Christoph Hellwig | 3 | -4/+2 |
2017-04-19 | block: remove blk_end_request_cur | Christoph Hellwig | 2 | -19/+0 |
2017-04-19 | block: remove blk_end_request_err and __blk_end_request_err | Christoph Hellwig | 2 | -41/+0 |
2017-04-19 | block: remove the osdblk driver | Christoph Hellwig | 3 | -710/+0 |
2017-04-19 | block: Make writeback throttling defaults consistent for SQ devices | Jan Kara | 4 | -18/+27 |
2017-04-19 | block, bfq: split bfq-iosched.c into multiple source files | Paolo Valente | 5 | -3625/+3738 |
2017-04-19 | block, bfq: remove all get and put of I/O contexts | Paolo Valente | 1 | -120/+23 |
2017-04-19 | block, bfq: handle bursts of queue activations | Arianna Avanzini | 1 | -15/+389 |
2017-04-19 | block, bfq: boost the throughput with random I/O on NCQ-capable HDDs | Paolo Valente | 1 | -10/+6 |
2017-04-19 | block, bfq: boost the throughput on NCQ-capable flash-based devices | Paolo Valente | 1 | -48/+106 |
2017-04-19 | block, bfq: reduce idling only in symmetric scenarios | Arianna Avanzini | 1 | -7/+280 |
2017-04-19 | block, bfq: add Early Queue Merge (EQM) | Arianna Avanzini | 1 | -41/+840 |
2017-04-19 | block, bfq: reduce latency during request-pool saturation | Paolo Valente | 1 | -3/+63 |
2017-04-19 | block, bfq: preserve a low latency also with NCQ-capable drives | Paolo Valente | 1 | -1/+2 |
2017-04-19 | block, bfq: reduce I/O latency for soft real-time applications | Paolo Valente | 1 | -19/+323 |
2017-04-19 | block, bfq: improve responsiveness | Paolo Valente | 2 | -74/+675 |
2017-04-19 | block, bfq: add more fairness with writes and slow processes | Paolo Valente | 1 | -35/+85 |
2017-04-19 | block, bfq: modify the peak-rate estimator | Paolo Valente | 1 | -125/+372 |
2017-04-19 | block, bfq: improve throughput boosting | Paolo Valente | 1 | -46/+41 |
2017-04-19 | block, bfq: add full hierarchical scheduling and cgroups support | Arianna Avanzini | 4 | -312/+2141 |
2017-04-19 | block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler | Paolo Valente | 5 | -0/+4697 |
2017-04-19 | nbd: set the max segment size to UINT_MAX | Josef Bacik | 1 | -0/+1 |
2017-04-19 | Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker... | Jens Axboe | 1 | -0/+3 |
2017-04-18 | blkfront: add uevent for size change | Marc Olson | 1 | -0/+3 |
2017-04-17 | nbd: add a flag to destroy an nbd device on disconnect | Josef Bacik | 2 | -1/+35 |