summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-1394-2000/+8859
|\
| * block: improve handling of the magic discard payloadChristoph Hellwig2016-12-097-56/+41
| * nbd: use dev_err_ratelimited in io pathJosef Bacik2016-12-081-11/+12
| * nbd: reset the setup task for NBD_CLEAR_SOCKJosef Bacik2016-12-081-0/+1
| * nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart2016-12-063-0/+1163
| * nvme-fabrics: Add target support for FC transportJames Smart2016-12-063-0/+2301
| * nvme-fabrics: Add host support for FC transportJames Smart2016-12-063-0/+2606
| * nvme-fabrics: patch target code in prep for FC transport supportJames Smart2016-12-061-0/+14
| * nvme-fabrics: set sqe.command_id in core not transportsJames Smart2016-12-064-4/+2
| * nvme-rdma: align to generic ib_event logging helperMax Gurtovoy2016-12-061-1/+3
| * nvmet-rdma: align to generic ib_event logging helperMax Gurtovoy2016-12-061-1/+2
| * nvme-rdma: remove redundant defineSagi Grimberg2016-12-061-1/+0
| * nvme-fabrics: Adjust source code indentationBart Van Assche2016-12-061-1/+1
| * nvme/scsi: Remove set-but-not-used variablesBart Van Assche2016-12-061-9/+2
| * nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander2016-12-063-14/+12
| * nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error pathBart Van Assche2016-12-061-2/+1
| * nvme-fabrics: Fix memory leaks in nvmf_parse_options()Bart Van Assche2016-12-061-0/+2
| * nvme-rdma: force queue size to respect controller capabilitySamuel Jones2016-12-061-0/+8
| * nvmet-rdma: Fix REJ status codeBart Van Assche2016-12-061-1/+4
| * nbd: fix 64-bit divisionJens Axboe2016-12-031-1/+1
| * nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik2016-12-021-4/+4
| * block: mtip32xx: set error code on failurePan Bian2016-12-011-1/+3
| * nvmet: add support for the Write Zeroes commandChaitanya Kulkarni2016-12-012-1/+31
| * nvme: add support for the Write Zeroes commandChaitanya Kulkarni2016-12-011-0/+21
| * lightnvm: transform target get/set bad blockJavier González2016-11-293-8/+73
| * lightnvm: use target nvm on target-specific ops.Javier González2016-11-293-13/+18
| * lightnvm: introduce max_phys_sects helper functionJavier González2016-11-291-0/+8
| * lightnvm: introduce helpers for generic ops in rrpcJavier González2016-11-293-15/+34
| * lightnvm: eliminate nvm_lun abstraction in mmJavier González2016-11-296-145/+397
| * lightnvm: eliminate nvm_block abstraction on mmJavier González2016-11-294-283/+189
| * lightnvm: remove debug lun statistics from gennvmJavier González2016-11-291-19/+0
| * lightnvm: remove get_lun operation on gennvmJavier González2016-11-292-24/+12
| * lightnvm: move block provisioning to targetsJavier González2016-11-296-230/+299
| * lightnvm: manage lun partitions internally in mmJavier González2016-11-292-20/+49
| * lightnvm: remove gen_lun abstractionJavier González2016-11-292-58/+43
| * lightnvm: use constant name instead of valueJavier González2016-11-291-1/+1
| * lightnvm: remove unnecessary variables in rrpcJavier González2016-11-292-9/+0
| * lightnvm: make address conversion functions globalJavier González2016-11-291-30/+0
| * lightnvm: remove sysfs configuration interfaceJavier González2016-11-291-134/+0
| * lightnvm: rrpc: split bios of size > 256kbJavier González2016-11-291-0/+2
| * lightnvm: export set bad block tableJavier González2016-11-294-49/+65
| * lightnvm: do not protect block 0Javier González2016-11-291-6/+0
| * lightnvm: enable to send hint to erase commandJavier González2016-11-295-9/+12
| * nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling2016-11-297-296/+197
| * nvme: lightnvm: frees wrong cmd structureMatias Bjørling2016-11-291-1/+1
| * nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe2016-11-221-2/+5
| * nbd: add multi-connection supportJosef Bacik2016-11-221-144/+238
| * bcache: debug: avoid accessing .bi_io_vec directlyMing Lei2016-11-221-3/+8
| * target: avoid accessing .bi_vcnt directlyMing Lei2016-11-221-6/+2
| * block: floppy: use bio_add_page()Ming Lei2016-11-221-5/+2