summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)Author
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi
2022-08-02block: change the blk_queue_split calling conventionChristoph 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-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-11nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi
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: allow duplicate NSIDs for private namespacesSungup Moon
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig
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-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares
2021-09-14nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke
2021-09-06nvme-multipath: set QUEUE_FLAG_NOWAITChristoph Hellwig
2021-08-12nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_diskChristoph Hellwig
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig
2021-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig
2021-05-13nvmet: use new ana_log_size instead the old oneHou Pu
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-04nvme-multipath: reset bdev to ns head when failoverDaniel Wagner
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig
2021-04-15nvme-multipath: remove single trailing whitespaceNiklas Cassel
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nvme-multipath: set nr_zones for zoned namespacesKeith Busch
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig