summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvmet: fix freeing unallocated p2pmemMax Gurtovoy2021-06-021-17/+16
* nvme-loop: do not warn for deleted controllers during resetHannes Reinecke2021-06-021-2/+4
* nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-021-1/+2
* nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-021-0/+1
* nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-021-0/+1
* nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg2021-05-311-2/+3
* nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-05-262-5/+12
* nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu2021-05-261-1/+1
* nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg2021-05-261-1/+2
* nvme-fabrics: decode host pathing error for connectHannes Reinecke2021-05-251-0/+5
* nvme-fc: short-circuit reconnect retriesHannes Reinecke2021-05-251-8/+17
* nvme: fix potential memory leaks in nvme_cdev_addGuoqing Jiang2021-05-251-1/+3
* nvme-fc: clear q_live at beginning of association teardownJames Smart2021-05-191-0/+12
* nvme-tcp: rerun io_work if req_list is not emptyKeith Busch2021-05-191-1/+2
* nvme-tcp: fix possible use-after-completionSagi Grimberg2021-05-191-1/+1
* nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-191-1/+3
* nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
* nvmet: use new ana_log_size instead the old oneHou Pu2021-05-131-1/+1
* nvmet: seset ns->file when open failsDaniel Wagner2021-05-121-3/+5
* nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni2021-05-111-3/+3
* nvmet: use helper to remove the duplicate codeChaitanya Kulkarni2021-05-111-5/+2
* nvmet: demote discovery cmd parse err msg to debugChaitanya Kulkarni2021-05-111-1/+1
* nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon2021-05-111-2/+2
* nvmet: fix inline bio check for passthruChaitanya Kulkarni2021-05-111-1/+1
* nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2021-05-112-1/+7
* nvme-multipath: fix double initialization of ANA stateChristoph Hellwig2021-05-113-29/+37
* nvmet: remove unsupported command noiseKeith Busch2021-05-041-3/+3
* nvme-multipath: reset bdev to ns head when failoverDaniel Wagner2021-05-041-0/+3
* nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu2021-05-041-0/+3
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-048-78/+83
* nvme: avoid memset for passthrough requestsKanchan Joshi2021-05-041-4/+3
* nvme: add nvme_get_ns helperKanchan Joshi2021-05-041-2/+7
* nvme: fix controller ioctl through ns_headMinwoo Im2021-05-043-47/+41
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-2821-819/+1250
|\
| * nvme: introduce generic per-namespace chardevMinwoo Im2021-04-224-9/+180
| * nvme: cleanup nvme_configure_apstChristoph Hellwig2021-04-211-80/+69
| * nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig2021-04-211-1/+2
| * nvme: add 'kato' sysfs attributeHannes Reinecke2021-04-211-0/+2
| * nvme: sanitize KATO settingHannes Reinecke2021-04-213-7/+15
| * nvmet: avoid queuing keep-alive timer if it is disabledHou Pu2021-04-211-2/+8
| * nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari2021-04-151-0/+2
| * nvme: let namespace probing continue for unsupported featuresChristoph Hellwig2021-04-152-3/+12
| * nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig2021-04-151-4/+12
| * nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig2021-04-153-29/+32
| * nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig2021-04-151-4/+7
| * nvme: move the ioctl code to a separate fileChristoph Hellwig2021-04-154-449/+468
| * nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig2021-04-151-24/+42
| * nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig2021-04-151-36/+47
| * nvme: simplify the compat ioctl handlingChristoph Hellwig2021-04-151-43/+26
| * nvme: factor out a nvme_ns_ioctl helperChristoph Hellwig2021-04-151-21/+21