messages from 2026-04-21 14:51:18 to 2026-04-28 12:46:58 UTC [more...]
[PATCH V3 0/8] nvme: Refactor and expose per-controller timeout configuration
2026-04-28 12:46 UTC (31+ messages)
` [PATCH V3 1/8] nvme: Let the blocklayer set timeouts for requests
` [PATCH V3 2/8] nvme: add sysfs attribute to change admin timeout per nvme controller
` [PATCH V3 3/8] nvme: pci: use admin queue timeout over NVME_ADMIN_TIMEOUT
` [PATCH V3 4/8] nvme: add sysfs attribute to change IO timeout per nvme controller
` [PATCH V3 5/8] nvme: use per controller timeout waits over depending on global default
` [PATCH V3 6/8] nvme-core: align fabrics_q teardown with admin_q in nvme_free_ctrl
` [PATCH V3 7/8] nvmet-loop: do not alloc admin tag set during reset
` [PATCH V3 8/8] nvme-core: warn on allocating admin tag set with existing queue
[PATCH blktests] nvme/068: add a test for multipath delayed removal
2026-04-28 12:42 UTC (4+ messages)
[PATCH v2 00/18] Native SCSI multipath support
2026-04-28 11:14 UTC (19+ messages)
` [PATCH v2 01/18] scsi-multipath: introduce basic SCSI device support
` [PATCH v2 02/18] scsi-multipath: introduce scsi_device head structure
` [PATCH v2 03/18] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v2 04/18] scsi-multipath: support iopolicy
` [PATCH v2 05/18] scsi-multipath: clone each bio
` [PATCH v2 06/18] scsi-multipath: clear path when decide is blocked
` [PATCH v2 07/18] scsi-multipath: failover handling
` [PATCH v2 08/18] scsi-multipath: provide callbacks for path state
` [PATCH v2 09/18] scsi-multipath: add scsi_mpath_get_nr_active()
` [PATCH v2 10/18] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v2 11/18] scsi-multipath: block PR commands
` [PATCH v2 12/18] scsi-multipath: add delayed disk removal support
` [PATCH v2 13/18] scsi: sd: add multipath disk class
` [PATCH v2 14/18] scsi: sd: support multipath disk
` [PATCH v2 15/18] scsi: sd: add multipath disk attr groups
` [PATCH v2 16/18] scsi: sd: add mpath_dev file
` [PATCH v2 17/18] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v2 18/18] scsi: sd: add mpath_queue_depth "
[PATCH v2 00/13] nvme: switch to libmultipath
2026-04-28 11:12 UTC (14+ messages)
` [PATCH v2 01/13] nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()
` [PATCH v2 02/13] nvme-multipath: add initial support for using libmultipath
` [PATCH v2 03/13] nvme-multipath: add nvme_mpath_available_path()
` [PATCH v2 04/13] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH v2 05/13] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH v2 06/13] nvme-multipath: add nvme_mpath_cdev_ioctl()
` [PATCH v2 07/13] nvme-multipath: add uring_cmd support
` [PATCH v2 08/13] nvme-multipath: add nvme_mpath_get_iopolicy()
` [PATCH v2 09/13] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH v2 10/13] nvme-multipath: add nvme_{add,delete}_ns()
` [PATCH v2 11/13] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH v2 12/13] nvme-multipath: add nvme_mpath_get_nr_active()
` [PATCH v2 13/13] nvme-multipath: switch to use libmultipath
[PATCH v2 00/13] libmultipath: a generic multipath lib for block drivers
2026-04-28 11:11 UTC (14+ messages)
` [PATCH v2 01/13] libmultipath: Add initial framework
` [PATCH v2 02/13] libmultipath: Add basic gendisk support
` [PATCH v2 03/13] libmultipath: Add path selection support
` [PATCH v2 04/13] libmultipath: Add bio handling
` [PATCH v2 05/13] libmultipath: Add support for mpath_device management
` [PATCH v2 06/13] libmultipath: Add cdev support
` [PATCH v2 07/13] libmultipath: Add delayed removal support
` [PATCH v2 08/13] libmultipath: Add sysfs helpers
` [PATCH v2 09/13] libmultipath: Add PR support
` [PATCH v2 10/13] libmultipath: Add mpath_bdev_report_zones()
` [PATCH v2 11/13] libmultipath: Add support for block device IOCTL
` [PATCH v2 12/13] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v2 13/13] libmultipath: Add mpath_bdev_get_unique_id()
blktests failures with v7.1-rc1 kernel
2026-04-28 9:13 UTC
[PATCH] nvme: reserve a keep-alive admin tag for all transports
2026-04-28 7:24 UTC (4+ messages)
[PATCH v3 0/2] scan_work improvement
2026-04-28 6:51 UTC (4+ messages)
` [PATCH v3 1/2] nvme: delete unnecessary empty lines
` [PATCH v3 2/2] nvme: initialize known effects to set ns_mgmt NCC and ns_attach NIC
[PATCH] nvmet-tcp: bound sgl->length check in nvmet_tcp_map_data()
2026-04-28 6:07 UTC (11+ messages)
` [PATCH v2] nvmet-tcp: set a default MDTS of 2 MiB for TCP transport
[PATCH RFC 0/5] nvme: Controller Data Queue (CDQ) support
2026-04-28 3:56 UTC (12+ messages)
` [PATCH RFC 1/5] nvme: Add CDQ data structures to nvme spec header
` [PATCH RFC 2/5] nvme: Add CDQ data structures to host driver
` [PATCH RFC 3/5] nvme: Add NVME_AER_ONE_SHOT callback handler
` [PATCH RFC 4/5] nvme: Implement CDQ core functionality
` [PATCH RFC 5/5] nvme: Add CDQ ioctl interface
[GIT PULL] nvme updates for Linux 7.1
2026-04-27 21:49 UTC (3+ messages)
[PATCH v12 00/13] blk: honor isolcpus configuration
2026-04-27 15:34 UTC (17+ messages)
` [PATCH v12 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v12 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v12 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v12 04/13] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v12 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v12 06/13] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v12 07/13] scsi: Use "
` [PATCH v12 08/13] virtio: blk/scsi: use "
` [PATCH v12 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v12 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v12 11/13] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v12 12/13] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v12 13/13] docs: add io_queue flag to isolcpus
[RFC PATCH 0/4] nvme-tcp: NIC topology aware I/O queue scaling and queue info export
2026-04-27 12:14 UTC (16+ messages)
` [RFC PATCH 1/4] nvme-tcp: optionally limit I/O queue count based on NIC queues
` [RFC PATCH 2/4] nvme-tcp: add a diagnostic message when NIC queues are underutilized
` [RFC PATCH 4/4] nvme: expose queue information via debugfs
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
2026-04-27 11:50 UTC (8+ messages)
[PATCH v2] nvme-auth: Include SC_C in RVAL controller hash
2026-04-27 11:24 UTC (6+ messages)
[PATCH] nvmet: pci-epf: fix heap overflow for invalid I/O SQES/CQES from the host
2026-04-27 5:30 UTC (2+ messages)
[PATCH RFC 1/2] nvme: downgrade WARN in nvme_setup_rw to pr_debug
2026-04-27 0:34 UTC (2+ messages)
` [PATCH RFC 2/2] nvme: set integrity metadata size for EXT_LBAS non-PI namespace
[LSF/MM/BPF] Running BOF
2026-04-26 0:46 UTC
[PATCH v2 0/2] scan_work improvement
2026-04-25 13:16 UTC (7+ messages)
` [PATCH v2 1/2] nvme: delete unnecessary empty lines
` [PATCH v2 2/2] nvme: initialize known effects to set ns_mgmt NCC and ns_attach NIC
[PATCH v4 00/15] TP8028 Rapid Path Failure Recovery
2026-04-24 23:07 UTC (3+ messages)
` [PATCH v4 08/15] nvme: Implement cross-controller reset recovery
[PATCH 00/12] Block storage copy offloading
2026-04-24 22:42 UTC (13+ messages)
` [PATCH 01/12] block: Introduce queue limits for "
` [PATCH 02/12] block: Add the REQ_OP_COPY_{SRC,DST} operations
` [PATCH 03/12] block: Introduce blkdev_copy_offload()
` [PATCH 04/12] block: Add an onloaded copy implementation
` [PATCH 05/12] block: Introduce accessor functions for copy offload bios
` [PATCH 06/12] fs/read_write: Generalize generic_copy_file_checks()
` [PATCH 07/12] fs, block: Add copy_file_range() support for block devices
` [PATCH 08/12] nvme: Add copy offloading support
` [PATCH 09/12] nvmet: Support the Copy command
` [PATCH 10/12] dm: Add support for copy offloading
` [PATCH 11/12] dm-linear: Enable "
` [PATCH 12/12] null_blk: Add support for REQ_OP_COPY_*
[PATCH 1/3] nvme-auth: Don't log shared secret in nvme_auth_dhchap_exponential()
2026-04-24 22:39 UTC (2+ messages)
[PATCH v3 0/6] block: fix integrity offset/length conversions
2026-04-23 18:02 UTC (5+ messages)
[RFC nvme-keyring nvme-cli] Should NVMe/TLS PSKs support the request_key API?
2026-04-23 17:15 UTC (5+ messages)
` [RFC PATCH] nvme-keyring: add request_key upcalls for dynamic key loading
` [RFC] example request-key helper script
[PATCH 3/4] PCI: qcom: Indicate broken L1ss exit during resume from system suspend
2026-04-23 15:15 UTC (5+ messages)
[linux-nvme:nvme-7.1] BUILD SUCCESS bd7b7ce96db4487bb77692a85ee4489fd2c395df
2026-04-23 12:13 UTC
[PATCH 5.15.y 1/2] Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"
2026-04-23 11:50 UTC (2+ messages)
` Patch "Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"" has been added to the 5.15-stable tree
[PATCH 5.15.y 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()
2026-04-23 11:50 UTC (2+ messages)
` Patch "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()" has been added to the 5.15-stable tree
LSF/MM/BPF: 2026: Call for Proposals
2026-04-23 11:46 UTC (4+ messages)
[PATCH v11 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
2026-04-23 8:11 UTC (4+ messages)
[PATCHv3 0/9] libnvme: add support for retrieving additional NVMe stat
2026-04-23 7:42 UTC (6+ messages)
` [PATCHv3 7/9] libnvme: add support for namespace diagnostic counters
` [PATCHv3 8/9] libnvme: add support for nshead "
` [PATCHv3 9/9] libnvme: add support for ctrl "
[PATCH v2 REPOST] nvme-auth: Hash DH shared secret to create session key
2026-04-22 20:04 UTC (2+ messages)
[PATCH] nvme-pci: fix missed admin queue sq doorbell write
2026-04-22 14:46 UTC (4+ messages)
[PATCH] nvme: set NCC and NIC effects for NS mgmt and attach
2026-04-22 13:12 UTC (3+ messages)
[PATCH] nvme: delete unnecessary empty lines
2026-04-22 13:11 UTC (3+ messages)
[PATCH 0/4] PCI: Introduce pci_dev_suspend_retention_supported() API
2026-04-22 6:33 UTC (3+ messages)
` [PATCH 4/4] nvme-pci: Use pci_dev_suspend_retention_supported() API during suspend
[PATCH V3 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
2026-04-22 6:22 UTC (8+ messages)
` [PATCH V3 1/3] block: clear BLK_FEAT_PCI_P2PDMA in blk_stack_limits() for non-supporting devices
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox