Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-06-18 15:18:30 to 2026-06-24 12:53:47 UTC [more...]

PI fixes v2
 2026-06-24 12:53 UTC  (5+ messages)
` [PATCH 1/2] block: fix GFP_ flags confusion in bio_integrity_alloc_buf
` [PATCH 2/2] block: handle REQ_OP_ZONE_APPEND in __bio_integrity_action

[PATCH 0/8] blk-cgroup: remove queue_lock nesting from blkcg paths
 2026-06-24 12:53 UTC  (4+ messages)

[PATCH] tools/cgroup: iocost_monitor: parse help before importing drgn
 2026-06-24 12:36 UTC 

[GIT PULL] md-7.2-20260623
 2026-06-24 12:33 UTC  (2+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-24 12:29 UTC  (12+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
` [PATCH v3 2/7] llist: "
` [PATCH v3 4/7] block: Use mutable list iterators

[PATCH v2] block: serialize elevator changes for the same queue using a writer lock
 2026-06-24 11:48 UTC  (4+ messages)

[PATCH 00/16] fscrypt: Standardize on blk-crypto
 2026-06-24 11:40 UTC  (18+ messages)
` [PATCH 01/16] blk-crypto: Simplify check for fallback support
` [PATCH 02/16] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH 03/16] blk-crypto: Allow control over whether hardware is used
` [PATCH 04/16] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH 05/16] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH 06/16] ext4: Remove fs-layer file contents en/decryption code
` [PATCH 07/16] ext4: Make ext4_bio_write_folio() return void
` [PATCH 08/16] ext4: Further de-generalize the bio postprocessing code
` [PATCH 09/16] f2fs: Remove fs-layer file contents en/decryption code
` [PATCH 10/16] fs/buffer: Remove fs-layer decryption code
` [PATCH 11/16] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH 12/16] fscrypt: Remove fscrypt_dio_supported()
` [PATCH 13/16] fscrypt: Remove fs-layer zeroout code
` [PATCH 14/16] fscrypt: Remove unused functions and workqueue
` [PATCH 15/16] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH 16/16] fscrypt: Add safety checks to non-block-based en/decryption

[PATCH 1/2] dm-io: clone the source bio instead of copying its biovec
 2026-06-24 11:14 UTC  (14+ messages)
` [PATCH 2/2] dm-raid1: don't fail the mirror for invalid I/O errors

[PATCHv2 0/6] direct-io: validate user space vectors during extraction
 2026-06-24  7:39 UTC  (18+ messages)
` [PATCHv2 1/6] block: introduce bio_endio_errno helper
` [PATCHv2 2/6] block: report the actual status
` [PATCHv2 3/6] block: fix dio leak on metadata mapping error
` [PATCHv2 4/6] loop: set dma_alignment from the backing file for direct I/O
` [PATCHv2 5/6] zloop: set dma_alignment from the backing files "
` [PATCHv2 6/6] block: validate user space vectors during extraction

[PATCH] loop: serialize backing file swaps with sysfs readers
 2026-06-24  7:18 UTC 

[PATCH blktests] README.md, check: require getconf
 2026-06-24  7:18 UTC 

[PATCH] null_blk: cancel bw_timer on add-device error unwind
 2026-06-24  7:18 UTC 

[PATCH 1/2] md/linear: add fault-tolerant mode for unraid-like setups
 2026-06-24  6:55 UTC  (8+ messages)
` [PATCH 2/2] ext4: add unraid mount option for single-disk-per-group mode
` [PATCH v2 0/4] blk-cgroup: fix blkg list and policy data races
` [PATCH v2 1/4] blk-cgroup: protect q->blkg_list iteration in blkg_destroy_all() with blkcg_mutex
` [PATCH v2 2/4] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH v2 3/4] blk-cgroup: skip dying blkg in blkcg_activate_policy()
` [PATCH v2 4/4] blk-cgroup: factor policy pd teardown loop into helper

[PATCH] block, bfq: protect async queue reset with blkcg locks
 2026-06-24  6:28 UTC  (4+ messages)

blktests failures with v7.1 kernel
 2026-06-24  5:04 UTC 

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-23 17:58 UTC  (18+ messages)
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`
` [PATCH v17 06/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v17 08/10] rust: aref: update formatting of use statements
` [PATCH v17 10/10] rust: page: add `from_raw()`

PI fixes
 2026-06-23 14:29 UTC  (3+ messages)
` [PATCH 1/2] block: fix GFP_ flags confusion in bio_integrity_alloc_buf
` [PATCH 2/2] block: handle REQ_OP_ZONE_APPEND in __bio_integrity_action

[PATCH v4 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-23 13:53 UTC  (19+ messages)
` [PATCH v4 1/9] rust: module: move module types into `module.rs`
` [PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v4 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v4 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v4 6/9] rust: miscdevice: "
` [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v4 8/9] rust: binder: "
` [PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`

[BUG] nbd: backend string memory leaked when device_create_file() fails in nbd_genl_connect()
 2026-06-23  9:29 UTC  (2+ messages)

[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
 2026-06-23  9:19 UTC  (3+ messages)
` [PATCH v3 7/7] rust: doctest: use vertical import style

[PATCH blktests v2 1/2] src/miniublk: switch to ioctl-encoded ublk commands
 2026-06-23  3:27 UTC  (2+ messages)
` [PATCH blktests v2 2/2] src/miniublk: fall back to legacy opcodes on older kernels

[PATCH 0/2] fix two issues in blkg_create() error path
 2026-06-23  1:38 UTC  (5+ messages)
` [PATCH 1/2] blk-cgroup: fix blkg leak "
` [PATCH 2/2] blk-cgroup: fix null-ptr-deref by freeing blkg pd on blkg_create "

[PATCH] block/cgroup: Drop stale -EBUSY retry from blkg_conf_prep()
 2026-06-23  1:33 UTC  (2+ messages)

[PATCH] nbd: don't warn when reclassifying a busy socket lock
 2026-06-23  0:44 UTC  (8+ messages)

[PATCH net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-22 22:27 UTC  (3+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore
` [PATCH net v3 2/2] vsock/virtio: restore msg_iter on transmission failure

[PATCH blktests] Fix _get_page_size()
 2026-06-22 22:27 UTC  (8+ messages)

[PATCH 0/2 blktests] Update the miniublk to use ioctl opcodes
 2026-06-22 22:21 UTC  (5+ messages)
` [PATCH 1/2 blktests] src/miniublk: switch to ioctl-encoded ublk commands

[PATCH V3] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
 2026-06-22 22:01 UTC  (3+ messages)

[PATCH V2] blk-cgroup: fix UAF in __blkcg_rstat_flush()
 2026-06-22 22:01 UTC  (3+ messages)

[PATCH] block: fix incorrect error injection static key decrement
 2026-06-22 22:00 UTC  (2+ messages)

[PATCH blktests] scsi/009: fix unset bytes_to_write in TEST 8
 2026-06-22 21:30 UTC  (3+ messages)

[PATCH v4 0/3] crypto: skcipher - per-request multi-data-unit batching
 2026-06-22 18:23 UTC  (3+ messages)

[PATCH 0/1] direct-io: validate user space vectors during extraction
 2026-06-22 17:40 UTC  (6+ messages)
` [PATCH 1/1] block: "

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-06-22 16:45 UTC  (12+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-22 16:34 UTC  (15+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [PATCH RFC v2 02/18] super: convert s_count to refcount_t s_passive
` [PATCH RFC v2 03/18] super: take lock after last reference count
` [PATCH RFC v2 05/18] ext4: use anonymous devices for KUnit test superblocks
` [PATCH RFC v2 07/18] fs: maintain a global device-to-superblock table
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems

[PATCH blktests] block/044: basic block error injection sanity test
 2026-06-22 16:08 UTC 

[PATCH v3 0/6] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-22 13:06 UTC  (18+ messages)
` [PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v3 2/6] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v3 3/6] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v3 4/6] rust: drm: set fops.owner from driver module pointer
` [PATCH v3 5/6] rust: miscdevice: "
` [PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`

[PATCH v3 4/7] block: Use mutable list iterators
 2026-06-22  4:19 UTC 

[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-22  2:52 UTC  (4+ messages)
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule

[PATCH] blk-iolatency: flush enable work after policy deactivation
 2026-06-21 13:59 UTC 

[syzbot] [nbd?] WARNING in nbd_add_socket
 2026-06-21  6:23 UTC 

[PATCH] Documentation: ABI: fix "unexpected indentation" error in sysfs-block
 2026-06-21  6:02 UTC 

[PATCH] block: Make WBT latency writes honor enable state
 2026-06-21  1:40 UTC 

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-06-20  9:42 UTC  (8+ messages)
  ` [PATCH v4] "

[PATCH] block: assign caller-specific lockdep class to disk->open_mutex
 2026-06-19 13:16 UTC  (11+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v4] rust: configfs: add procedural macro for declaring configfs attributes
 2026-06-19  9:10 UTC 

WARNING: at floppy_interrupt, CPU: swapper/NUM/NUM
 2026-06-19  6:43 UTC  (2+ messages)

[PATCH v2 0/5] rust: use vertical import style and remove redundant imports
 2026-06-19  6:29 UTC  (4+ messages)
  ` [PATCH v2 4/5] rust: block: mq: use vertical import style

[PATCH] virtio-blk: use little-endian types for the zoned fields
 2026-06-18 15:18 UTC  (2+ messages)


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