summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nvmet: avoid integer overflow in the discard codeBart Van Assche2018-10-171-1/+2
| * | | nvmet-rdma: declare local symbols staticBart Van Assche2018-10-171-1/+1
| * | | nvmet: use strlcpy() instead of strcpy()Bart Van Assche2018-10-172-2/+2
| * | | nvme-pci: fix nvme_suspend_queue() kernel-doc headerBart Van Assche2018-10-171-1/+1
| * | | nvme-core: rework a NQN copying operationBart Van Assche2018-10-171-1/+1
| * | | nvme-core: declare local symbols staticBart Van Assche2018-10-171-1/+1
| * | | nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Bart Van Assche2018-10-171-1/+8
| * | | nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche2018-10-171-2/+1
| * | | nvmet: remove unreachable codeChaitanya Kulkarni2018-10-171-3/+1
| * | | nvme: update node paths after adding new pathKeith Busch2018-10-171-0/+9
| * | | lightnvm: do no update csecs and sos on 1.2Javier González2018-10-091-0/+3
| * | | lightnvm: use internal allocation for chunk log pageJavier González2018-10-091-8/+17
| * | | lightnvm: move bad block and chunk state logic to coreMatias Bjørling2018-10-091-2/+2
| * | | nvmet-rdma: use a private workqueue for deleteSagi Grimberg2018-10-051-4/+15
| * | | nvme: take node locality into account when selecting a pathChristoph Hellwig2018-10-013-28/+54
| * | | nvmet: don't split large I/Os unconditionallySagi Grimberg2018-10-012-2/+8
| * | | nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2018-10-012-2/+12
| * | | nvme-core: add async event trace helperChaitanya Kulkarni2018-10-012-2/+37
| * | | nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart2018-10-011-9/+95
| * | | nvmet_fc: support target port removal with nvmet layerJames Smart2018-10-011-8/+120
| * | | nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-012-3/+3
| * | | nvmet: remove redundant module prefixChaitanya Kulkarni2018-10-011-1/+1
| * | | nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi2018-10-011-1/+1
| * | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-013-4/+33
| |\ \ \ | | | |/ | | |/|
| * | | nvme: register ns_id attributes as default sysfs groupsHannes Reinecke2018-09-284-92/+59
| * | | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-282-2/+2
* | | | 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
| | |\ \