messages from 2022-10-23 21:09:07 to 2022-10-26 12:49:20 UTC [more...]
per-tagset SRCU struct and quiesce v2
2022-10-26 12:49 UTC (28+ messages)
` [PATCH 01/17] block: set the disk capacity to 0 in blk_mark_disk_dead
` [PATCH 02/17] nvme-pci: refactor the tagset handling in nvme_reset_work
` [PATCH 03/17] nvme-pci: don't warn about the lack of I/O queues for admin controllers
` [PATCH 04/17] nvme: don't call nvme_kill_queues from nvme_remove_namespaces
` [PATCH 05/17] nvme: don't remove namespaces in nvme_passthru_end
` [PATCH 06/17] nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespaces
` [PATCH 07/17] nvme: remove the NVME_NS_DEAD check in nvme_validate_ns
` [PATCH 08/17] nvme: don't unquiesce the admin queue in nvme_kill_queues
` [PATCH 09/17] nvme: don't unquiesce the I/O queues "
` [PATCH 10/17] nvme-pci: mark the namespaces dead earlier in nvme_remove
` [PATCH 11/17] nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl
` [PATCH 12/17] nvme-pci: don't unquiesce the I/O queues in apple_nvme_reset_work
` [PATCH 13/17] blk-mq: skip non-mq queues in blk_mq_quiesce_queue
` [PATCH 14/17] blk-mq: move the srcu_struct used for quiescing to the tagset
` [PATCH 15/17] blk-mq: pass a tagset to blk_mq_wait_quiesce_done
` [PATCH 16/17] blk-mq: add tagset quiesce interface
` [PATCH 17/17] nvme: use blk_mq_[un]quiesce_tagset
consolidate btrfs checksumming, repair and bio splitting
2022-10-26 11:41 UTC (13+ messages)
[PATCH v2] blk-mq: Properly init requests from blk_mq_alloc_request_hctx()
2022-10-26 11:39 UTC (2+ messages)
[PATCH] ublk_drv: don't call task_work_add for queueing io commands
2022-10-26 11:29 UTC (10+ messages)
[PATCH -nect RFC v2 0/2] block: fix uaf in bd_link_disk_holder()
2022-10-26 11:16 UTC (4+ messages)
[PATCH] block: fix Werror=format with GCC 13
2022-10-26 8:16 UTC (3+ messages)
[PATCH 2/3] mmc: block: Limit queue size for consecutive requeues
2022-10-26 7:30 UTC
[PATCH 1/3] block: Requeue req as head if driver touched it
2022-10-26 7:30 UTC
[PATCH 3/3] mmc: block: Requeue on block size restrictions
2022-10-26 7:30 UTC
[PATCH 0/3] mmc: Improve block layer requeueing behavior
2022-10-26 7:30 UTC
[PATCH] blktrace:use '__blk_trace_remove' helper in 'blk_trace_remove_queue'
2022-10-26 7:56 UTC
[PATCH V3 1/1] blk-mq: avoid double ->queue_rq() because of early timeout
2022-10-26 5:19 UTC
[PATCH V2 1/1] blk-mq: avoid double ->queue_rq() because of early timeout
2022-10-26 3:44 UTC (4+ messages)
[PATCH] blk-mq: avoid double ->queue_rq() because of early timeout
2022-10-26 0:53 UTC (6+ messages)
[PATCH v2 1/1] nvme: use macro definitions for setting reservation values
2022-10-25 23:20 UTC (6+ messages)
[PATCH 0/3] Block layer cleanup patches
2022-10-25 19:42 UTC (6+ messages)
` [PATCH v2 1/3] block: Remove request.write_hint
` [PATCH v2 2/3] block: Constify most queue limits pointers
` [PATCH v2 3/3] block: Micro-optimize get_max_segment_size()
[PATCH for-next v3 0/3] implement pcpu bio caching for IRQ I/O
2022-10-25 19:42 UTC (4+ messages)
[PATCH] block: remove bio_start_io_acct_time
2022-10-25 18:41 UTC (2+ messages)
[PATCH rfc 0/1] nvme-mpath: Add IO stats support
2022-10-25 15:58 UTC (10+ messages)
` [PATCH rfc] nvme: support io stats on the mpath device
[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
2022-10-25 15:41 UTC (29+ messages)
` [PATCH v11 1/9] mm: allow multiple error returns in try_grab_page()
` [PATCH v11 2/9] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v11 4/9] block: add check when merging zone device pages
` [PATCH v11 5/9] lib/scatterlist: "
` [PATCH v11 6/9] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v11 7/9] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v11 8/9] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v11 9/9] ABI: sysfs-bus-pci: add documentation for p2pmem allocate
don't drop the queue reference in blk_mq_destroy_queue
2022-10-25 14:26 UTC (5+ messages)
` [PATCH 1/4] blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
[PATCH] blk-mq: Properly init bios from blk_mq_alloc_request_hctx()
2022-10-25 12:33 UTC (14+ messages)
ublk-qcow2: ublk-qcow2 is available
2022-10-25 12:02 UTC (19+ messages)
[PATCH RFC v3 00/22] blk-mq/libata/scsi: SCSI driver tagging improvements Part I
2022-10-25 10:18 UTC (24+ messages)
` [PATCH RFC v3 01/22] blk-mq: Don't get budget for reserved requests
` [PATCH RFC v3 02/22] scsi: core: Add scsi_get_dev()
` [PATCH RFC v3 03/22] scsi: core: Implement reserved command handling
` [PATCH RFC v3 04/22] scsi: core: Add support to send reserved commands
` [PATCH RFC v3 05/22] scsi: core: Add support for reserved command timeout handling
` [PATCH RFC v3 06/22] scsi: libsas: Improve sas_ex_discover_expander() error handling
` [PATCH RFC v3 07/22] scsi: libsas: Notify LLDD expander found before calling sas_rphy_add()
` [PATCH RFC v3 08/22] scsi: scsi_transport_sas: Alloc sdev for expander
` [PATCH RFC v3 09/22] scsi: libsas: Add sas_alloc_slow_task_rq()
` [PATCH RFC v3 10/22] scsi: libsas: Add sas_queuecommand_internal()
` [PATCH RFC v3 11/22] scsi: libsas: Add sas_internal_timeout()
` [PATCH RFC v3 12/22] scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()
` [PATCH RFC v3 13/22] scsi: scsi_transport_sas: Allocate end device target id in the rphy alloc
` [PATCH RFC v3 14/22] ata: libata-scsi: Add ata_scsi_setup_sdev()
` [PATCH RFC v3 15/22] scsi: libsas: Add sas_ata_setup_device()
` [PATCH RFC v3 16/22] ata: libata-scsi: Allocate sdev early in port probe
` [PATCH RFC v3 17/22] scsi: libsas drivers: Reserve tags
` [PATCH RFC v3 18/22] scsi: libsas: Queue SMP commands as requests
` [PATCH RFC v3 19/22] scsi: libsas: Queue TMF "
` [PATCH RFC v3 20/22] scsi: core: Add scsi_alloc_request_hwq()
` [PATCH RFC v3 21/22] scsi: libsas: Queue internal abort commands as requests
` [PATCH RFC v3 22/22] scsi: libsas: Delete sas_task_slow.timer
[PATCH RFC v3 0/7] blk-mq/libata/scsi: SCSI driver tagging improvements Part II
2022-10-25 10:32 UTC (8+ messages)
` [PATCH RFC v3 1/7] ata: libata-scsi: Add ata_scsi_queue_internal()
` [PATCH RFC v3 2/7] ata: libata-scsi: Add ata_internal_queuecommand()
` [PATCH RFC v3 3/7] ata: libata: Make space for ATA queue command in scmd payload
` [PATCH RFC v3 4/7] ata: libata: Add ata_internal_timeout()
` [PATCH RFC v3 5/7] ata: libata: Queue ATA internal commands as requests
` [PATCH RFC v3 6/7] scsi: mvsas: Remove internal tag handling
` [PATCH RFC v3 7/7] scsi: hisi_sas: Remove internal tag handling for reserved commands
[patch v11 0/6] support concurrent sync io for bfq on a specail occasion
2022-10-25 7:31 UTC (8+ messages)
[PATCH blktests 0/3] fix for xfs log size change from new version of xfsprogs
2022-10-25 2:49 UTC (6+ messages)
` [PATCH blktests 1/3] common/xfs: set the minimal log size 64m during mkfs.xfs
` [PATCH blktests 2/3] common/rc: add one function to get test dev size in mb
` [PATCH blktests 3/3] common/xfs: update _xfs_run_fio_verify_io to accept the size parameter
[PATCH blktests] common/xfs: ignore the 32M log size during mkfs.xfs
2022-10-25 1:53 UTC (13+ messages)
per-tagset SRCU struct and quiesce
2022-10-25 1:38 UTC (15+ messages)
` [PATCH 5/8] blk-mq: add tagset quiesce interface
` [PATCH 6/8] nvme: move the NS_DEAD flag to the controller
` [PATCH 7/8] nvme: remove nvme_set_queue_dying
[RFC PATCH v3 00/14] mm/block: add bdi sysfs knobs
2022-10-24 19:06 UTC (15+ messages)
` [RFC PATCH v3 01/14] mm: add bdi_set_strict_limit() function
` [RFC PATCH v3 02/14] mm: add knob /sys/class/bdi/<bdi>/strict_limit
` [RFC PATCH v3 03/14] mm: document /sys/class/bdi/<bdi>/strict_limit knob
` [RFC PATCH v3 04/14] mm: use part per 1000 for bdi ratios
` [RFC PATCH v3 05/14] mm: add bdi_get_max_bytes() function
` [RFC PATCH v3 06/14] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v3 07/14] mm: add bdi_set_max_bytes() function
` [RFC PATCH v3 08/14] mm: add knob /sys/class/bdi/<bdi>/max_bytes
` [RFC PATCH v3 09/14] mm: document /sys/class/bdi/<bdi>/max_bytes knob
` [RFC PATCH v3 10/14] mm: add bdi_get_min_bytes() function
` [RFC PATCH v3 11/14] mm: split off __bdi_set_min_ratio() function
` [RFC PATCH v3 12/14] mm: add bdi_set_min_bytes() function
` [RFC PATCH v3 13/14] mm: add /sys/class/bdi/<bdi>/min_bytes knob
` [RFC PATCH v3 14/14] mm: document "
[PATCH] virtio_blk: Fix signedness bug in virtblk_prep_rq()
2022-10-24 15:44 UTC (4+ messages)
[PATCH v15 00/13] support zoned block devices with non-power-of-2 zone sizes
2022-10-24 19:02 UTC (6+ messages)
[PATCH v1 0/5] convert tree to get_random_u32_{below,above,between}()
2022-10-24 16:43 UTC (9+ messages)
[Bug] double ->queue_rq() because of timeout in ->queue_rq()
2022-10-24 15:41 UTC (5+ messages)
[PATCH v3] drbd: Store op in drbd_peer_request
2022-10-24 14:24 UTC
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;
as well as URLs for NNTP newsgroup(s).