| Commit message (Expand) | Author | Files | Lines |
2017-04-20 | block: Inline blk_rq_set_prio() | Bart Van Assche | 2 | -15/+6 |
2017-04-20 | lightnvm: Use blk_init_request_from_bio() instead of open-coding it | Bart Van Assche | 1 | -5/+1 |
2017-04-20 | null_blk: Use blk_init_request_from_bio() instead of open-coding it | Bart Van Assche | 1 | -8/+1 |
2017-04-20 | 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-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 |
2017-04-17 | nbd: add device refcounting | Josef Bacik | 1 | -18/+86 |
2017-04-17 | nbd: add a status netlink command | Josef Bacik | 2 | -0/+133 |
2017-04-17 | nbd: handle dead connections | Josef Bacik | 2 | -4/+60 |
2017-04-17 | nbd: only clear the queue on device teardown | Josef Bacik | 1 | -1/+3 |
2017-04-17 | nbd: multicast dead link notifications | Josef Bacik | 2 | -14/+81 |
2017-04-17 | nbd: add a reconfigure netlink command | Josef Bacik | 2 | -0/+142 |
2017-04-17 | nbd: add a basic netlink interface | Josef Bacik | 2 | -26/+359 |
2017-04-17 | nbd: stop using the bdev everywhere | Josef Bacik | 1 | -55/+37 |
2017-04-17 | nbd: separate out the config information | Josef Bacik | 1 | -174/+263 |
2017-04-17 | nbd: handle single path failures gracefully | Josef Bacik | 1 | -26/+125 |
2017-04-17 | nbd: put socket in error cases | Josef Bacik | 1 | -2/+7 |
2017-04-16 | lightnvm: fix some error code in pblk-init.c | Dan Carpenter | 1 | -6/+14 |
2017-04-16 | lightnvm: fix some WARN() messages | Dan Carpenter | 3 | -8/+8 |
2017-04-16 | lightnvm: pblk-gc: fix an error pointer dereference in init | Dan Carpenter | 1 | -2/+2 |
2017-04-16 | lightnvm: physical block device (pblk) target | Javier González | 15 | -0/+8044 |
2017-04-16 | lightnvm: convert sprintf into strlcpy | Javier González | 1 | -3/+3 |
2017-04-16 | lightnvm: fix type checks on rrpc | Javier González | 1 | -2/+2 |
2017-04-16 | lightnvm: clean unused variable | Javier González | 1 | -3/+0 |
2017-04-16 | lightnvm: make nvm_free static | Javier González | 1 | -1/+1 |
2017-04-16 | lightnvm: allow to init targets on factory mode | Javier González | 4 | -5/+19 |
2017-04-16 | lightnvm: bad type conversion for nvme control bits | Javier González | 1 | -1/+1 |