summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2022-04-15nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig
2022-04-15nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig
2022-04-15nvme: add a quirk to disable namespace identifiersChristoph Hellwig
2022-04-15nvme: don't print verbose errors for internal passthrough requestsChaitanya Kulkarni
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-29nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman
2022-03-29nvme: fix RCU hole that allowed for endless looping in multipath round robinChris Leech
2022-03-29nvme: allow duplicate NSIDs for private namespacesSungup Moon
2022-03-29nvmet: remove redundant assignment after left shiftColin Ian King
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-23nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R
2022-03-23nvme-pci: expose use_threaded_interrupts read-only in sysfsXin Hao
2022-03-23nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig
2022-03-15nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig
2022-03-14nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni
2022-03-14nvmet: don't fold linesChaitanya Kulkarni
2022-03-14nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsChris Leech
2022-03-14nvme-tcp: don't fold the lineChaitanya Kulkarni
2022-03-14nvme-tcp: don't initialize ret variableChaitanya Kulkarni
2022-03-14nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang
2022-03-14nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke
2022-03-07nvme: add support for enhanced metadataKeith Busch
2022-03-07nvme: allow integrity on extended metadata formatsKeith Busch
2022-03-07nvme: remove support or stream based temperature hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch
2022-02-28nvme: explicitly set non-error for directivesKeith Busch
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger
2022-02-28nvme: send uevent on connection upMartin Belanger
2022-02-28nvme: add vectored-io support for user-passthroughKanchan Joshi
2022-02-28nvme: add verbose error loggingAlan Adamson
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni