linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-26 08:02:05 to 2025-08-30 00:43:05 UTC [more...]

[PATCH RFC v2 00/10] block: fix disordered IO in the case recursive split
 2025-08-30  0:43 UTC  (14+ messages)
` [PATCH RFC v2 01/10] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v2 02/10] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v2 03/10] md/raid1: convert "
` [PATCH RFC v2 04/10] md/raid10: convert read/write "
` [PATCH RFC v2 05/10] md/raid5: convert "
` [PATCH RFC v2 06/10] md/md-linear: "
` [PATCH RFC v2 07/10] blk-crypto: "
` [PATCH RFC v2 08/10] block: skip unnecessary checks for split bio
` [PATCH RFC v2 09/10] block: fix disordered IO in the case recursive split
` [PATCH RFC v2 10/10] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-08-29 22:19 UTC  (21+ messages)
` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links
` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link
` [PATCH 07/14] Documentation: kasan: Use internal link to kunit
` [PATCH 08/14] Documentation: gpu: "
` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references
` (subset) [PATCH 00/14] Internalize www.kernel.org/doc cross-reference

[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
 2025-08-29 18:27 UTC  (5+ messages)
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`

[GIT PULL] Block fixes for 6.17-rc4
 2025-08-29 16:39 UTC  (2+ messages)

[PATCH 10/33] block: Protect against concurrent isolated cpuset change
 2025-08-29 15:47 UTC 

[PATCH V2 0/2] ublk: avoid ublk_io_release() called after ublk char dev is closed
 2025-08-29 15:37 UTC  (8+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device

[PATCH 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-08-29 15:15 UTC  (4+ messages)
` [PATCH 1/2] blk-integrity: enable p2p source and destination
` [PATCH 2/2] blk-mq-dma: bring back p2p request flags

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-29 13:16 UTC  (33+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 15/16] block-dma: properly take MMIO path

[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
 2025-08-29 11:12 UTC  (26+ messages)
` [PATCH v6 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v6 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v6 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v6 05/18] rust: str: introduce `kstrtobool` function
` [PATCH v6 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v6 07/18] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v6 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v6 12/18] rust: block: add block related constants
` [PATCH v6 14/18] rnull: enable configuration via `configfs`
` [PATCH v6 15/18] rust: block: add `GenDisk` private data support
` [PATCH v6 17/18] rust: block: add remote completion to `Request`
` [PATCH v6 18/18] rnull: add soft-irq completion support

[PATCH] block/mq-deadline: Replace DD_PRIO_MAX with DD_PRIO_COUNT
 2025-08-29  6:19 UTC  (3+ messages)

[PATCH v2] block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos()
 2025-08-29  6:16 UTC  (3+ messages)

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-29  4:26 UTC  (12+ messages)
                  ` [External] "

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-29  3:19 UTC  (16+ messages)
` [PATCHv3 3/8] block: align the bio after building it

[PATCH] block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos()
 2025-08-29  1:53 UTC 

[PATCH] blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx
 2025-08-29  1:21 UTC  (13+ messages)

[PATCH] bcache: change maintainer's email address
 2025-08-28 16:06 UTC  (2+ messages)

[PATCH V3 0/2] ublk: avoid ublk_io_release() called after ublk char dev is closed
 2025-08-28 16:06 UTC  (4+ messages)
` [PATCH V3 1/2] "
` [PATCH V3 2/2] ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device

[PATCH v24 00/18] Improve write performance for zoned UFS devices
 2025-08-28 13:32 UTC  (21+ messages)
` [PATCH v24 01/18] block: Support block devices that preserve the order of write requests
` [PATCH v24 02/18] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v24 03/18] blk-mq: Restore the zone write order when requeuing
` [PATCH v24 04/18] blk-mq: Move the blk_queue_sq_sched() calls
` [PATCH v24 05/18] blk-mq: Run all hwqs for sq scheds if write pipelining is enabled
` [PATCH v24 06/18] block/mq-deadline: Enable zoned write pipelining
` [PATCH v24 07/18] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v24 08/18] blk-zoned: Split an if-statement
` [PATCH v24 09/18] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v24 10/18] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v24 11/18] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v24 12/18] blk-zoned: Support pipelining of zoned writes
` [PATCH v24 13/18] null_blk: Add the preserves_write_order attribute
` [PATCH v24 14/18] scsi: core: Retry unaligned zoned writes
` [PATCH v24 15/18] scsi: sd: Increase retry count for "
` [PATCH v24 16/18] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v24 17/18] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v24 18/18] ufs: core: Inform the block layer about write ordering

blktests failures with v6.17-rc1 kernel
 2025-08-28 11:33 UTC  (4+ messages)

[syzbot] [block?] INFO: task hung in queue_limits_commit_update_frozen
 2025-08-28  8:44 UTC 

[PATCH v5 4/5] rust: block: convert `block::mq` to use `Refcount`
 2025-08-28  7:18 UTC  (4+ messages)

[PATCH v3] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
 2025-08-27 21:51 UTC  (3+ messages)

[REGRESSION] loopback block device on top of block devices don't work anymore
 2025-08-27 19:55 UTC  (2+ messages)

[REGRESSION] loop: use vfs_getattr_nosec for accurate file size
 2025-08-27 14:33 UTC  (5+ messages)

[PATCHv4 0/8]
 2025-08-27 14:12 UTC  (9+ messages)
` [PATCHv4 1/8] block: check for valid bio while splitting
` [PATCHv4 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv4 3/8] block: align the bio after building it
` [PATCHv4 4/8] block: simplify direct io validity check
` [PATCHv4 5/8] iomap: "
` [PATCHv4 6/8] block: remove bdev_iter_is_aligned
` [PATCHv4 7/8] blk-integrity: use simpler alignment check
` [PATCHv4 8/8] iov_iter: remove iov_iter_is_aligned

[PATCH v3] block: mtip32xx: Remove excess code in mtip_pci_probe
 2025-08-27 13:50 UTC  (2+ messages)

[syzbot] [block?] [ext4?] [btrfs?] INFO: rcu detected stall in sys_mount (8)
 2025-08-27 13:07 UTC 

[PATCH] scsi: sr: Set rotational feature flag back
 2025-08-27 11:35 UTC 

[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
 2025-08-27 10:16 UTC  (11+ messages)

[syzbot] Monthly block report (Aug 2025)
 2025-08-27  8:15 UTC 

[PATCHv3 0/2] block+nvme: reducing virtual boundary mask reliance
 2025-08-27  7:37 UTC  (9+ messages)
` [PATCHv3 1/2] block: accumulate segment page gaps per bio

[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
 2025-08-27  7:31 UTC  (13+ messages)
` [PATCH RFC 2/7] md/raid0: convert raid0_handle_discard() to use bio_submit_split()
` [PATCH RFC 4/7] md/raid10: convert read/write "

[PATCH v2 0/3] zram: support asynchronous writeback
 2025-08-26 22:07 UTC  (3+ messages)
` [PATCH v2 1/3] zram: refactor writeback helpers

[PATCH 2/7] aoe: Stop calling page_address() in free_page()
 2025-08-26 20:12 UTC  (2+ messages)

[PATCH] block: validate QoS before calling __rq_qos_done_bio()
 2025-08-26 16:34 UTC  (2+ messages)

[blktest/nvme/058] Kernel OOPs while running nvme/058 tests
 2025-08-26 14:49 UTC  (3+ messages)

[PATCH] blk-zoned: Fix a lockdep complaint about recursive locking
 2025-08-26 14:28 UTC  (3+ messages)

[PATCH v2 0/3] floppy: A couple of cleanups
 2025-08-26 13:32 UTC  (4+ messages)


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).