public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-03 23:46:19 to 2025-06-11 01:00:46 UTC [more...]

[PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order
 2025-06-11  1:00 UTC  (21+ messages)

[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
 2025-06-11  0:05 UTC  (9+ messages)

[PATCH 1/2] aoe: clean device rq_list in aoedev_downdev()
 2025-06-10 17:06 UTC  (2+ messages)
` [PATCH 2/2] aoe: defer rexmit timer downdev work to workqueue

[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
 2025-06-10 16:07 UTC  (6+ messages)
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint

[PATCHv2] block tests: nvme metadata passthrough
 2025-06-10 15:51 UTC  (3+ messages)

[PATCH blktests 0/2] check: support "set -e" strict error-checking
 2025-06-10 15:49 UTC  (7+ messages)
` [PATCH blktests 1/2] check: allow strict error-checking by "set -e" in test cases
` [PATCH blktests 2/2] check: introduce ERR_EXIT flag

[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
 2025-06-10 13:22 UTC  (3+ messages)
  ` [PATCH for-next v3 1/2] block: introduce pi_size field in blk_integrity
  ` [PATCH for-next v3 2/2] fs: add ioctl to query metadata and protection info capabilities

new DMA API conversion for nvme-pci
 2025-06-10 15:37 UTC  (20+ messages)
` [PATCH 1/9] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH 2/9] block: add scatterlist-less DMA mapping helpers
` [PATCH 3/9] nvme-pci: simplify nvme_pci_metadata_use_sgls
` [PATCH 4/9] nvme-pci: refactor nvme_pci_use_sgls
` [PATCH 5/9] nvme-pci: merge the simple PRP and SGL setup into a common helper
` [PATCH 6/9] nvme-pci: remove superfluous arguments
` [PATCH 7/9] nvme-pci: convert the data mapping blk_rq_dma_map
` [PATCH 8/9] nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
` [PATCH 9/9] nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS

[PATCH 2/2] change blanket impls for `[Pin]Init` and add one for `Result<T, E>`
 2025-06-10 13:44 UTC  (2+ messages)

[PATCH 5.10] blk-mq: Fix kmemleak in blk_mq_init_allocated_queue
 2025-06-10 11:00 UTC 

[PATCH for-next v2 0/2] add ioctl to query protection info capabilities
 2025-06-10 10:26 UTC  (12+ messages)
  ` [PATCH for-next v2 1/2] block: introduce pi_size field in blk_integrity
  ` [PATCH for-next v2 2/2] fs: add ioctl to query protection info capabilities

[PATCH] rust: Use consistent "# Examples" heading style in rustdoc
 2025-06-10  9:05 UTC  (5+ messages)

[PATCH V2] rust: Use consistent "# Examples" heading style in rustdoc
 2025-06-10  9:03 UTC 

[PATCH] ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG)
 2025-06-10  2:06 UTC  (3+ messages)

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-10  1:47 UTC  (12+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [PATCH 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [PATCH 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [PATCH 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 08/10] block: factor out common part in blkdev_fallocate()
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH 10/10] ext4: "

[PATCH 0/8] ublk: allow off-daemon zero-copy buffer registration
 2025-06-10  1:34 UTC  (22+ messages)
` [PATCH 1/8] ublk: check cmd_op first
` [PATCH 2/8] ublk: handle UBLK_IO_FETCH_REQ first
` [PATCH 3/8] ublk: remove task variable from __ublk_ch_uring_cmd()
` [PATCH 4/8] ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
` [PATCH 5/8] ublk: move ublk_prep_cancel() to case UBLK_IO_COMMIT_AND_FETCH_REQ
` [PATCH 6/8] ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
` [PATCH 7/8] ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
` [PATCH 8/8] ublk: remove ubq checks from ublk_{get,put}_req_ref()

[PATCH v4 0/5] relayfs: misc changes
 2025-06-10  0:48 UTC  (6+ messages)
` [PATCH v4 1/5] relayfs: abolish prev_padding
` [PATCH v4 2/5] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v4 3/5] relayfs: introduce getting relayfs statistics function
` [PATCH v4 4/5] blktrace: use rbuf->stats.full as a drop indicator in relayfs
` [PATCH v4 5/5] relayfs: support a counter tracking if data is too big to write

[PATCH blktests] block tests: nvme metadata passthrough
 2025-06-09 15:24 UTC  (7+ messages)

[PATCH RFC 0/4] block: set chunk_sectors from stacked dev stripe size
 2025-06-09 15:19 UTC  (8+ messages)
` [PATCH RFC 1/4] md/raid0: set chunk_sectors limit
` [PATCH RFC 2/4] md/raid10: "
` [PATCH RFC 3/4] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH RFC 4/4] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH v7 00/19] Add Command Duration Limits support
 2025-06-09 12:24 UTC  (8+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits

[PATCH 0/5] block: another block copy offload
 2025-06-09  9:29 UTC  (3+ messages)
` [PATCH 3/5] nvme: add support for "

[PATCHv2] block: fix lock dependency between percpu alloc lock and elevator lock
 2025-06-09  2:13 UTC  (5+ messages)

[PATCH 0/3] ublk: add UBLK_F_QUIESCE
 2025-06-08 14:34 UTC  (6+ messages)
` [PATCH 2/3] ublk: add feature UBLK_F_QUIESCE

[PATCH blktests] md/002: add atomic write tests for md/stacked devices
 2025-06-07  6:12 UTC  (2+ messages)

[GIT PULL] Block fixes and updates for 6.16-rc1
 2025-06-06 20:31 UTC  (2+ messages)

blktests failures with v6.15 kernel
 2025-06-06 15:31 UTC  (7+ messages)

ublk: RFC fetch_req_multishot
 2025-06-06 12:03 UTC  (5+ messages)

BLOCK_LEGACY_AUTOLOAD not default y in Linux 5.15.179+
 2025-06-06 11:33 UTC 

ublk: Adding Latency Measurement Support to UBLK
 2025-06-06 10:06 UTC  (2+ messages)

[bug report] WARNING: possible circular locking dependency detected at: touch_wq_lockdep_map+0x7a/0x180 and bdev_release+0x133/0x610
 2025-06-06  3:37 UTC 

[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-06-05 14:23 UTC  (12+ messages)
` [RFC PATCH 01/11] dm-pcache: add pcache_internal.h
` [RFC PATCH 02/11] dm-pcache: add backing device management
` [RFC PATCH 03/11] dm-pcache: add cache device
` [RFC PATCH 04/11] dm-pcache: add segment layer
` [RFC PATCH 05/11] dm-pcache: add cache_segment
` [RFC PATCH 06/11] dm-pcache: add cache_writeback
` [RFC PATCH 07/11] dm-pcache: add cache_gc
` [RFC PATCH 08/11] dm-pcache: add cache_key
` [RFC PATCH 09/11] dm-pcache: add cache_req
` [RFC PATCH 10/11] dm-pcache: add cache core
` [RFC PATCH 11/11] dm-pcache: initial dm-pcache target

[GIT PULL] nvme updates for Linux 6.16
 2025-06-05 13:42 UTC  (2+ messages)

[PATCH] drbd: Remove the open-coded page pool
 2025-06-05 10:38 UTC 

[PATCH] block: fix atomic write limits for stacked devices
 2025-06-05  9:50 UTC  (7+ messages)

[RFC] fs: add ioctl to query protection info capabilities
 2025-06-05  8:24 UTC  (12+ messages)

[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
 2025-06-05  2:15 UTC 

[syzbot] [nbd?] possible deadlock in nbd_ioctl
 2025-06-05  0:30 UTC 

[PATCH v11 00/10] Read/Write with meta/integrity
 2025-06-04 19:53 UTC  (5+ messages)

[linus:master] [loop] e7bc0010ce: stress-ng.loop.ops_per_sec 5.3% improvement
 2025-06-04 15:01 UTC 

warning on flushing page cache on block device removal
 2025-06-04 14:32 UTC  (10+ messages)

[PATCH 1/2] nvme-tcp: avoid race between nvme scan and reset
 2025-06-04 11:17 UTC  (2+ messages)

[Bug] soft lockup in blk_rq_timed_out_timer in Linux v6.12
 2025-06-04  2:59 UTC 

[PATCH] selftests: ublk: kublk: improve behavior on init failure
 2025-06-04  2:20 UTC  (3+ messages)

[PATCH] block: flip iter directions in blk_rq_integrity_map_user()
 2025-06-03 23:55 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox