Age | Commit message (Expand) | Author | Files | Lines |
2019-06-21 | nvme: enable to inject errors into admin commands | Akinobu Mita | 3 | -3/+7 |
2019-06-21 | nvme: prepare for fault injection into admin commands | Akinobu Mita | 3 | -33/+41 |
2019-06-21 | nvmet: introduce target-side trace | Minwoo Im | 4 | -0/+353 |
2019-06-21 | nvme-trace: print result and status in hex format | Minwoo Im | 1 | -1/+1 |
2019-06-21 | nvme-trace: support for fabrics commands in host-side | Minwoo Im | 2 | -6/+77 |
2019-06-21 | nvme-trace: move opcode symbol print to nvme.h | Minwoo Im | 1 | -44/+0 |
2019-06-21 | nvme-trace: do not export nvme_trace_disk_name | Minwoo Im | 1 | -1/+0 |
2019-06-21 | nvme-pci: clean up nvme_remove_dead_ctrl a bit | Chaitanya Kulkarni | 1 | -4/+5 |
2019-06-21 | nvme-pci: properly report state change failure in nvme_reset_work | Minwoo Im | 1 | -0/+1 |
2019-06-21 | nvme-pci: set the errno on ctrl state change error | Chaitanya Kulkarni | 1 | -2/+5 |
2019-06-21 | nvme-pci: adjust irq max_vector using num_possible_cpus() | Minwoo Im | 1 | -1/+5 |
2019-06-21 | nvme-pci: remove queue_count_ops for write_queues and poll_queues | Minwoo Im | 1 | -21/+2 |
2019-06-21 | nvme-pci: remove unnecessary zero for static var | Minwoo Im | 1 | -1/+1 |
2019-06-21 | nvme-pci: use host managed power state for suspend | Keith Busch | 1 | -3/+92 |
2019-06-21 | nvme: introduce nvme_is_fabrics to check fabrics cmd | Minwoo Im | 4 | -4/+4 |
2019-06-21 | nvme: export get and set features | Keith Busch | 2 | -3/+27 |
2019-06-21 | nvme: fix possible io failures when removing multipathed ns | Anton Eidelman | 1 | -6/+8 |
2019-06-21 | nvme-fc: add message when creating new association | James Smart | 1 | -0/+6 |
2019-06-21 | nvme-fcloop: add support for nvmet discovery_event op | James Smart | 1 | -0/+37 |
2019-06-21 | nvmet-fc: add transport discovery change event callback support | James Smart | 1 | -0/+11 |
2019-06-21 | nvmet: add transport discovery change op | James Smart | 3 | -0/+8 |
2019-06-20 | block: remove blk_init_request_from_bio | Christoph Hellwig | 1 | -1/+1 |
2019-06-07 | Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 4 | -63/+150 |
2019-06-06 | nvme-rdma: use dynamic dma mapping per command | Max Gurtovoy | 1 | -17/+36 |
2019-06-06 | nvme: Fix u32 overflow in the number of namespace list calculation | Jaesoo Lee | 1 | -1/+2 |
2019-06-05 | nvme-pci: don't limit DMA segement size | Christoph Hellwig | 1 | -0/+6 |
2019-06-04 | nvmet: fix data_len to 0 for bdev-backed write_zeroes | Minwoo Im | 1 | -0/+1 |
2019-05-30 | nvme-tcp: fix queue mapping when queue count is limited | Sagi Grimberg | 1 | -7/+50 |
2019-05-30 | nvme-rdma: fix queue mapping when queue count is limited | Sagi Grimberg | 1 | -38/+61 |
2019-05-25 | Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -41/+76 |
2019-05-22 | nvme-pci: use blk-mq mapping for unmanaged irqs | Keith Busch | 1 | -1/+1 |
2019-05-21 | nvme: copy MTFA field from identify controller | Laine Walker-Avina | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 4 | -0/+4 |
2019-05-17 | nvme: fix memory leak for power latency tolerance | Yufen Yu | 1 | -0/+1 |
2019-05-17 | nvme: release namespace SRCU protection before performing controller ioctls | Christoph Hellwig | 1 | -5/+20 |
2019-05-17 | nvme: merge nvme_ns_ioctl into nvme_ioctl | Christoph Hellwig | 1 | -23/+24 |
2019-05-17 | nvme: remove the ifdef around nvme_nvm_ioctl | Christoph Hellwig | 1 | -2/+0 |
2019-05-17 | nvme: fix srcu locking on error return in nvme_get_ns_from_disk | Christoph Hellwig | 1 | -4/+9 |
2019-05-17 | nvme: Fix known effects | Keith Busch | 1 | -1/+1 |
2019-05-17 | nvme-pci: Sync queues on reset | Keith Busch | 3 | -0/+14 |
2019-05-17 | nvme-pci: Unblock reset_work on IO failure | Keith Busch | 1 | -5/+4 |
2019-05-17 | nvme-pci: Don't disable on timeout in reset state | Keith Busch | 1 | -1/+2 |
2019-05-17 | nvme-pci: Fix controller freeze wait disabling | Keith Busch | 1 | -6/+6 |
2019-05-17 | Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block | Linus Torvalds | 8 | -76/+63 |
2019-05-14 | nvme: validate cntlid during controller initialisation | Christoph Hellwig | 1 | -17/+24 |
2019-05-14 | nvme: change locking for the per-subsystem controller list | Christoph Hellwig | 1 | -18/+14 |
2019-05-14 | nvme: trace all async notice events | Chaitanya Kulkarni | 2 | -3/+3 |
2019-05-14 | nvme-fabrics: remove unused argument | Minwoo Im | 1 | -2/+2 |
2019-05-13 | nvme-multipath: avoid crash on invalid subsystem cntlid enumeration | Hannes Reinecke | 1 | -1/+1 |
2019-05-13 | nvme-fc: use separate work queue to avoid warning | Hannes Reinecke | 1 | -3/+11 |