summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: remove ns sibling before clearing pathKeith Busch2018-10-081-1/+1
* nvme: properly propagate errors in nvme_mpath_initSusobhan Dey2018-09-251-2/+4
* nvme: count all ANA groups for ANA Log pageHannes Reinecke2018-09-171-0/+4
* nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg2018-09-051-2/+25
* nvmet: free workqueue object if module init failsChaitanya Kulkarni2018-08-281-1/+3
* nvme-fcloop: Fix dropped LS's to removed target portJames Smart2018-08-281-1/+2
* nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski2018-08-281-0/+8
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1619-438/+1516
|\
| * Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-1419-438/+1515
| |\
| | * nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer2018-08-081-1/+1
| | * nvmet: add ns write protect supportChaitanya Kulkarni2018-08-085-5/+114
| | * nvme: set gendisk read only based on nsattrChaitanya Kulkarni2018-08-081-0/+6
| | * nvme: fixup crash on failed discoveryHannes Reinecke2018-08-071-1/+1
| | * lightnvm: remove minor version check for 2.0Matias Bjørling2018-08-051-6/+0
| | * Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe2018-08-058-70/+832
| | |\
| | | * nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni2018-07-271-2/+15
| | | * nvmet: support configuring ANA groupsChristoph Hellwig2018-07-274-4/+236
| | | * nvmet: add minimal ANA supportChristoph Hellwig2018-07-274-4/+142
| | | * nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig2018-07-273-1/+16
| | | * nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2018-07-272-0/+4
| | | * nvme: add ANA supportChristoph Hellwig2018-07-273-27/+408
| | | * nvme: remove nvme_req_needs_failoverChristoph Hellwig2018-07-273-14/+2
| | | * nvme: simplify the API for getting log pagesChristoph Hellwig2018-07-273-25/+16
| | * | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-052-34/+41
| | |\ \
| | * | | 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
* | | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-1611-94/+183
|\| | |
| * | | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-278-19/+55
| |\ \ \ | | |_|/ | |/| |
| | * | nvmet: only check for filebacking on -ENOTBLKHannes Reinecke2018-07-251-1/+1
| | * | nvmet: fixup crash on NULL device pathHannes Reinecke2018-07-251-2/+7