| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merge tag 'v4.13-rc7' into for-4.14/block-postmerge | Jens Axboe | 2017-08-28 | 3 | -25/+36 |
| |\ |
|
* | \ | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-09-07 | 4 | -30/+11 |
|\ \ \
| |/ / |
|
| * | | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 2017-08-23 | 2 | -22/+4 |
| * | | blk-mq: Make blk_mq_reinit_tagset() calls easier to read | Bart Van Assche | 2017-08-18 | 2 | -8/+7 |
* | | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-03 | 1 | -12/+22 |
|\ \ \ |
|
| * \ \ | Merge branch 'misc' into k.o/for-next | Doug Ledford | 2017-08-18 | 1 | -5/+0 |
| |\ \ \ |
|
| | * | | | nvme-rdma: remove redundant empty device add callout | Sagi Grimberg | 2017-08-18 | 1 | -5/+0 |
| * | | | | nvme-rdma: use intelligent affinity based queue mappings | Sagi Grimberg | 2017-08-08 | 1 | -7/+22 |
| |/ / / |
|
* | | | | nvme-pci: use dma memory for the host memory buffer descriptors | Christoph Hellwig | 2017-08-30 | 1 | -11/+11 |
* | | | | nvme-rdma: default MR page size to 4k | Max Gurtovoy | 2017-08-30 | 1 | -2/+6 |
| |_|/
|/| | |
|
* | | | nvme-pci: set cqe_seen on polled completions | Keith Busch | 2017-08-18 | 1 | -3/+2 |
* | | | nvme-fabrics: fix reporting of unrecognized options | Christoph Hellwig | 2017-08-17 | 1 | -1/+2 |
* | | | nvme: fix directive command numd calculation | Kwan (Hingkwan) Huen-SSI | 2017-08-10 | 1 | -1/+1 |
* | | | nvme: fix nvme reset command timeout handling | Keith Busch | 2017-08-10 | 1 | -7/+20 |
* | | | nvme-pci: fix CMB sysfs file removal in reset path | Max Gurtovoy | 2017-08-10 | 1 | -11/+7 |
* | | | nvme: strip trailing 0-bytes in wwid_show | Martin Wilck | 2017-08-10 | 1 | -2/+4 |
| |/
|/| |
|
* | | nvme: validate admin queue before unquiesce | Scott Bauer | 2017-07-26 | 1 | -1/+2 |
* | | nvme-pci: fix HMB size calculation | Christoph Hellwig | 2017-07-25 | 1 | -3/+3 |
* | | nvme-fc: revise TRADDR parsing | James Smart | 2017-07-25 | 1 | -49/+53 |
* | | nvme-fc: address target disconnect race conditions in fcp io submit | James Smart | 2017-07-25 | 1 | -8/+11 |
* | | nvme: also provide a UUID in the WWID sysfs attribute | Johannes Thumshirn | 2017-07-25 | 1 | -0/+3 |
|/ |
|
* | nvme-pci: Fix an error handling path in 'nvme_probe()' | Christophe JAILLET | 2017-07-20 | 1 | -3/+4 |
* | nvme-pci: Remove nvme_setup_prps BUG_ON | Keith Busch | 2017-07-20 | 1 | -8/+25 |
* | nvme-pci: add another device ID with stripe quirk | David Wayne Fugate | 2017-07-20 | 1 | -0/+3 |
* | nvme: fix byte swapping in the streams code | Christoph Hellwig | 2017-07-20 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-07-11 | 5 | -159/+172 |
|\ |
|
| * | Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2017-07-10 | 5 | -159/+172 |
| |\ |
|
| | * | nvme-pci: add module parameter for io queue depth | weiping zhang | 2017-07-10 | 1 | -2/+22 |
| | * | nvme-pci: compile warnings in nvme_alloc_host_mem() | Dan Carpenter | 2017-07-10 | 1 | -2/+3 |
| | * | nvme-rdma: unconditionally recycle the request mr | Sagi Grimberg | 2017-07-06 | 1 | -3/+0 |
| | * | nvme: split nvme_uninit_ctrl into stop and uninit | Sagi Grimberg | 2017-07-06 | 5 | -47/+37 |
| | * | nvme: kick requeue list when requeueing a request instead of when starting th... | Sagi Grimberg | 2017-07-06 | 1 | -17/+2 |
| | * | nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues | Sagi Grimberg | 2017-07-06 | 1 | -3/+3 |
| | * | nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues | Sagi Grimberg | 2017-07-06 | 1 | -2/+3 |
| | * | nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues | Sagi Grimberg | 2017-07-06 | 1 | -3/+4 |
| | * | nvme-rdma: remove race conditions from IB signalling | Marta Rybczynska | 2017-07-06 | 1 | -10/+10 |
| | * | nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it | Sagi Grimberg | 2017-07-04 | 1 | -4/+3 |
| | * | nvme-fc: update tagset nr_hw_queues after queues reinit | Sagi Grimberg | 2017-07-04 | 1 | -0/+2 |
| | * | nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting | Sagi Grimberg | 2017-07-04 | 1 | -0/+6 |
| | * | nvme-fc: don't override opts->nr_io_queues | Sagi Grimberg | 2017-07-04 | 1 | -5/+11 |
| | * | nvme-pci: rename to nvme_pci_configure_admin_queue | Sagi Grimberg | 2017-07-02 | 1 | -2/+2 |
| | * | nvme: move ctrl cap to struct nvme_ctrl | Sagi Grimberg | 2017-07-02 | 4 | -21/+18 |
| | * | nvme: move queue_count to the nvme_ctrl | Sagi Grimberg | 2017-07-02 | 4 | -46/+44 |
| | * | nvme: Quirks for PM1725 controllers | Martin K. Petersen | 2017-07-02 | 1 | -0/+10 |
* | | | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-08 | 1 | -6/+9 |
|\ \ \ |
|
| * | | | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() | Christoph Hellwig | 2017-07-03 | 1 | -7/+8 |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-07-03 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | nvme: Allocate queues for all possible CPUs | Christoph Hellwig | 2017-06-28 | 1 | -1/+1 |
* | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-07-03 | 11 | -3152/+975 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | nvme: Makefile: remove dead build rule | Valentin Rothberg | 2017-06-29 | 1 | -1/+0 |