Age | Commit message (Expand) | Author |
2018-03-26 | nvme: change namespaces_mutext to namespaces_rwsem | Jianchao Wang |
2018-03-26 | nvme: fix the dangerous reference of namespaces list | Jianchao Wang |
2018-03-26 | nvme-pci: quiesce IO queues prior to disabling device HMB accesses | Jianchao Wang |
2018-03-26 | nvme: Add fault injection feature | Thomas Tai |
2018-03-26 | nvme: use define instead of magic value for identify size | Minwoo Im |
2018-03-26 | nvmet: don't return "any" ip address in discovery log page | Sagi Grimberg |
2018-03-08 | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche |
2018-03-08 | nvme_fc: rework sqsize handling | James Smart |
2018-03-08 | nvme-fabrics: Ignore nr_io_queues option for discovery controllers | Roland Dreier |
2018-03-07 | Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers" | Christoph Hellwig |
2018-03-01 | nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors | Ming Lei |
2018-03-01 | nvme-pci: Fix EEH failure on ppc | Wen Xiong |
2018-02-28 | block: Add 'lock' as third argument to blk_alloc_queue_node() | Bart Van Assche |
2018-02-28 | Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus | Jens Axboe |
2018-02-28 | nvmet: fix PSDT field check in command format | Max Gurtovoy |
2018-02-28 | nvme-multipath: fix sysfs dangerously created links | Baegjae Sung |
2018-02-26 | nvme-pci: Fix nvme queue cleanup if IRQ setup fails | Jianchao Wang |
2018-02-22 | nvmet-loop: use blk_rq_payload_bytes for sgl selection | Christoph Hellwig |
2018-02-22 | nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes | Christoph Hellwig |
2018-02-22 | nvme-fabrics: don't check for non-NULL module in nvmf_register_transport | Christoph Hellwig |
2018-02-14 | nvme-rdma: fix sysfs invoked reset_ctrl error flow | Nitzan Carmi |
2018-02-14 | nvmet: Change return code of discard command if not supported | Israel Rukshin |
2018-02-13 | nvme-pci: Fix timeouts in connecting state | Keith Busch |
2018-02-13 | nvme-pci: Remap CMB SQ entries on every controller reset | Keith Busch |
2018-02-13 | nvme: fix the deadlock in nvme_update_formats | Jianchao Wang |
2018-02-12 | nvme: Don't use a stack buffer for keep-alive command | Roland Dreier |
2018-02-11 | nvme_fc: cleanup io completion | James Smart |
2018-02-11 | nvme_fc: correct abort race condition on resets | James Smart |
2018-02-08 | nvme: Fix discard buffer overrun | Keith Busch |
2018-02-08 | nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transition | Max Gurtovoy |
2018-02-08 | nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process | Max Gurtovoy |
2018-02-08 | nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING | Max Gurtovoy |
2018-02-04 | Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-02-01 | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-01-30 | blk-mq: introduce BLK_STS_DEV_RESOURCE | Ming Lei |
2018-01-29 | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-01-26 | nvme: add tracepoint for nvme_complete_rq | Johannes Thumshirn |
2018-01-26 | nvme: add tracepoint for nvme_setup_cmd | Johannes Thumshirn |
2018-01-26 | nvme-pci: introduce RECONNECTING state to mark initializing procedure | Jianchao Wang |
2018-01-25 | nvme-rdma: remove redundant boolean for inline_data | Max Gurtovoy |
2018-01-25 | nvme: don't free uuid pointer before printing it | Johannes Thumshirn |
2018-01-25 | nvme-pci: Suspend queues after deleting them | Keith Busch |
2018-01-23 | nvme-pci: Fix queue double allocations | Keith Busch |
2018-01-17 | nvme-pci: take sglist coalescing in dma_map_sg into account | Christoph Hellwig |
2018-01-17 | nvme-pci: check segement valid for SGL use | Keith Busch |
2018-01-17 | nvme-pci: clean up SMBSZ bit definitions | Christoph Hellwig |
2018-01-17 | nvme-pci: clean up CMB initialization | Christoph Hellwig |
2018-01-17 | nvme-fc: correct hang in nvme_ns_remove() | James Smart |
2018-01-17 | nvme-fc: fix rogue admin cmds stalling teardown | James Smart |
2018-01-15 | nvmet: release a ns reference in nvmet_req_uninit if needed | Sagi Grimberg |