summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-0/+26
2022-12-06nvme-multipath: support io stats on the mpath deviceSagi Grimberg1-0/+26
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander1-0/+3
2022-10-25nvme-multipath: set queue dma alignment to 3Keith Busch1-0/+1
2022-10-12nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg1-0/+1
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi1-0/+1
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-08-02nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler1-0/+1
2022-08-02nvme-multipath: refactor nvme_mpath_add_diskJoel Granados1-3/+3
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-05-11nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi1-0/+1
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+27
2022-03-29nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman1-2/+23
2022-03-29nvme: allow duplicate NSIDs for private namespacesSungup Moon1-3/+4
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+5
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig1-23/+1
2022-03-14nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang1-2/+1
2022-03-14nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke1-2/+3
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+36
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke1-5/+36
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao1-1/+2
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker1-1/+1
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain1-2/+12
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke1-2/+5
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig1-1/+15
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-4/+2
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares1-2/+0
2021-09-14nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman1-2/+5
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke1-1/+16
2021-09-06nvme-multipath: set QUEUE_FLAG_NOWAITChristoph Hellwig1-0/+2
2021-08-12nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_diskChristoph Hellwig1-1/+1
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke1-1/+8
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+27
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner1-5/+0
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner1-0/+7
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig1-1/+20
2021-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-32/+13
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-05-13nvmet: use new ana_log_size instead the old oneHou Pu1-1/+1
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig1-26/+29
2021-05-04nvme-multipath: reset bdev to ns head when failoverDaniel Wagner1-0/+3
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im1-3/+48
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig1-1/+24
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig1-12/+12
2021-04-15nvme-multipath: remove single trailing whitespaceNiklas Cassel1-1/+1
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke1-0/+4