summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13225-3091/+14275
|\
| * blk-stat: fix a few cases of missing batch flushingJens Axboe2016-12-091-0/+8
| * blk-flush: run the queue when inserting blk-mq flushJens Axboe2016-12-091-1/+1
| * elevator: make the rqhash helpers exportedJens Axboe2016-12-092-4/+9
| * blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe2016-12-092-38/+48
| * blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe2016-12-092-7/+13
| * block: improve handling of the magic discard payloadChristoph Hellwig2016-12-0913-138/+76
| * blk-wbt: don't throttle discard or write zeroesChristoph Hellwig2016-12-091-3/+2
| * 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
| * Merge branch 'nvmf-4.10' of git://git.infradead.org/nvme-fabrics into for-4.1...Jens Axboe2016-12-0624-34/+7313
| |\
| | * nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart2016-12-064-0/+1164
| | * nvme-fabrics: Add target support for FC transportJames Smart2016-12-064-0/+2302
| | * nvme-fabrics: Add host support for FC transportJames Smart2016-12-064-0/+2607
| | * nvme-fabrics: Add FC transport LLDD api definitionsJames Smart2016-12-062-0/+852
| | * nvme-fabrics: Add FC transport FC-NVME definitionsJames Smart2016-12-062-0/+274
| | * nvme-fabrics: Add FC transport error codes to nvme.hJames Smart2016-12-061-0/+13
| | * Add type 0x28 NVME type code to scsi fc headersJames Smart2016-12-061-0/+2
| | * 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
| | * parser: add u64 number parserJames Smart2016-12-062-0/+48
| | * 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
| * | blk-mq: blk_account_io_start() takes a boolJens Axboe2016-12-051-1/+1
| * | block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange2016-12-051-0/+1
| |/
| * 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
| * blk-stat: fix a typoShaohua Li2016-12-021-1/+1
| * block: factor out req_set_nomergeRitesh Harjani2016-12-011-9/+10
| * block: protect iterate_bdevs() against concurrent closeRabin Vincent2016-12-011-1/+6
| * 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
| * nvme.h: add Write Zeroes definitionsChaitanya Kulkarni2016-12-011-0/+20
| * block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-0111-19/+153
| * block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni2016-12-012-34/+84
| * block: Check partition alignment on zoned block devicesDamien Le Moal2016-12-011-0/+65
| * lightnvm: transform target get/set bad blockJavier González2016-11-294-11/+85
| * lightnvm: use target nvm on target-specific ops.Javier González2016-11-294-16/+21
| * lightnvm: introduce max_phys_sects helper functionJavier González2016-11-292-0/+9
| * lightnvm: introduce helpers for generic ops in rrpcJavier González2016-11-294-19/+35
| * lightnvm: eliminate nvm_lun abstraction in mmJavier González2016-11-297-164/+419