summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-062-34/+41
|\
| * nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier2018-07-201-1/+1
| * nvme: don't enable AEN if not supportedWeiping Zhang2018-07-171-4/+7
| * nvme: ensure forward progress during Admin passthruScott Bauer2018-07-171-24/+26
| * nvme-pci: fix memory leak on probe failureKeith Busch2018-07-121-5/+7
* | nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy2018-07-303-82/+20
* | block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-2/+1
* | nvmet: don't use uuid_le typeAndy Shevchenko2018-07-241-1/+1
* | nvmet: check fileio lba range access boundariesSagi Grimberg2018-07-241-2/+17
* | nvmet: fix file discard return statusSagi Grimberg2018-07-241-8/+10
* | nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg2018-07-241-37/+29
* | nvme-rdma: centralize controller setup sequenceSagi Grimberg2018-07-241-77/+53
* | nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg2018-07-241-0/+2
* | nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva2018-07-241-0/+1
* | nvme: add disk name to trace eventsKeith Busch2018-07-242-7/+37
* | nvme: add controller name to trace eventsKeith Busch2018-07-241-6/+11
* | nvme: use hw qid in trace eventsKeith Busch2018-07-233-71/+53
* | nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-235-0/+6
* | nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy2018-07-231-5/+21
* | nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy2018-07-231-1/+1
* | nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise2018-07-236-43/+169
* | nvme-rdma: support up to 4 segments of inline dataSteve Wise2018-07-231-11/+27
* | nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni2018-07-234-5/+67
* | nvmet: add commands supported and effects log pageChaitanya Kulkarni2018-07-231-1/+34
* | nvme: move init of keep_alive work item to controller initializationJames Smart2018-07-231-3/+4
* | lightnvm: limit get chunk meta request sizeMatias Bjørling2018-07-131-2/+8
* | lightnvm: Remove redundant rq->__data_len initializationBart Van Assche2018-07-131-4/+2
|/
* nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg2018-06-281-2/+5
* nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe2018-06-213-5/+39
* nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang2018-06-211-1/+1
* nvme-fc: release io queues to allow fast failJames Smart2018-06-211-3/+3
* nvmet: reset keep alive timer in controller enableMax Gurtuvoy2018-06-201-0/+8
* nvme-rdma: don't override opts->queue_sizeSagi Grimberg2018-06-201-11/+10
* nvme-rdma: Fix command completion race at error recoveryIsrael Rukshin2018-06-201-2/+6
* nvme-rdma: fix possible free of a non-allocated async event bufferSagi Grimberg2018-06-201-13/+11
* nvme-rdma: fix possible double free condition when failing to create a contro...Sagi Grimberg2018-06-201-10/+10
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-159-193/+154
|\
| * nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19
| * nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2
| * nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-155-50/+45
| * nvme: remove nvme_reinit_tagsetChristoph Hellwig2018-06-142-12/+0
| * nvme-fc: fix nulling of queue data on reconnectJames Smart2018-06-141-6/+5
| * nvme-fc: remove reinit_request routineJames Smart2018-06-141-20/+0
| * nvme-fc: change controllers first connect to use reconnect pathJames Smart2018-06-141-57/+47
| * nvme: don't rely on the changed namespace list logChristoph Hellwig2018-06-131-25/+11
| * nvmet: free smart-log buffer after useChaitanya Kulkarni2018-06-111-1/+3
| * nvme-rdma: fix error flow during mapping request dataMax Gurtovoy2018-06-111-7/+24
| * nvme: add bio remapping tracepointHannes Reinecke2018-06-111-0/+4
| * nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin2018-06-111-1/+1
* | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-088-42/+38
|\|