Age | Commit message (Expand) | Author |
2017-04-19 | block, bfq: split bfq-iosched.c into multiple source files | Paolo Valente |
2017-04-19 | block, bfq: remove all get and put of I/O contexts | Paolo Valente |
2017-04-19 | block, bfq: handle bursts of queue activations | Arianna Avanzini |
2017-04-19 | block, bfq: boost the throughput with random I/O on NCQ-capable HDDs | Paolo Valente |
2017-04-19 | block, bfq: boost the throughput on NCQ-capable flash-based devices | Paolo Valente |
2017-04-19 | block, bfq: reduce idling only in symmetric scenarios | Arianna Avanzini |
2017-04-19 | block, bfq: add Early Queue Merge (EQM) | Arianna Avanzini |
2017-04-19 | block, bfq: reduce latency during request-pool saturation | Paolo Valente |
2017-04-19 | block, bfq: preserve a low latency also with NCQ-capable drives | Paolo Valente |
2017-04-19 | block, bfq: reduce I/O latency for soft real-time applications | Paolo Valente |
2017-04-19 | block, bfq: improve responsiveness | Paolo Valente |
2017-04-19 | block, bfq: add more fairness with writes and slow processes | Paolo Valente |
2017-04-19 | block, bfq: modify the peak-rate estimator | Paolo Valente |
2017-04-19 | block, bfq: improve throughput boosting | Paolo Valente |
2017-04-19 | block, bfq: add full hierarchical scheduling and cgroups support | Arianna Avanzini |
2017-04-19 | block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler | Paolo Valente |
2017-04-19 | nbd: set the max segment size to UINT_MAX | Josef Bacik |
2017-04-19 | Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker... | Jens Axboe |
2017-04-18 | blkfront: add uevent for size change | Marc Olson |
2017-04-17 | nbd: add a flag to destroy an nbd device on disconnect | Josef Bacik |
2017-04-17 | nbd: add device refcounting | Josef Bacik |
2017-04-17 | nbd: add a status netlink command | Josef Bacik |
2017-04-17 | nbd: handle dead connections | Josef Bacik |
2017-04-17 | nbd: only clear the queue on device teardown | Josef Bacik |
2017-04-17 | nbd: multicast dead link notifications | Josef Bacik |
2017-04-17 | nbd: add a reconfigure netlink command | Josef Bacik |
2017-04-17 | nbd: add a basic netlink interface | Josef Bacik |
2017-04-17 | nbd: stop using the bdev everywhere | Josef Bacik |
2017-04-17 | nbd: separate out the config information | Josef Bacik |
2017-04-17 | nbd: handle single path failures gracefully | Josef Bacik |
2017-04-17 | nbd: put socket in error cases | Josef Bacik |
2017-04-16 | lightnvm: fix some error code in pblk-init.c | Dan Carpenter |
2017-04-16 | lightnvm: fix some WARN() messages | Dan Carpenter |
2017-04-16 | lightnvm: pblk-gc: fix an error pointer dereference in init | Dan Carpenter |
2017-04-16 | lightnvm: physical block device (pblk) target | Javier González |
2017-04-16 | lightnvm: convert sprintf into strlcpy | Javier González |
2017-04-16 | lightnvm: fix type checks on rrpc | Javier González |
2017-04-16 | lightnvm: clean unused variable | Javier González |
2017-04-16 | lightnvm: make nvm_free static | Javier González |
2017-04-16 | lightnvm: allow to init targets on factory mode | Javier González |
2017-04-16 | lightnvm: bad type conversion for nvme control bits | Javier González |
2017-04-16 | lightnvm: fix cleanup order of disk on init error | Javier González |
2017-04-16 | lightnvm: double-clear of dev->lun_map on target init error | Javier González |
2017-04-16 | lightnvm: don't check for failure from mempool_alloc() | NeilBrown |
2017-04-16 | lightnvm: enable nvme size compile asserts | Matias Bjørling |
2017-04-16 | lightnvm: free reverse device map | Javier González |
2017-04-16 | lightnvm: rename scrambler controller hint | Javier González |
2017-04-16 | lightnvm: submit erases using the I/O path | Javier González |
2017-04-16 | nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify | Scott Bauer |
2017-04-16 | lightnvm: Fix error handling | Christophe JAILLET |