Age | Commit message (Expand) | Author | Files | Lines |
2016-12-19 | nvme : Use correct scnprintf in cmb show | Stephen Bates | 1 | -2/+2 |
2016-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -6/+39 |
2016-12-14 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+19 |
2016-12-14 | Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -6/+4 |
2016-12-14 | nvmet_rdma: log the connection reject message | Steve Wise | 1 | -0/+3 |
2016-12-14 | nvme-rdma: use rdma connection reject helper functions | Steve Wise | 1 | -6/+36 |
2016-12-13 | nvme/pci: Log PCI_STATUS when the controller dies | Andy Lutomirski | 1 | -3/+19 |
2016-12-13 | Revert "nvme: add support for the Write Zeroes command" | Linus Torvalds | 1 | -21/+0 |
2016-12-13 | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -3/+0 |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 22 | -248/+6520 |
2016-12-09 | block: improve handling of the magic discard payload | Christoph Hellwig | 5 | -38/+29 |
2016-12-06 | nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME | James Smart | 3 | -0/+1163 |
2016-12-06 | nvme-fabrics: Add target support for FC transport | James Smart | 3 | -0/+2301 |
2016-12-06 | nvme-fabrics: Add host support for FC transport | James Smart | 3 | -0/+2606 |
2016-12-06 | nvme-fabrics: patch target code in prep for FC transport support | James Smart | 1 | -0/+14 |
2016-12-06 | nvme-fabrics: set sqe.command_id in core not transports | James Smart | 4 | -4/+2 |
2016-12-06 | nvme-rdma: align to generic ib_event logging helper | Max Gurtovoy | 1 | -1/+3 |
2016-12-06 | nvmet-rdma: align to generic ib_event logging helper | Max Gurtovoy | 1 | -1/+2 |
2016-12-06 | nvme-rdma: remove redundant define | Sagi Grimberg | 1 | -1/+0 |
2016-12-06 | nvme-fabrics: Adjust source code indentation | Bart Van Assche | 1 | -1/+1 |
2016-12-06 | nvme/scsi: Remove set-but-not-used variables | Bart Van Assche | 1 | -9/+2 |
2016-12-06 | nvmet: Fix possible infinite loop triggered on hot namespace removal | Solganik Alexander | 3 | -14/+12 |
2016-12-06 | nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error path | Bart Van Assche | 1 | -2/+1 |
2016-12-06 | nvme-fabrics: Fix memory leaks in nvmf_parse_options() | Bart Van Assche | 1 | -0/+2 |
2016-12-06 | nvme-rdma: force queue size to respect controller capability | Samuel Jones | 1 | -0/+8 |
2016-12-06 | nvmet-rdma: Fix REJ status code | Bart Van Assche | 1 | -1/+4 |
2016-12-05 | nvme: move NVMe class code to pci_ids.h | Christoph Hellwig | 1 | -3/+0 |
2016-12-01 | nvmet: add support for the Write Zeroes command | Chaitanya Kulkarni | 2 | -1/+31 |
2016-12-01 | nvme: add support for the Write Zeroes command | Chaitanya Kulkarni | 1 | -0/+21 |
2016-12-01 | fs: configfs: don't return anything from drop_link | Andrzej Pietrasiewicz | 1 | -6/+4 |
2016-11-29 | lightnvm: eliminate nvm_lun abstraction in mm | Javier González | 1 | -0/+3 |
2016-11-29 | lightnvm: move block provisioning to targets | Javier González | 1 | -2/+9 |
2016-11-29 | lightnvm: enable to send hint to erase command | Javier González | 1 | -0/+1 |
2016-11-29 | nvme: lightnvm: attach lightnvm sysfs to nvme block device | Matias Bjørling | 3 | -48/+195 |
2016-11-29 | nvme: lightnvm: frees wrong cmd structure | Matias Bjørling | 1 | -1/+1 |
2016-11-22 | block: bio: pass bvec table to bio_init() | Ming Lei | 1 | -3/+1 |
2016-11-16 | nvme/pci: Don't free queues on error | Keith Busch | 1 | -14/+4 |
2016-11-15 | nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK | Omar Sandoval | 4 | -10/+10 |
2016-11-14 | nvmet-rdma: drain the queue-pair just before freeing it | Sagi Grimberg | 1 | -1/+1 |
2016-11-14 | nvme-rdma: stop and free io queues on connect failure | Steve Wise | 1 | -2/+9 |
2016-11-14 | nvmet-rdma: don't forget to delete a queue from the list of connection failed | Sagi Grimberg | 1 | -1/+7 |
2016-11-14 | nvmet: Don't queue fatal error work if csts.cfs is set | Sagi Grimberg | 1 | -3/+7 |
2016-11-14 | nvme-rdma: reject non-connect commands before the queue is live | Christoph Hellwig | 1 | -1/+30 |
2016-11-14 | nvmet-rdma: Fix possible NULL deref when handling rdma cm events | Bart Van Assche | 1 | -1/+7 |
2016-11-11 | lightnvm: invalid offset calculation for lba_shift | Matias Bjørling | 1 | -1/+1 |
2016-11-11 | block: move poll code to blk-mq | Jens Axboe | 1 | -1/+1 |
2016-11-10 | nvme: don't pass the full CQE to nvme_complete_async_event | Christoph Hellwig | 5 | -11/+21 |
2016-11-10 | nvme: introduce struct nvme_request | Christoph Hellwig | 10 | -81/+71 |
2016-11-02 | nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code | Bart Van Assche | 1 | -14/+2 |
2016-11-02 | nvme: Fix a race condition related to stopping queues | Bart Van Assche | 1 | -1/+1 |