messages from 2025-06-24 12:15:35 to 2025-06-26 13:57:18 UTC [more...]
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-26 13:57 UTC (3+ messages)
[PATCH 1/2] blk-integrity: add scatter-less DMA mapping helpers
2025-06-26 13:55 UTC (8+ messages)
` [PATCH 2/2] nvme: convert metadata mapping to dma iter
[PATCH v2] block: fix false warning in bdev_count_inflight_rw()
2025-06-26 13:35 UTC (3+ messages)
[PATCH] ublk: sanity check add_dev input for underflow
2025-06-26 13:35 UTC (3+ messages)
[GIT PULL, resend] nvme updates for Linux 6.16
2025-06-26 13:33 UTC (2+ messages)
[GIT PULL] nvme updates for Linux 6.16
2025-06-26 12:09 UTC (2+ messages)
[PATCH] block: fix false warning in bdev_count_inflight_rw()
2025-06-26 11:37 UTC (6+ messages)
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-06-26 9:36 UTC (2+ messages)
[bug report] watchdog: BUG: soft lockup - CPU#47 stuck for 26s! [find:48492] triggered by blktests throtl/006
2025-06-26 9:22 UTC
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-26 9:19 UTC (19+ messages)
[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
2025-06-26 8:25 UTC (10+ messages)
[syzbot] Monthly block report (Jun 2025)
2025-06-26 5:36 UTC
[PATCH] block: Fix a deadlock related to modifying the readahead attribute
2025-06-26 5:31 UTC (3+ messages)
[PATCH 0/3] Fix bio splitting in the crypto fallback code
2025-06-26 5:28 UTC (6+ messages)
` [PATCH 1/3] block: Split blk_crypto_fallback_split_bio_if_needed()
` [PATCH 2/3] block: Introduce the BLK_FEAT_CALLS_BIO_SPLIT_TO_LIMITS flag
` [PATCH 3/3] block: Rework splitting of encrypted bios
[PATCH 1/2] nvme-tcp: avoid race between nvme scan and reset
2025-06-26 4:45 UTC (4+ messages)
[PATCH V2] ublk: build batch from IOs in same io_ring_ctx and io task
2025-06-26 2:31 UTC (3+ messages)
[PATCH blktests] block/005|008: double timeout on machines with more than 128 CPUs
2025-06-26 1:02 UTC (3+ messages)
[PATCH v18 00/12] Improve write performance for zoned UFS devices
2025-06-26 0:15 UTC (9+ messages)
` [PATCH v18 02/12] block: Rework request allocation in blk_mq_submit_bio()
` [PATCH v18 03/12] block: Support allocating from a specific software queue
` [PATCH v18 04/12] blk-mq: Restore the zoned write order when requeuing
` [PATCH v18 05/12] blk-zoned: Add an argument to blk_zone_plug_bio()
[PATCH v3 0/5] Fix write operation handling for zoned DM devices
2025-06-25 23:41 UTC (23+ messages)
` [PATCH v3 1/5] block: Make REQ_OP_ZONE_FINISH a write operation
` [PATCH v3 2/5] block: Introduce bio_needs_zone_write_plugging()
` [PATCH v3 3/5] dm: Always split write BIOs to zoned device limits
` [PATCH v3 4/5] dm: dm-crypt: Do not partially accept write BIOs with zoned targets
` [PATCH v3 5/5] dm: Check for forbidden splitting of zone write operations
[PATCH v3 14/16] fuse: use iomap for folio laundering
2025-06-25 17:02 UTC (2+ messages)
[PATCH v3 13/16] fuse: use iomap for writeback
2025-06-25 16:48 UTC (3+ messages)
new DMA API conversion for nvme-pci v3
2025-06-25 16:38 UTC (11+ messages)
` [PATCH 1/8] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH 2/8] block: add scatterlist-less DMA mapping helpers
` [PATCH 3/8] nvme-pci: refactor nvme_pci_use_sgls
` [PATCH 4/8] nvme-pci: merge the simple PRP and SGL setup into a common helper
` [PATCH 5/8] nvme-pci: remove superfluous arguments
` [PATCH 6/8] nvme-pci: convert the data mapping to blk_rq_dma_map
` [PATCH 7/8] nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
` [PATCH 8/8] nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS
[PATCH v2 0/4] Fix write operation handling for zoned DM devices
2025-06-25 16:33 UTC (17+ messages)
` [PATCH v2 1/4] block: Introduce bio_needs_zone_write_plugging()
` [PATCH v2 2/4] dm: Always split write BIOs to zoned device limits
` [PATCH v2 3/4] dm: dm-crypt: Do not split write operations with zoned targets
` [PATCH v2 4/4] dm: Check for forbidden splitting of zone write operations
[WARN 6.16-rc3] warning in bdev_count_inflight()
2025-06-25 14:49 UTC (7+ messages)
[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-25 14:36 UTC (16+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE
[PATCH blktests 0/2] nvme: avoid failures of TEST_DEV with metadata
2025-06-25 11:45 UTC (3+ messages)
` [PATCH blktests 1/2] nvme/{034,035}: skip when the test target namespace has metadata
` [PATCH blktests 2/2] nvme/049: add fio md_per_io_size option
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-06-25 11:10 UTC (9+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 12/16] fuse: use iomap for buffered writes
[PATCH 0/5] Remove zero_user()
2025-06-25 10:41 UTC (9+ messages)
` [PATCH 1/5] bio: Use memzero_page() in bio_truncate()
` [PATCH 2/5] null_blk: Use memzero_page()
` [PATCH 3/5] direct-io: "
` [PATCH 5/5] mm: Remove zero_user()
new DMA API conversion for nvme-pci v2
2025-06-25 6:07 UTC (8+ messages)
` [PATCH 3/8] nvme-pci: refactor nvme_pci_use_sgls
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-25 4:38 UTC (11+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
` [PATCH 2/5] blk-mq: add number of queue calc helper
` [PATCH 3/5] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: blk/scsi: "
[PATCH] block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
2025-06-25 4:33 UTC (9+ messages)
[PATCH 0/2] ublk: fix ublk_queue_rqs() and selftests test_stress_03
2025-06-25 2:44 UTC (12+ messages)
` [PATCH 1/2] ublk: build per-io-ring-ctx batch list
` [PATCH 2/2] selftests: ublk: don't take same backing file for more than one ublk devices
scsi optimal_io_size changed from 0 on kernel 6.6, to 16773120(32760*512, 4095*4096) on kernel 6.12/6.16
2025-06-25 2:10 UTC (4+ messages)
fix virt_boundary_mask handling in SCSI v2
2025-06-25 1:47 UTC (7+ messages)
` [PATCH 1/2] RDMA/srp: don't set a max_segment_size when virt_boundary_mask is set
` [PATCH 2/2] scsi: enforce unlimited "
[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
2025-06-24 16:49 UTC (2+ messages)
[PATCH V2] ublk: setup ublk_io correctly in case of ublk_get_data() failure
2025-06-24 16:23 UTC (5+ messages)
fix virt_boundary_mask handling in SCSI
2025-06-24 16:13 UTC (4+ messages)
[bug report] WARNING: CPU: 3 PID: 175811 at io_uring/io_uring.c:2921 io_ring_exit_work+0x155/0x288
2025-06-24 15:02 UTC (3+ messages)
[PATCH] ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI header
2025-06-24 14:51 UTC (2+ messages)
[PATCH] ublk: fix narrowing warnings in UAPI header
2025-06-24 14:51 UTC (2+ messages)
[PATCHv4 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-24 13:17 UTC (4+ messages)
` [PATCHv4 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv4 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv4 3/3] block: fix potential deadlock while running nr_hw_queue update
[PATCH] aoe: flush: fix device name string comparison
2025-06-24 12:55 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).