summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
* | | | | | xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3
* | | | | | lightnvm/pblk-read: use bio_clone_fast()NeilBrown2017-06-183-2/+13
* | | | | | pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-2/+10
* | | | | | drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-183-1/+13
* | | | | | rbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-1/+15
* | | | | | block: Improvements to bounce-buffer handlingNeilBrown2017-06-182-16/+30
* | | | | | blk: use non-rescuing bioset for q->bio_split.NeilBrown2017-06-181-2/+1
* | | | | | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-188-10/+30
* | | | | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-1818-57/+45
* | | | | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-1814-20/+18
* | | | | | blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig2017-06-182-47/+27
* | | | | | blk-mq-sched: unify request prepare methodsChristoph Hellwig2017-06-184-37/+31
* | | | | | blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig2017-06-183-28/+17
* | | | | | bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig2017-06-181-10/+5
* | | | | | blk-mq: streamline blk_mq_get_requestChristoph Hellwig2017-06-181-14/+14
* | | | | | blk-mq: simplify blk_mq_free_requestChristoph Hellwig2017-06-182-38/+15
* | | | | | blk-mq-sched: unify request finished methodsChristoph Hellwig2017-06-184-17/+11
* | | | | | blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig2017-06-183-26/+8
* | | | | | blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig2017-06-183-73/+67
* | | | | | blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig2017-06-182-5/+2
* | | | | | loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown2017-06-181-1/+7
* | | | | | Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe2017-06-1689-936/+1176
|\ \ \ \ \ \
| * | | | | | nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer2017-06-163-1/+11
| * | | | | | nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg2017-06-151-1/+2
| * | | | | | nvme: no need to wait for the reset when keepalive failsChristoph Hellwig2017-06-151-1/+1
| * | | | | | nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-156-111/+47
| * | | | | | nvme-pci: merge init_request methodsChristoph Hellwig2017-06-151-15/+3
| * | | | | | nvme-loop: merge init_request methodsChristoph Hellwig2017-06-151-9/+4
| * | | | | | nvme-fc: merge init_request methodsChristoph Hellwig2017-06-151-13/+3
| * | | | | | nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig2017-06-151-32/+11
| * | | | | | nvme: move protection information check into nvme_setup_rwChristoph Hellwig2017-06-152-15/+14
| * | | | | | nvme: mark shutdown_timeout staticChristoph Hellwig2017-06-152-5/+2
| * | | | | | nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter2017-06-151-0/+2
| * | | | | | nvmf: keep track of nvmet connect error statusGuan Junxiong2017-06-151-0/+18
| * | | | | | nvme: add fields into identify controller data structureGuan Junxiong2017-06-151-2/+8
| * | | | | | nvmet-fc: Remove a set-but-not-used variableBart Van Assche2017-06-151-2/+0
| * | | | | | nvme: use ctrl->device consistently for loggingJohannes Thumshirn2017-06-151-5/+5
| * | | | | | nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn2017-06-152-0/+41
| * | | | | | nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn2017-06-151-0/+31
| * | | | | | nvmet: implement namespace identify descriptor listJohannes Thumshirn2017-06-153-1/+64
| * | | | | | nvme: provide UUID value to userspaceJohannes Thumshirn2017-06-151-1/+24
| * | | | | | nvme: get list of namespace descriptorsJohannes Thumshirn2017-06-152-0/+80
| * | | | | | nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn2017-06-152-6/+6
| * | | | | | nvme: introduce NVMe Namespace Identification Descriptor structuresJohannes Thumshirn2017-06-151-0/+17
| * | | | | | nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-155-6/+8
| * | | | | | scatterlist: add sg_zero_buffer() helperJohannes Thumshirn2017-06-152-0/+37
| * | | | | | nvme-pci: remove redundant includesSagi Grimberg2017-06-151-13/+0
| * | | | | | nvme-pci: Remove watchdog timerKeith Busch2017-06-151-67/+56
| * | | | | | nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideXu Yu2017-06-152-22/+44