summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2022-12-06nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander
2022-11-09nvme: quiet user passthrough command errorsKeith Busch
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig
2022-09-27nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg
2022-09-27nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley
2022-09-27nvme: copy firmware_rev on each initKeith Busch
2022-09-27nvme: handle effects after freeing the requestKeith Busch
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-19nvme: add comment for unaligned "fake" nqnLinjun Bao
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-07nvme: requeue aen after firmware activationKeith Busch
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-02nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados
2022-08-02nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig
2022-08-02nvme: refactor namespace probingChristoph Hellwig
2022-08-02nvme: generalize the nvme_multi_css check in nvme_scan_nsChristoph Hellwig
2022-08-02nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsChristoph Hellwig
2022-08-02nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig
2022-08-02nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler
2022-08-02nvme-multipath: refactor nvme_mpath_add_diskJoel Granados
2022-08-02nvme: implement In-Band authenticationHannes Reinecke
2022-08-02nvme: fix qid param blk_mq_alloc_request_hctxChaitanya Kulkarni
2022-08-02nvme: remove unused timeout parameterChaitanya Kulkarni
2022-08-02nvme: handle the persistent internal error AERMichael Kelley
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-26nvme-pci: check DMA ops when indicating support for PCI P2PDMALogan Gunthorpe
2022-07-14nvme: fix block device naming collisionIsrael Rukshin
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry
2022-06-29nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-23nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig
2022-06-13nvme: add bug report info for global duplicate idKeith Busch
2022-06-13nvme: add device name to warning in uuid_show()Thomas Weißschuh
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-31nvme: set controller enable bit in a separate writeNiklas Cassel
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitfor-5.19/block-exec-2022-06-02Christoph Hellwig
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds