messages from 2025-05-30 02:05:39 to 2025-06-09 12:24:40 UTC [more...]
[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] ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG)
2025-06-09 12:14 UTC
[PATCH 0/5] block: another block copy offload
2025-06-09 9:29 UTC (11+ messages)
` [PATCH 1/5] block: new sector copy api
` [PATCH 3/5] nvme: add support for copy offload
[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
2025-06-09 9:14 UTC (2+ messages)
[PATCH 0/8] ublk: allow off-daemon zero-copy buffer registration
2025-06-09 9:02 UTC (16+ 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 for-next v2 0/2] add ioctl to query protection info capabilities
2025-06-09 5:44 UTC (10+ 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 blktests] block tests: nvme metadata passthrough
2025-06-09 7:40 UTC (5+ messages)
[PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order
2025-06-09 3:58 UTC (17+ messages)
[PATCHv2] block: fix lock dependency between percpu alloc lock and elevator lock
2025-06-09 2:13 UTC (5+ messages)
[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
2025-06-08 21:15 UTC (4+ messages)
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint
[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)
[PATCH RFC 0/4] block: set chunk_sectors from stacked dev stripe size
2025-06-06 15:23 UTC (7+ 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
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)
[PATCH blktests 0/2] check: support "set -e" strict error-checking
2025-06-06 3:56 UTC (3+ 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
[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 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-04 2:08 UTC (11+ 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] 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 (8+ messages)
[PATCH] block: drop direction param from bio_integrity_copy_user()
2025-06-03 18:46 UTC (4+ messages)
[syzbot] Monthly nbd report (Jun 2025)
2025-06-03 11:07 UTC
[PATCH blktests RFC 0/2] check: support "set -e" strict error-checking
2025-06-03 10:54 UTC (8+ messages)
` [PATCH blktests RFC 1/2] check: allow strict error-checking by "set -e" in each test case
` [PATCH blktests RFC 2/2] check: abort test run when a test case exits by "set -e" error-checking
[PATCH 0/3] block: expose 'read_keys' and 'read_reservation' PR callbacks
2025-06-03 10:04 UTC (4+ messages)
` [PATCH 1/3] block: add 'read_keys' persistent reservation ioctl
` [PATCH 2/3] block: add 'read_reservation' "
` [PATCH 3/3] scsi: return PR generation if no reservation is held
[RFC 0/3] add STATIC_PMD_ZERO_PAGE config option
2025-06-02 20:32 UTC (9+ messages)
` [RFC 2/3] mm: "
` [RFC 3/3] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()
[PATCH] selftests: ublk: cover PER_IO_DAEMON in more stress tests
2025-06-02 17:58 UTC (4+ messages)
[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
2025-06-02 14:15 UTC (2+ messages)
[PATCH v11 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-02 13:54 UTC (12+ messages)
` [PATCH v11 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v11 2/5] rust: support formatting of foreign types
` [PATCH v11 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v11 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v11 5/5] rust: remove core::ffi::CStr reexport
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-02 11:46 UTC
[bug report] nvme/063 failure (tcp transport)
2025-06-02 6:38 UTC (8+ messages)
[PATCH v4] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-02 2:25 UTC (2+ messages)
[syzbot] [block?] possible deadlock in elevator_change
2025-05-31 1:36 UTC
[linus:master] [block] 245618f8e4: stress-ng.fpunch.fail
2025-05-30 14:01 UTC (4+ messages)
[PATCH v8 0/9] ublk: decouple server threads from ublk_queues/hctxs
2025-05-30 13:07 UTC (6+ messages)
` [PATCH v8 1/9] ublk: have a per-io daemon instead of a per-queue daemon
` [PATCH v8 8/9] selftests: ublk: add stress test for per io daemons
[PATCH RFC 0/4] blk-mq-sched: support request batch dispatching for sq elevator
2025-05-30 8:03 UTC (5+ messages)
` [PATCH RFC 1/4] elevator: introduce global lock for sq_shared elevator
` [PATCH RFC 2/4] mq-deadline: switch to use elevator lock
` [PATCH RFC 3/4] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH RFC 4/4] blk-mq-sched: support request batch dispatching for sq elevator
[PATCH blktests] zbd/013: Test stacked drivers and queue freezing
2025-05-30 7:52 UTC (8+ messages)
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).