Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2017-04-16 | lightnvm: fix cleanup order of disk on init error | Javier González | 1 | -7/+7 |
2017-04-16 | lightnvm: double-clear of dev->lun_map on target init error | Javier González | 1 | -7/+10 |
2017-04-16 | lightnvm: don't check for failure from mempool_alloc() | NeilBrown | 1 | -9/+0 |
2017-04-16 | lightnvm: enable nvme size compile asserts | Matias Bjørling | 1 | -2/+4 |
2017-04-16 | lightnvm: free reverse device map | Javier González | 1 | -1/+13 |
2017-04-16 | lightnvm: rename scrambler controller hint | Javier González | 1 | -1/+1 |
2017-04-16 | lightnvm: submit erases using the I/O path | Javier González | 4 | -50/+47 |
2017-04-16 | nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify | Scott Bauer | 1 | -1/+1 |
2017-04-16 | lightnvm: Fix error handling | Christophe JAILLET | 1 | -2/+4 |
2017-04-14 | net: off by one in inet6_pton() | Dan Carpenter | 1 | -1/+1 |
2017-04-14 | blk-mq: introduce Kyber multiqueue I/O scheduler | Omar Sandoval | 4 | -0/+743 |
2017-04-14 | blk-mq-sched: make completed_request() callback more useful | Omar Sandoval | 3 | -10/+8 |
2017-04-14 | blk-mq: export helpers | Omar Sandoval | 2 | -0/+3 |
2017-04-14 | blk-mq: add shallow depth option for blk_mq_get_tag() | Omar Sandoval | 2 | -1/+5 |
2017-04-14 | sbitmap: add sbitmap_get_shallow() operation | Omar Sandoval | 2 | -7/+123 |
2017-04-14 | remove the mg_disk driver | Christoph Hellwig | 5 | -1257/+0 |
2017-04-11 | block: Fix list corruption of blk stats callback list | Jan Kara | 1 | -8/+4 |
2017-04-11 | blk-mq: Show symbolic names for hctx state and flags | Bart Van Assche | 1 | -3/+34 |
2017-04-11 | blk-mq: Export queue state through /sys/kernel/debug/block/*/state | Bart Van Assche | 1 | -0/+106 |
2017-04-08 | scsi: sd: Remove LBPRZ dependency for discards | Martin K. Petersen | 1 | -19/+6 |
2017-04-08 | scsi: sd: Separate zeroout and discard command choices | Martin K. Petersen | 2 | -3/+61 |
2017-04-08 | block: remove the discard_zeroes_data flag | Christoph Hellwig | 23 | -124/+27 |
2017-04-08 | drbd: implement REQ_OP_WRITE_ZEROES | Christoph Hellwig | 5 | -7/+15 |