summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/multipath.c
AgeCommit message (Expand)Author
8 daysnvme: find numa distance only if controller has valid numa idNilay Shroff
2024-03-04nvme-multipath: pass queue_limits to blk_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-01-29nvme: use ctrl state accessorKeith Busch
2023-12-19nvme: rename ns attribute groupDaniel Wagner
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe
2023-06-28nvme: improved uring pollingKeith Busch
2023-06-27nvme-mpath: fix I/O failure with EAGAIN when failing over I/OSagi Grimberg
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-05-18Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4Jens Axboe
2023-05-17nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_diskChristoph Hellwig
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-06nvme-multipath: support io stats on the mpath deviceSagi Grimberg
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander
2022-10-25nvme-multipath: set queue dma alignment to 3Keith Busch
2022-10-12nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg
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