| Commit message (Expand) | Author | Age | Files | Lines |
* | nvme-rdma: only clear queue flags after successful connect | Sagi Grimberg | 2016-09-23 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-09-15 | 2 | -74/+79 |
|\ |
|
| * | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l... | Jens Axboe | 2016-09-13 | 2 | -73/+72 |
| |\ |
|
| | * | nvme-rdma: add back dependency on CONFIG_BLOCK | Arnd Bergmann | 2016-09-12 | 1 | -0/+1 |
| | * | nvme-rdma: fix null pointer dereference on req->mr | Colin Ian King | 2016-09-12 | 1 | -0/+1 |
| | * | nvme-rdma: use ib_client API to detect device removal | Steve Wise | 2016-09-12 | 1 | -68/+40 |
| | * | nvme-rdma: add DELETING queue flag | Sagi Grimberg | 2016-09-12 | 1 | -2/+9 |
| | * | nvme-rdma: destroy nvme queue rdma resources on connect failure | Steve Wise | 2016-09-04 | 1 | -3/+11 |
| | * | nvme_rdma: keep a ref on the ctrl during delete/flush | Steve Wise | 2016-09-04 | 1 | -8/+18 |
| * | | nvme/quirk: Add a delay before checking device ready for memblaze device | Wenbo Wang | 2016-09-08 | 1 | -0/+2 |
| * | | nvme: Don't suspend admin queue that wasn't created | Gabriel Krisman Bertazi | 2016-09-07 | 1 | -1/+6 |
* | | | nvme: make NVME_RDMA depend on BLOCK | Linus Torvalds | 2016-09-11 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l... | Jens Axboe | 2016-08-29 | 7 | -33/+53 |
|\| |
|
| * | nvme-rdma: Get rid of redundant defines | Sagi Grimberg | 2016-08-28 | 1 | -4/+0 |
| * | nvme-rdma: Get rid of duplicate variable | Sagi Grimberg | 2016-08-28 | 1 | -8/+7 |
| * | nvme: fabrics drivers don't need the nvme-pci driver | Christoph Hellwig | 2016-08-19 | 2 | -2/+2 |
| * | nvme-fabrics: get a reference when reusing a nvme_host structure | Christoph Hellwig | 2016-08-19 | 1 | -1/+3 |
| * | nvme-fabrics: change NQN UUID to big-endian format | Daniel Verkamp | 2016-08-19 | 2 | -6/+6 |
| * | nvme-loop: set sqsize to 0-based value, per spec | Jay Freyensee | 2016-08-18 | 1 | -2/+2 |
| * | nvme-rdma: fix sqsize/hsqsize per spec | Jay Freyensee | 2016-08-18 | 1 | -4/+10 |
| * | fabrics: define admin sqsize min default, per spec | Jay Freyensee | 2016-08-18 | 2 | -3/+19 |
| * | nvmet-rdma: +1 to *queue_size from hsqsize/hrqsize | Jay Freyensee | 2016-08-18 | 1 | -2/+2 |
| * | nvmet-rdma: Fix use after free | Vincent Stehlé | 2016-08-16 | 1 | -1/+2 |
| * | nvme-rdma: initialize ret to zero to avoid returning garbage | Colin Ian King | 2016-08-16 | 1 | -1/+1 |
* | | nvme: Fix nvme_get/set_features() with a NULL result pointer | Andy Lutomirski | 2016-08-24 | 1 | -2/+2 |
* | | nvme: Prevent controller state invalid transition | Gabriel Krisman Bertazi | 2016-08-15 | 1 | -2/+5 |
* | | nvme: Suspend all queues before deletion | Gabriel Krisman Bertazi | 2016-08-11 | 1 | -12/+8 |
* | | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l... | Jens Axboe | 2016-08-08 | 6 | -72/+126 |
|\| |
|
| * | nvme-rdma: Remove unused includes | Sagi Grimberg | 2016-08-04 | 1 | -3/+0 |
| * | nvme-rdma: start async event handler after reconnecting to a controller | Sagi Grimberg | 2016-08-04 | 1 | -0/+2 |
| * | nvmet: Fix controller serial number inconsistency | Sagi Grimberg | 2016-08-04 | 3 | -5/+6 |
| * | nvmet-rdma: Don't use the inline buffer in order to avoid allocation for smal... | Sagi Grimberg | 2016-08-04 | 1 | -9/+4 |
| * | nvmet-rdma: Correctly handle RDMA device hot removal | Sagi Grimberg | 2016-08-04 | 1 | -17/+70 |
| * | nvme-rdma: Make sure to shutdown the controller if we can | Sagi Grimberg | 2016-08-03 | 1 | -1/+1 |
| * | nvme-loop: Remove duplicate call to nvme_remove_namespaces | Sagi Grimberg | 2016-08-03 | 1 | -3/+1 |
| * | nvme-rdma: Free the I/O tags when we delete the controller | Sagi Grimberg | 2016-08-03 | 1 | -5/+7 |
| * | nvme-rdma: Remove duplicate call to nvme_remove_namespaces | Sagi Grimberg | 2016-08-03 | 1 | -7/+10 |
| * | nvme-rdma: Fix device removal handling | Sagi Grimberg | 2016-08-03 | 1 | -20/+21 |
| * | nvme-rdma: Queue ns scanning after a sucessful reconnection | Sagi Grimberg | 2016-08-03 | 1 | -1/+3 |
| * | nvme-rdma: Don't leak uninitialized memory in connect request private data | Roland Dreier | 2016-08-03 | 1 | -1/+1 |
* | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-02 | 1 | -12/+3 |
|\ \
| |/
|/| |
|
| * | NVMe: Use pci_(request|release)_mem_regions | Johannes Thumshirn | 2016-06-22 | 1 | -7/+3 |
* | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 22 | -86/+9081 |
|\ \ |
|
| * | | nvme/pci: Provide SR-IOV support | Keith Busch | 2016-07-21 | 1 | -0/+19 |
| * | | nvme: initialize variable before logical OR'ing it | Jay Freyensee | 2016-07-21 | 1 | -0/+1 |
| * | | block: ensure bios return from blk_get_request are properly initialized | Christoph Hellwig | 2016-07-21 | 1 | -4/+0 |
| * | | block: get rid of bio_rw and READA | Christoph Hellwig | 2016-07-21 | 1 | -1/+1 |
| * | | NVMe: don't allocate unused nvme_major | NeilBrown | 2016-07-14 | 1 | -15/+1 |
| * | | nvme: avoid crashes when node 0 is memoryless node. | Masayoshi Mizuma | 2016-07-13 | 1 | -1/+1 |
| * | | nvme: Limit command retries | Keith Busch | 2016-07-13 | 3 | -1/+15 |