Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-07-09 04:40:36 to 2026-07-14 09:22:08 UTC [more...]

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-07-14  9:22 UTC  (4+ messages)

[PATCH] block: do not warn when doing greedy allocation in folio_alloc_greedy()
 2026-07-14  9:07 UTC 

[PATCH] blk-cgroup: show io.stat numbers for discard-only cgroups
 2026-07-14  6:33 UTC 

[PATCH] blk-cgroup: avoid 32-bit overflow in root io.stat byte accounting
 2026-07-14  6:31 UTC 

[PATCH] block: fix aligning of bounced dio read bios
 2026-07-14  6:10 UTC  (5+ messages)
` [syzbot ci] "

[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-07-14  4:38 UTC  (4+ messages)

[PATCH v3 0/5] block: validate direct I/O memory alignment
 2026-07-14  4:35 UTC  (2+ messages)

[PATCH V5 0/9] null_blk: fix init/exit races and memleaks
 2026-07-14  4:18 UTC  (10+ messages)
` [PATCH V5 1/9] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V5 2/9] null_blk: register configfs subsystem after creating default devices
` [PATCH V5 3/9] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V5 4/9] null_blk: free global tag_set on init error path
` [PATCH V5 5/9] null_blk: free zones array on device power-off
` [PATCH V5 6/9] null_blk: clean up null_del_dev() to use cached dev pointer
` [PATCH V5 7/9] null_blk: reject per-device queue resize for shared tag set
` [PATCH V5 8/9] null_blk: serialize configfs attribute stores with device setup
` [PATCH V5 9/9] null_blk: serialize configfs attribute shows with the file-scope lock

Maintainers Summit 2026 Call for Topics
 2026-07-14  4:14 UTC 

[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
 2026-07-14  1:21 UTC  (19+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work
` [RFC PATCH v1 05/17] block: add bio_alloc_atomic() for atomic bio users
` [RFC PATCH v1 06/17] blk-cgroup: support non-blocking bio association
` [RFC PATCH v1 07/17] block: support non-blocking bio allocation with a bdev
` [RFC PATCH v1 15/17] blk-cgroup: remove blkg radix tree preloading

[PATCH] nbd: reclassify u->iolock of AF_UNIX sockets
 2026-07-13 18:14 UTC 

[PATCH blktests 0/4] misc fixes
 2026-07-13 17:13 UTC  (6+ messages)
` [PATCH blktests 1/4] check: fix exit status code handling
` [PATCH blktests 2/4] nvme/rc: use _set_attr() in _create_nvmet_passthru()
` [PATCH blktests 3/4] CONTRIBUTING: clarify that GPL-2.0 is not applicable
` [PATCH blktests 4/4] new: guide long command options

[PATCH v4 0/5] block: use integrity interval instead of sector as seed
 2026-07-13 15:50 UTC  (2+ messages)

[RESEND][SECURITY] block: double unpin in bounced direct reads
 2026-07-13 12:47 UTC  (4+ messages)

[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-13 12:07 UTC  (18+ messages)
` [PATCH v8 01/10] rust: module: move module types into `module.rs`
` [PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v8 06/10] rust: miscdevice: "
` [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v8 08/10] rust: binder: "
` [PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH] nbd: do not reclassify userspace sockets
 2026-07-13 12:02 UTC 

[PATCHv2 0/5] direct-io file extended attributes
 2026-07-13 12:00 UTC  (13+ messages)
` [PATCHv2 1/5] fs: add direct io attributes to file_getattr
` [PATCHv2 2/5] block: report direct io attributes through file_getattr
` [PATCHv2 3/5] xfs: "
` [PATCHv2 4/5] ext4: "
` [PATCHv2 5/5] f2fs: "
` [f2fs-dev] [PATCHv2 0/5] direct-io file extended attributes

[REGRESSION] commit b520c4eef83d ("block: split bio_alloc_bioset more clearly into a fast and slowpath") causes fsync to fail with pmem
 2026-07-13  9:27 UTC  (4+ messages)

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

[PATCH v3 0/6] nbd: eliminate queue freeze/unfreeze overhead in connection setup
 2026-07-13  6:56 UTC  (7+ messages)
` [PATCH v3 1/6] nbd: simplify find_fallback() by removing redundant logic
` [PATCH v3 2/6] nbd: disallow NBD_SET_SOCK on an active device
` [PATCH v3 3/6] nbd: remove queue freeze in nbd_add_socket
` [PATCH v3 4/6] nbd: set nr_hw_queues at device creation to skip queue freeze
` [PATCH v3 5/6] nbd: skip queue freeze when setting size at device startup
` [PATCH v3 6/6] nbd: add nr_hw_queues module parameter for pre-created devices

[PATCH] partitions: aix: bound the lvd scan to one sector
 2026-07-13  6:51 UTC  (4+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-13  3:36 UTC  (7+ messages)
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()

[PATCH] drbd: reject out-of-range sizes when draining data
 2026-07-13  2:34 UTC 

[PATCH v5 0/5] crypto: skcipher - multi-data-unit dispatch as a template
 2026-07-13  2:25 UTC  (5+ messages)
` [PATCH v5 1/5] crypto: skcipher - add per-request data_unit_size
` [PATCH v5 2/5] crypto: dun - data-unit-number dispatch template

[syzbot] [block?] KASAN: slab-use-after-free Read in update_io_ticks (5)
 2026-07-13  1:04 UTC 

[PATCH v2 1/1] block: partition: aix: bound LV name formatting
 2026-07-12 22:19 UTC  (2+ messages)

[PATCH v2] scsi: bsg: read io_uring command fields once
 2026-07-12 21:33 UTC  (4+ messages)

[GIT PULL] Block fixes for 7.2-rc3
 2026-07-11 17:14 UTC  (2+ messages)

[PATCH] block: rust: fix `Send` bound for `GenDisk`
 2026-07-11 13:09 UTC  (2+ messages)

[PATCH V4 0/9] null_blk: fix init/exit races and memleaks
 2026-07-11  0:52 UTC  (21+ messages)
` [PATCH V4 1/9] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V4 2/9] null_blk: register configfs subsystem after creating default devices
` [PATCH V4 3/9] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V4 4/9] null_blk: free global tag_set on init error path
` [PATCH V4 5/9] null_blk: free zones array on device power-off
` [PATCH V4 6/9] null_blk: clean up null_del_dev() to use cached dev pointer
` [PATCH V4 7/9] null_blk: reject per-device queue resize for shared tag set
` [PATCH V4 8/9] null_blk: serialize configfs attribute stores with device setup
` [PATCH V4 9/9] null_blk: serialize configfs attribute shows with the file-scope lock

[PATCH] fs: report direct io constraints through file_getattr
 2026-07-10 23:11 UTC  (10+ messages)
    ` [f2fs-dev] "

[PATCH v15 0/8] blk: honor isolcpus configuration
 2026-07-10 15:21 UTC  (4+ messages)

[PATCH] block: remove redundant GD_NEED_PART_SCAN in add_disk_final()
 2026-07-10 15:09 UTC  (3+ messages)

[PATCH] drbd: reject data replies with an out-of-range payload size
 2026-07-10 15:09 UTC  (3+ messages)

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-10 13:57 UTC  (6+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date

[PATCH v2] xen-blkfront: fix double completion of split requests on resume
 2026-07-10 12:49 UTC  (3+ messages)

[PATCH] drbd: Fix potential NULL pointer dereference in _drbd_set_state()
 2026-07-10 11:13 UTC  (2+ messages)

[PATCH] drbd: reject oversized DataReply before signed conversion
 2026-07-10 10:34 UTC  (2+ messages)

[PATCH 00/12] drbd: Enable lock context analysis
 2026-07-09 21:35 UTC  (13+ messages)
` [PATCH 01/12] drbd: Remove "extern" from function declarations
` [PATCH 02/12] drbd: Retain one _get_ldev_if_state() implementation
` [PATCH 03/12] drbd: Remove the get_ldev_if_state() macro
` [PATCH 04/12] drbd: Remove the 'local' lock context
` [PATCH 05/12] drbd: Simplify the bitmap locking functions
` [PATCH 06/12] drbd: Move two declarations
` [PATCH 07/12] drbd: Pass 'resource' directly to complete_conflicting_writes()
` [PATCH 08/12] drbd: Split drbd_nl_get_connections_dumpit()
` [PATCH 09/12] drbd: Make a mutex_unlock() call unconditional
` [PATCH 10/12] drbd: Rework locking in drbd_req_state()
` [PATCH 11/12] drbd: Annotate drbd_bm_{lock,unlock}()
` [PATCH 12/12] drbd: Enable lock context analysis

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

[PATCH] badblocks: fix infinite loop due to incorrect rounding and overflow
 2026-07-09 15:16 UTC  (7+ messages)
` [PATCH v5] "
    ` [PATCH v6 0/2] badblocks: fix infinite loop and validate sector range/shift
      ` [PATCH v6 1/2] badblocks: fix in-place round_up/round_down usage bug
      ` [PATCH v6 2/2] badblocks: validate sector range and shift before rounding

[PATCH v8 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
 2026-07-09  6:38 UTC  (2+ messages)
` [PATCH v8 1/1] "

[PATCH v2] block: try slab allocation in bio_alloc_bioset() before mempool
 2026-07-09  4:48 UTC  (2+ messages)

[PATCH v2 0/2] scsi: sg: validate and clean up scatter_elem_sz handling
 2026-07-09  4:32 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: sg: validate scatter_elem_sz module parameter
` [PATCH v2 2/2] scsi: sg: clean up scatter_elem_sz handling and module param permissions


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