public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-08 15:04:10 to 2026-02-15 23:42:13 UTC [more...]

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-02-15 23:36 UTC  (22+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 09/79] block: rust: introduce `kernel::block::bio` module
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 11/79] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 20/79] block: rnull: add discard support
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 29/79] block: rust: add `TagSet` private data support
` [PATCH 31/79] block: rnull: add volatile cache emulation
` [PATCH 39/79] block: rust: add `GenDisk::queue_data`
` [PATCH 43/79] block: rnull: add queue depth config option
` [PATCH 45/79] block: rust: add a method to set the target sector of a request
` [PATCH 47/79] block: rust: add zoned block device support
` [PATCH 48/79] block: rnull: add zoned storage support
` [PATCH 54/79] block: rnull: add REQ_OP_FLUSH support
` [PATCH 56/79] block: rust: add abstraction for block queue feature flags
` [PATCH 58/79] block: rust: add `Segment::copy_to_page_limit`
` [PATCH 60/79] block: fix arg type in `blk_mq_update_nr_hw_queues`
` [PATCH 67/79] block: rust: remove the `is_poll` parameter from `queue_rq`
` [PATCH 74/79] block: rust: add max_sectors option to `GenDiskBuilder`

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-02-15 21:18 UTC  (9+ messages)

[PATCH] configfs: rust: add an API for adding default groups from C
 2026-02-15 20:33 UTC 

[PATCH] netlink: specs: add specification for NBD
 2026-02-15 18:03 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
 2026-02-15 14:17 UTC  (2+ messages)

[PATCH] blk-mq-debugfs: Fix warning about possible deadlock
 2026-02-15 13:36 UTC  (2+ messages)

[PATCH v2] blk-mq: use NOIO context to prevent deadlock during debugfs creation
 2026-02-15 13:34 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-15  6:42 UTC  (6+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH] block: fix partial IOVA mapping cleanup in blk_rq_dma_map_iova
 2026-02-15  4:24 UTC  (4+ messages)

[syzbot] [mm?] [block?] INFO: rcu detected stall in sendfile64
 2026-02-14 22:22 UTC 

blktests failures with v6.19 kernel
 2026-02-14 21:19 UTC  (5+ messages)

[PATCH v2] block: update docs for bio and bvec_iter
 2026-02-14 14:43 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Native SCSI multipath support
 2026-02-14  9:42 UTC  (3+ messages)

[PATCH] block: update docs for bio and bvec_iter
 2026-02-14  8:55 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] A block level, active-active replication solution
 2026-02-13 17:32 UTC  (7+ messages)

[RFC PATCH] blk-iocost: introduce 'linear-max' cost model for cloud disk
 2026-02-13 16:54 UTC  (6+ messages)

[PATCH] block: fix folio leak in bio_iov_iter_bounce_read()
 2026-02-13 12:00 UTC  (2+ messages)

[PATCH] ublk: cleanup flag handling and fix UBLK_F_NO_AUTO_PART_SCAN
 2026-02-13 11:05 UTC  (4+ messages)

[PATCH v4 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
 2026-02-13  7:24 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] drbd: always set BLK_FEAT_STABLE_WRITES
 2026-02-13  6:05 UTC  (5+ messages)

[PATCH] blk-mq: use NOIO context to prevent deadlock during debugfs creation
 2026-02-13  5:39 UTC  (5+ messages)

[syzbot] [block?] WARNING in wbt_init_enable_default
 2026-02-13  3:30 UTC  (3+ messages)

[linus:master] [blk] 65d466b629: blktests.nvme/022.device.fail
 2026-02-13  2:38 UTC 

[PATCH V4] blktrace: log dropped REQ_OP_ZONE_XXX events ver1
 2026-02-12 23:37 UTC  (2+ messages)

ublk invert part scan bit logic
 2026-02-12 18:26 UTC  (11+ messages)

[PATCH blktests v4 0/3] bcache: add initial test cases
 2026-02-12 15:23 UTC  (4+ messages)
` [PATCH blktests v4 1/3] bcache: add bcache/001
` [PATCH blktests v4 2/3] bcache: add bcache/002
` [PATCH blktests v4 3/3] doc: document how to configure bcache tests

[PATCH v3 1/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
 2026-02-12 14:48 UTC  (6+ messages)

[bug report] kernel BUG at mm/hugetlb.c:5868! triggered by blktests nvme/tcp nvme/029
 2026-02-12 12:53 UTC  (7+ messages)

[PATCH V4 0/3] block: ignore discard return value
 2026-02-12 11:27 UTC  (6+ messages)
` [PATCH V4 1/3] md: "
` [PATCH V4 2/3] nvmet: "
` [PATCH V4 3/3] block: change return type to void

[PATCH] blk-cgroup: add CONFIG_BLK_CGROUP_DEBUG_STATS option
 2026-02-12 10:26 UTC  (2+ messages)

[PATCH v3 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
 2026-02-11 20:38 UTC 

[PATCH] block: allow IOC_PR_READ_* ioctls with BLK_OPEN_READ
 2026-02-11 17:37 UTC  (3+ messages)

[QUESTION] Debugging some file data corruption
 2026-02-11 14:07 UTC  (2+ messages)

[PATCH 0/4] blk-mq/nvme: fix debugfs creation with frozen queue
 2026-02-11 12:57 UTC  (29+ messages)
` [PATCH 1/4] nvme-rdma: move blk_mq_update_nr_hw_queues after nvme_unfreeze
` [PATCH 2/4] nvme-tcp: "
` [PATCH 3/4] nvme-apple: "
` [PATCH 4/4] blk-mq: use blk_queue_enter/exit to protect debugfs file creation

[PATCH AUTOSEL 6.19-6.12] block: decouple secure erase size limit from discard size limit
 2026-02-11 12:30 UTC  (4+ messages)
` [PATCH AUTOSEL 6.19-6.18] blk-mq-sched: unify elevators checking for async requests
` [PATCH AUTOSEL 6.19-5.10] blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()
` [PATCH AUTOSEL 6.19-5.10] rnbd-srv: Zero the rsp buffer before using it

[PATCH v2 0/1] block/blk-mq: fix RT kernel regression with dedicated quiesce_sync_lock
 2026-02-11 11:31 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] zram: drop slot trylock and miss_free
 2026-02-11  3:07 UTC  (4+ messages)

[PATCH v7 00/16] blk-mq: fix possible deadlocks
 2026-02-11  2:07 UTC  (6+ messages)
` [PATCH v7 09/16] blk-throttle: fix possible deadlock for fs reclaim under rq_qos_mutex

[PATCH AUTOSEL 6.19-6.18] kselftest/kublk: include message in _Static_assert for C11 compatibility
 2026-02-10 23:30 UTC 

[GIT PULL] Bounce buffer dio for stable pages
 2026-02-10  2:43 UTC  (2+ messages)

[GIT PULL] Block changes for 7.0-rc1
 2026-02-10  2:43 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Block storage copy offloading
 2026-02-09 21:26 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-09 14:01 UTC  (20+ messages)

[bug report] WARNING: possible circular locking dependency detected at pcpu_alloc_noprof+0x8a3/0xd90 and __blk_mq_update_nr_hw_queues+0x76c/0xca0
 2026-02-09 12:02 UTC  (4+ messages)

[PATCH v4 0/6] x86: Cleanups around slow_down_io()
 2026-02-09 10:19 UTC  (3+ messages)

[bug report] WARNING: block/blk-mq-debugfs.c:620 at debugfs_create_files.isra.0+0x54/0x60, CPU#220: kworker/u1036:7/70421
 2026-02-09  5:41 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Documenting the correct pushback on AI inspired (and other) fixes in older drivers
 2026-02-08 23:41 UTC  (4+ messages)

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-02-08 15:44 UTC  (23+ messages)
` [PATCH v6 10/43] btrfs: start using fscrypt hooks
` [PATCH v6 11/43] btrfs: add inode encryption contexts
` [PATCH v6 13/43] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v6 14/43] btrfs: handle "
` [PATCH v6 16/43] btrfs: select encryption dependencies if FS_ENCRYPTION
` [PATCH v6 20/43] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v6 24/43] btrfs: add extent encryption context tree item type
` [PATCH v6 28/43] btrfs: populate ordered_extent with the orig offset
` [PATCH v6 32/43] btrfs: implement process_bio cb for fscrypt
` [PATCH v6 33/43] btrfs: implement read repair for encryption
` [PATCH v6 35/43] btrfs: make btrfs_ref_to_path handle encrypted filenames


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