public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-13 11:05:47 to 2026-02-19 08:59:24 UTC [more...]

[syzbot] Monthly nbd report (Feb 2026)
 2026-02-19  8:59 UTC 

support file system generated / verified integrity information v3
 2026-02-19  7:17 UTC  (18+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
` [PATCH 05/15] block: make max_integrity_io_size public
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "

[LSF/MM/BPF TOPIC] User space RAID5 with ublk and io_uring BPF
 2026-02-19  5:38 UTC 

[PATCH AUTOSEL 6.19] block: fix partial IOVA mapping cleanup in blk_rq_dma_map_iova
 2026-02-19  2:03 UTC 

[PATCH] blkdev: Annotate struct request_queue with __counted_by_ptr
 2026-02-19  0:49 UTC 

[PATCHv7] blk-integrity: support arbitrary buffer alignment
 2026-02-18 21:45 UTC  (2+ messages)

[PATCH RFC] block: enable RWF_DONTCACHE for block devices
 2026-02-18 21:13 UTC 

[LSF/MM/BPF TOPIC][RESEND] Status of Rust in the block subsystem
 2026-02-18 21:31 UTC 

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-02-18 17:25 UTC  (27+ messages)
` [PATCH v6 08/43] fscrypt: add documentation about extent encryption
` [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 v18 00/42] DEPT(DEPendency Tracker)
 2026-02-18 15:08 UTC  (7+ 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

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-18  9:56 UTC  (6+ messages)

[PATCH 0/4] write-stream for file I/O
 2026-02-18  9:45 UTC  (8+ messages)
  ` [PATCH 1/4] fs: add write-stream management file_operations
  ` [PATCH 2/4] fcntl: expose write-stream management to userspace
  ` [PATCH 3/4] iomap: introduce and propagate write_stream
  ` [PATCH 4/4] xfs: enable userspace write stream support

[LSF/MM/BPF TOPIC] Native SCSI multipath support
 2026-02-18  8:35 UTC  (13+ messages)
    ` [Lsf-pc] "

blktests failures with v6.19 kernel
 2026-02-17 21:22 UTC  (9+ messages)

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[syzbot] [nbd?] possible deadlock in nbd_disconnect_and_put
 2026-02-17 19:49 UTC 

[GIT PULL] Final block fixes and updates for 7.0-rc1
 2026-02-17 17:54 UTC  (2+ messages)

[PATCH] netlink: specs: add specification for NBD
 2026-02-17 17:40 UTC  (3+ messages)

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

[LSF/MM/BPF TOPIC] Status of Rust in the block subsystem
 2026-02-17 13:04 UTC 

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-02-17  9:54 UTC  (82+ messages)
` [PATCH 01/79] block: rnull: adopt new formatting guidelines
` [PATCH 02/79] block: rnull: add module parameters
` [PATCH 03/79] block: rnull: add macros to define configfs attributes
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 07/79] block: rust: allow `hrtimer::Timer` in `RequestData`
` [PATCH 08/79] block: rnull: add timer completion mode
` [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 12/79] block: rust: add `TagSet` flags
` [PATCH 13/79] block: rnull: add memory backing
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "
` [PATCH 16/79] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH 17/79] block: rnull: allow specifying the home numa node
` [PATCH 18/79] block: rust: add Request::sectors() method
` [PATCH 19/79] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH 20/79] block: rnull: add discard support
` [PATCH 21/79] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH 22/79] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH 23/79] block: rust: change sector type from usize to u64
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 25/79] block: rust: mq: add Request::end() method for custom status codes
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 27/79] block: rnull: add badblocks_once support
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks
` [PATCH 29/79] block: rust: add `TagSet` private data support
` [PATCH 30/79] block: rust: add `hctx` "
` [PATCH 31/79] block: rnull: add volatile cache emulation
` [PATCH 32/79] block: rust: implement `Sync` for `GenDisk`
` [PATCH 33/79] block: rust: add a back reference feature to `GenDisk`
` [PATCH 34/79] block: rust: introduce an idle type state for `Request`
` [PATCH 35/79] block: rust: add a request queue abstraction
` [PATCH 36/79] block: rust: add a method to get the request queue for a request
` [PATCH 37/79] block: rust: introduce `kernel::block::error`
` [PATCH 38/79] block: rust: require `queue_rq` to return a `BlkResult`
` [PATCH 39/79] block: rust: add `GenDisk::queue_data`
` [PATCH 40/79] block: rnull: add bandwidth limiting
` [PATCH 41/79] block: rnull: add blocking queue mode
` [PATCH 42/79] block: rnull: add shared tags
` [PATCH 43/79] block: rnull: add queue depth config option
` [PATCH 44/79] block: rust: add an abstraction for `bindings::req_op`
` [PATCH 45/79] block: rust: add a method to set the target sector of a request
` [PATCH 46/79] block: rust: move gendisk vtable construction to separate function
` [PATCH 47/79] block: rust: add zoned block device support
` [PATCH 48/79] block: rnull: add zoned storage support
` [PATCH 49/79] block: rust: add `map_queues` support
` [PATCH 50/79] block: rust: add an abstraction for `struct blk_mq_queue_map`
` [PATCH 51/79] block: rust: add polled completion support
` [PATCH 52/79] block: rust: add accessors to `TagSet`
` [PATCH 53/79] block: rnull: add polled completion support
` [PATCH 54/79] block: rnull: add REQ_OP_FLUSH support
` [PATCH 55/79] block: rust: add request flags abstraction
` [PATCH 56/79] block: rust: add abstraction for block queue feature flags
` [PATCH 57/79] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH 58/79] block: rust: add `Segment::copy_to_page_limit`
` [PATCH 59/79] block: rnull: add fua support
` [PATCH 60/79] block: fix arg type in `blk_mq_update_nr_hw_queues`
` [PATCH 61/79] block: rust: add `GenDisk::tag_set`
` [PATCH 62/79] block: rust: add `TagSet::update_hw_queue_count`
` [PATCH 63/79] block: rnull: add an option to change the number of hardware queues
` [PATCH 64/79] block: rust: add an abstraction for `struct rq_list`
` [PATCH 65/79] block: rust: add `queue_rqs` vtable hook
` [PATCH 66/79] block: rnull: support queue_rqs
` [PATCH 67/79] block: rust: remove the `is_poll` parameter from `queue_rq`
` [PATCH 68/79] block: rust: add a debug assert for refcounts
` [PATCH 69/79] block: rust: add `TagSet::tag_to_rq`
` [PATCH 70/79] block: rust: add `Request::queue_index`
` [PATCH 71/79] block: rust: add `Request::requeue`
` [PATCH 72/79] block: rust: add `request_timeout` hook
` [PATCH 73/79] block: rnull: add fault injection support
` [PATCH 74/79] block: rust: add max_sectors option to `GenDiskBuilder`
` [PATCH 75/79] block: rnull: allow configuration of the maximum IO size
` [PATCH 76/79] block: rust: add `virt_boundary_mask` option to `GenDiskBuilder`
` [PATCH 77/79] block: rnull: add `virt_boundary` option
` [PATCH 78/79] block: rnull: add `shared_tag_bitmap` config option
` [PATCH 79/79] block: rnull: add zone offline and readonly configfs files

[PATCH blktests v4 0/3] bcache: add initial test cases
 2026-02-17  7:50 UTC  (5+ messages)
` [PATCH blktests v4 1/3] bcache: add bcache/001
` [PATCH blktests v4 2/3] bcache: add bcache/002

[PATCH] block: fix folio leak in bio_iov_iter_bounce_read()
 2026-02-17  6:06 UTC  (4+ messages)

[PATCH] block: add missing bounds check in disk_zone_set_cond()
 2026-02-16 23:55 UTC 

[PATCH v2] blk-stat: convert struct blk_stat_callback to kernel-doc
 2026-02-16 17:21 UTC  (2+ messages)

[PATCH] block: fix enum descriptions kernel-doc
 2026-02-16 17:21 UTC  (2+ messages)

[PATCH] ublk: persistent device links
 2026-02-16 12:27 UTC 

[PATCH] configfs: rust: add an API for adding default groups from C
 2026-02-16  9:58 UTC  (3+ messages)

[PATCH] blk-mq-debugfs: Fix warning about possible deadlock
 2026-02-16  2:45 UTC  (3+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-02-16  0:33 UTC  (10+ messages)

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

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

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

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

[PATCH] block: update docs for bio and bvec_iter
 2026-02-14  8:55 UTC  (3+ 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  (4+ messages)

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

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


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