Age | Commit message (Expand) | Author | Files | Lines |
2019-04-05 | Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/block | Jens Axboe | 7 | -152/+197 |
2019-04-05 | nvme: log the error status on Identify Namespace failure | Kenneth Heitke | 1 | -1/+1 |
2019-04-05 | nvmet: add safety check for subsystem lock during nvmet_ns_changed | Max Gurtovoy | 1 | -0/+2 |
2019-04-05 | nvmet: never fail double namespace enablement | Max Gurtovoy | 1 | -3/+4 |
2019-04-05 | nvme-pci: tidy up nvme_map_data | Christoph Hellwig | 1 | -12/+5 |
2019-04-05 | nvme-pci: optimize mapping single segment requests using SGLs | Christoph Hellwig | 1 | -0/+22 |
2019-04-05 | nvme-pci: optimize mapping of small single segment requests | Christoph Hellwig | 1 | -5/+40 |
2019-04-05 | nvme-pci: remove the inline scatterlist optimization | Christoph Hellwig | 1 | -32/+6 |
2019-04-05 | nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_data | Christoph Hellwig | 1 | -21/+27 |
2019-04-05 | nvme-pci: do not build a scatterlist to map metadata | Christoph Hellwig | 1 | -13/+10 |
2019-04-05 | nvme-pci: only call nvme_unmap_data for requests transferring data | Christoph Hellwig | 1 | -1/+2 |
2019-04-05 | nvme-pci: merge nvme_free_iod into nvme_unmap_data | Christoph Hellwig | 1 | -27/+17 |
2019-04-05 | nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_data | Christoph Hellwig | 1 | -1/+1 |
2019-04-05 | nvme-pci: remove nvme_init_iod | Christoph Hellwig | 1 | -34/+22 |
2019-04-05 | block: add dma_map_bvec helper | Christoph Hellwig | 1 | -0/+4 |
2019-04-05 | block: add a rq_dma_dir helper | Christoph Hellwig | 1 | -0/+3 |
2019-04-05 | block: add a rq_integrity_vec helper | Christoph Hellwig | 1 | -0/+16 |
2019-04-05 | block: add a req_bvec helper | Christoph Hellwig | 1 | -0/+11 |
2019-04-05 | nvme-pci: remove unused nvme_iod member | Keith Busch | 1 | -2/+0 |
2019-04-05 | nvme-pci: remove q_dmadev from nvme_queue | Keith Busch | 1 | -5/+3 |
2019-04-05 | nvme-pci: use a flag for polled queues | Keith Busch | 1 | -20/+13 |
2019-04-05 | nvmet-tcp: implement C2HData SUCCESS optimization | Sagi Grimberg | 1 | -3/+21 |
2019-04-05 | nvmet-fc: use zero-sized array and struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -5/+2 |
2019-04-05 | nvmet: avoid double errno conversions | Christoph Hellwig | 1 | -4/+2 |
2019-04-05 | nvme: avoid double dereference to convert le to cpu | Max Gurtovoy | 1 | -2/+2 |
2019-04-04 | block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX | Johannes Thumshirn | 2 | -13/+19 |
2019-04-01 | md: batch flush requests. | NeilBrown | 2 | -4/+26 |
2019-04-01 | Revert "MD: fix lock contention for flush bios" | NeilBrown | 2 | -119/+62 |
2019-04-01 | Don't jump to compute_result state from check_result state | Nigel Croxon | 1 | -15/+4 |
2019-04-01 | block: loop: mark bvec as ITER_BVEC_FLAG_NO_REF | Ming Lei | 1 | -4/+12 |
2019-04-01 | block: don't check if adjacent bvecs in one bio can be mergeable | Ming Lei | 1 | -27/+42 |
2019-04-01 | block: reuse __blk_bvec_map_sg() for mapping page sized bvec | Ming Lei | 1 | -11/+9 |
2019-04-01 | block: remove argument of 'request_queue' from __blk_bvec_map_sg | Ming Lei | 1 | -3/+3 |
2019-04-01 | block: enable multi-page bvec for passthrough IO | Ming Lei | 1 | -29/+31 |
2019-04-01 | block: put the same page when adding it to bio | Ming Lei | 2 | -12/+19 |
2019-04-01 | block: check if page is mergeable in one helper | Ming Lei | 1 | -14/+24 |
2019-04-01 | block: cleanup bio_add_pc_page | Ming Lei | 1 | -7/+7 |
2019-04-01 | block: don't merge adjacent bvecs to one segment in bio blk_queue_split | Ming Lei | 1 | -17/+0 |
2019-04-01 | block: avoid to break XEN by multi-page bvec | Ming Lei | 1 | -0/+2 |
2019-04-01 | block: pass page to xen_biovec_phys_mergeable | Ming Lei | 3 | -4/+7 |
2019-04-01 | loop: properly observe rotational flag of underlying device | Holger Hoffstätte | 1 | -0/+19 |
2019-04-01 | doc, block, bfq: add information on bfq execution time | Paolo Valente | 1 | -7/+22 |
2019-04-01 | block, bfq: save & resume weight on a queue merge/split | Francesco Pollicino | 2 | -0/+11 |
2019-04-01 | block, bfq: print SHARED instead of pid for shared queues in logs | Francesco Pollicino | 2 | -4/+29 |
2019-04-01 | block, bfq: always protect newly-created queues from existing active queues | Paolo Valente | 1 | -13/+51 |
2019-04-01 | block, bfq: do not tag totally seeky queues as soft rt | Paolo Valente | 1 | -0/+14 |
2019-04-01 | block, bfq: do not merge queues on flash storage with queueing | Paolo Valente | 3 | -6/+73 |
2019-04-01 | block, bfq: tune service injection basing on request service times | Paolo Valente | 2 | -59/+409 |
2019-04-01 | block, bfq: do not idle for lowest-weight queues | Paolo Valente | 3 | -94/+118 |
2019-04-01 | block, bfq: increase idling for weight-raised queues | Paolo Valente | 1 | -0/+2 |