summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2021-06-02nvmet: fix freeing unallocated p2pmemMax Gurtovoy
2021-06-02nvme-loop: do not warn for deleted controllers during resetHannes Reinecke
2021-06-02nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke
2021-06-02nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke
2021-06-02nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke
2021-05-31nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg
2021-05-26nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg
2021-05-26nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu
2021-05-26nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg
2021-05-25nvme-fabrics: decode host pathing error for connectHannes Reinecke
2021-05-25nvme-fc: short-circuit reconnect retriesHannes Reinecke
2021-05-25nvme: fix potential memory leaks in nvme_cdev_addGuoqing Jiang
2021-05-19nvme-fc: clear q_live at beginning of association teardownJames Smart
2021-05-19nvme-tcp: rerun io_work if req_list is not emptyKeith Busch
2021-05-19nvme-tcp: fix possible use-after-completionSagi Grimberg
2021-05-19nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo
2021-05-19nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo
2021-05-13nvmet: use new ana_log_size instead the old oneHou Pu
2021-05-12nvmet: seset ns->file when open failsDaniel Wagner
2021-05-11nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni
2021-05-11nvmet: use helper to remove the duplicate codeChaitanya Kulkarni
2021-05-11nvmet: demote discovery cmd parse err msg to debugChaitanya Kulkarni
2021-05-11nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon
2021-05-11nvmet: fix inline bio check for passthruChaitanya Kulkarni
2021-05-11nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-04nvmet: remove unsupported command noiseKeith Busch
2021-05-04nvme-multipath: reset bdev to ns head when failoverDaniel Wagner
2021-05-04nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-05-04nvme: avoid memset for passthrough requestsKanchan Joshi
2021-05-04nvme: add nvme_get_ns helperKanchan Joshi
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im
2021-04-21nvme: cleanup nvme_configure_apstChristoph Hellwig
2021-04-21nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig
2021-04-21nvme: add 'kato' sysfs attributeHannes Reinecke
2021-04-21nvme: sanitize KATO settingHannes Reinecke
2021-04-21nvmet: avoid queuing keep-alive timer if it is disabledHou Pu
2021-04-15nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/storeGopal Tiwari
2021-04-15nvme: let namespace probing continue for unsupported featuresChristoph Hellwig
2021-04-15nvme: factor out nvme_ns_open and nvme_ns_release helpersChristoph Hellwig
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig
2021-04-15nvme: factor out a nvme_tryget_ns_head helperChristoph Hellwig
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig
2021-04-15nvme: don't bother to look up a namespace for controller ioctlsChristoph Hellwig
2021-04-15nvme: simplify block device ioctl handling for the !multipath caseChristoph Hellwig
2021-04-15nvme: simplify the compat ioctl handlingChristoph Hellwig