Age | Commit message (Expand) | Author |
2017-07-26 | nvme: validate admin queue before unquiesce | Scott Bauer |
2017-07-25 | nvme-pci: fix HMB size calculation | Christoph Hellwig |
2017-07-25 | nvme-fc: revise TRADDR parsing | James Smart |
2017-07-25 | nvme-fc: address target disconnect race conditions in fcp io submit | James Smart |
2017-07-25 | nvme: also provide a UUID in the WWID sysfs attribute | Johannes Thumshirn |
2017-07-20 | nvmet: don't report 0-bytes in serial number | Martin Wilck |
2017-07-20 | nvmet: preserve controller serial number between reboots | Johannes Thumshirn |
2017-07-20 | nvmet: Move serial number from controller to subsystem | Johannes Thumshirn |
2017-07-20 | nvmet: prefix version configfs file with attr | Johannes Thumshirn |
2017-07-20 | nvme-pci: Fix an error handling path in 'nvme_probe()' | Christophe JAILLET |
2017-07-20 | nvme-pci: Remove nvme_setup_prps BUG_ON | Keith Busch |
2017-07-20 | nvme-pci: add another device ID with stripe quirk | David Wayne Fugate |
2017-07-20 | nvmet-fc: fix byte swapping in nvmet_fc_ls_create_association | Christoph Hellwig |
2017-07-20 | nvme: fix byte swapping in the streams code | Christoph Hellwig |
2017-07-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-07-10 | Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus | Jens Axboe |
2017-07-10 | nvmet: avoid unneeded assignment of submit_bio return value | Max Gurtovoy |
2017-07-10 | nvme-pci: add module parameter for io queue depth | weiping zhang |
2017-07-10 | nvme-pci: compile warnings in nvme_alloc_host_mem() | Dan Carpenter |
2017-07-10 | nvmet_fc: Accept variable pad lengths on Create Association LS | James Smart |
2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-06 | nvme-rdma: unconditionally recycle the request mr | Sagi Grimberg |
2017-07-06 | nvme: split nvme_uninit_ctrl into stop and uninit | Sagi Grimberg |
2017-07-06 | nvme: kick requeue list when requeueing a request instead of when starting th... | Sagi Grimberg |
2017-07-06 | nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues | Sagi Grimberg |
2017-07-06 | nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queues | Sagi Grimberg |
2017-07-06 | nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues | Sagi Grimberg |
2017-07-06 | nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues | Sagi Grimberg |
2017-07-06 | nvme-rdma: remove race conditions from IB signalling | Marta Rybczynska |
2017-07-04 | nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it | Sagi Grimberg |
2017-07-04 | nvme-fc: update tagset nr_hw_queues after queues reinit | Sagi Grimberg |
2017-07-04 | nvme-loop: update tagset nr_hw_queues after reconnecting/resetting | Sagi Grimberg |
2017-07-04 | nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting | Sagi Grimberg |
2017-07-04 | nvme-fc: don't override opts->nr_io_queues | Sagi Grimberg |
2017-07-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-07-03 | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds |
2017-07-03 | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() | Christoph Hellwig |
2017-07-02 | nvme-pci: rename to nvme_pci_configure_admin_queue | Sagi Grimberg |
2017-07-02 | nvme: move ctrl cap to struct nvme_ctrl | Sagi Grimberg |
2017-07-02 | nvme: move queue_count to the nvme_ctrl | Sagi Grimberg |
2017-07-02 | nvme: Quirks for PM1725 controllers | Martin K. Petersen |
2017-06-29 | nvme: Makefile: remove dead build rule | Valentin Rothberg |
2017-06-28 | nvme: Allocate queues for all possible CPUs | Christoph Hellwig |
2017-06-28 | nvmet-rdma: register ib_client to not deadlock in device removal | Sagi Grimberg |
2017-06-28 | nvme_fc: fix error recovery on link down. | James Smart |
2017-06-28 | nvmet_fc: fix crashes on bad opcodes | James Smart |
2017-06-28 | nvme_fc: Fix crash when nvme controller connection fails. | James Smart |
2017-06-28 | nvme_fc: replace ioabort msleep loop with completion | James Smart |
2017-06-28 | nvme_fc: fix double calls to nvme_cleanup_cmd() | James Smart |