Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-05-29 06:30:12 to 2026-06-02 17:56:53 UTC [more...]

configurable block error injection
 2026-06-02 17:56 UTC  (16+ messages)
` [PATCH 1/9] block: remove ALLOW_ERROR_INJECTION for should_fail_bio
` [PATCH 2/9] block: consolidate the calls to should_fail_bio
` [PATCH 3/9] block: refactor should_fail_bio and should_fail_request
` [PATCH 4/9] block: move the FAIL_MAKE_REQUEST symbol from lib/ to block/
` [PATCH 5/9] block: add a macro to initialize the status table
` [PATCH 6/9] block: add a "tag" for block status codes
` [PATCH 7/9] block: add a str_to_blk_op helper
` [PATCH 8/9] block: add configurable error injection
` [PATCH 9/9] block: move the fail request code

[PATCH] block/partitions/acorn: use min in {riscix,linux}_partition
 2026-06-02 17:19 UTC  (3+ messages)

[PATCH v6 00/14] Enable lock context analysis for the block layer core
 2026-06-02 17:07 UTC  (15+ messages)
` [PATCH v6 01/14] block: Annotate the queue limits functions
` [PATCH v6 02/14] block/bdev: Annotate the blk_holder_ops callback functions
` [PATCH v6 03/14] block/cgroup: Split blkg_conf_prep()
` [PATCH v6 04/14] block/cgroup: Split blkg_conf_exit()
` [PATCH v6 05/14] block/cgroup: Improve lock context annotations
` [PATCH v6 06/14] block/blk-iocost: Combine two error paths in ioc_qos_write()
` [PATCH v6 07/14] block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()
` [PATCH v6 08/14] block/crypto: Annotate the crypto functions
` [PATCH v6 09/14] block/blk-iocost: Split ioc_rqos_throttle()
` [PATCH v6 10/14] block/blk-iocost: Inline iocg_lock() and iocg_unlock()
` [PATCH v6 11/14] block/blk-mq-debugfs: Improve lock context annotations
` [PATCH v6 12/14] block/Kyber: Make the lock context annotations compatible with Clang
` [PATCH v6 13/14] block/mq-deadline: "
` [PATCH v6 14/14] block: Enable lock context analysis

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-02 16:25 UTC  (11+ messages)
` [PATCH RFC 1/8] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC 2/8] fs: add a global device to super block hash table
` [PATCH RFC 3/8] fs: refuse to claim any frozen block device
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC 5/8] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC 6/8] ext4: "
` [PATCH RFC 7/8] erofs: "
` [PATCH RFC 8/8] super: make fs_holder_ops private

[PATCH] blk-iolatency: fix child_lat lock irq state
 2026-06-02 16:23 UTC  (2+ messages)

[PATCH] blk-iocost: use irq-safe locking in cgroup handlers
 2026-06-02 16:11 UTC  (7+ messages)

[PATCH] mm: simplify the mempool_alloc_bulk API
 2026-06-02 16:00 UTC 

[PATCH] block: Avoid mounting the bdev pseudo-filesystem in userspace
 2026-06-02 14:55 UTC  (11+ messages)
    ` [PATCH] make new mount API honour SB_NOUSER (was Re: [PATCH] block: Avoid mounting the bdev pseudo-filesystem in userspace)

[PATCH] nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks
 2026-06-02 10:25 UTC  (11+ messages)
` [PATCH v2] "

bio_copy_from_iter
 2026-06-02  6:03 UTC  (2+ messages)

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-06-02  4:19 UTC  (42+ messages)
` [PATCH v7 01/43] fscrypt: add per-extent encryption support
` [PATCH v7 02/43] fscrypt: allow inline encryption for extent based encryption
` [PATCH v7 03/43] fscrypt: add a __fscrypt_file_open helper
` [PATCH v7 04/43] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v7 05/43] blk-crypto: add a process bio callback
` [PATCH v7 08/43] fscrypt: add documentation about extent encryption
` [PATCH v7 09/43] btrfs: add infrastructure for safe em freeing
` [PATCH v7 10/43] btrfs: start using fscrypt hooks
` [PATCH v7 11/43] btrfs: add inode encryption contexts
` [PATCH v7 12/43] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v7 13/43] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v7 15/43] btrfs: implement fscrypt ioctls
` [PATCH v7 17/43] btrfs: add get_devices hook for fscrypt
` [PATCH v7 32/43] btrfs: implement process_bio cb "
` [PATCH v7 36/43] btrfs: deal with encrypted symlinks in send

[GIT PULL] md-7.2-20260531
 2026-06-02  3:40 UTC  (4+ messages)

[PATCH v2] loop: Fix NULL pointer dereference by synchronizing lo_release and loop_queue_rq
 2026-06-02  2:02 UTC  (21+ messages)
  ` [PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()

[PATCH] blk-mq: clarify blk_mq_quiesce_queue_nowait() comment
 2026-06-02  1:12 UTC 

[PATCH] ublk: fix null-ptr-deref in ublk_queue_cmd
 2026-06-01 22:21 UTC  (2+ messages)

[PATCH v5 00/12] Enable lock context analysis
 2026-06-01 20:00 UTC  (26+ messages)
` [PATCH v5 02/12] block/bdev: Annotate the blk_holder_ops callback functions
` [PATCH v5 05/12] block/cgroup: Improve lock context annotations
` [PATCH v5 06/12] block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()
` [PATCH v5 07/12] block/crypto: Annotate the crypto functions
` [PATCH v5 08/12] block/blk-iocost: Add lock context annotations
` [PATCH v5 09/12] block/blk-mq-debugfs: Improve "
` [PATCH v5 10/12] block/kyber: Make the lock context annotations compatible with Clang
` [PATCH v5 11/12] block/mq-deadline: "
` [PATCH v5 12/12] block: Enable lock context analysis

[PATCH] block, bfq: release cgroup stats with bfq_group
 2026-06-01 18:59 UTC  (3+ messages)

[PATCH v3 0/4] crypto: skcipher - per-tfm multi-data-unit batching
 2026-06-01 16:15 UTC  (6+ messages)
` [PATCH v3 1/4] crypto: skcipher - add per-tfm data_unit_size for batched requests
` [PATCH v3 2/4] crypto: xts - support multiple data units per request in template
` [PATCH v3 3/4] crypto: testmgr - exercise multi-data-unit path for skcipher
` [PATCH v3 4/4] dm crypt: batch all sectors of a bio per crypto request

[PATCH] MAINTAINERS: use new drbd-dev mailing list
 2026-06-01 14:23 UTC  (3+ messages)

[PATCH] rbd: check snap_count against RBD_MAX_SNAP_COUNT
 2026-06-01 14:23 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] A block level, active-active replication solution
 2026-06-01 12:26 UTC  (4+ messages)

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-06-01 11:16 UTC  (5+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-06-01 11:04 UTC  (9+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

block: fix handling of dead zone write plugs
 2026-06-01  9:29 UTC 

[PATCH] block: use blk_validate_byte_range() for BLKZEROOUT and BLKSECDISCARD
 2026-06-01  7:42 UTC  (2+ messages)

[PATCH RFC] blk-integrity: fix slab-out-of-bounds in t10_pi_verify on namespace revalidation
 2026-06-01  7:40 UTC  (2+ messages)

[PATCH] block: assign caller-specific lockdep class to disk->open_mutex
 2026-06-01  7:11 UTC  (4+ messages)

[PATCH] loop: reject binding to procfs and sysfs files
 2026-06-01  7:10 UTC  (4+ messages)

[PATCH rust-fixes v3 1/1] rust: block: fix GenDisk cleanup paths
 2026-06-01  1:47 UTC  (3+ messages)

[PATCH v2 0/2] Add bvec_folio and its kernel-doc
 2026-06-01  1:47 UTC  (2+ messages)

[PATCH] zram: fix partial I/O config check
 2026-06-01  1:38 UTC  (5+ messages)

Observing higher CPU utilization during random IO fio testing
 2026-05-31 11:56 UTC  (7+ messages)

[PATCH] block: stack zoned resource limits
 2026-05-31  9:45 UTC  (2+ messages)

[syzbot] [block?] general protection fault in ublk_queue_rq
 2026-05-31  1:20 UTC 

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-05-30 23:57 UTC  (4+ messages)

[PATCH v2] scsi: bsg: read io_uring command fields once
 2026-05-30 18:02 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in loop_process_work
 2026-05-29 20:24 UTC 

[GIT PULL] Block fix for 7.1-rc6
 2026-05-29 20:13 UTC  (2+ messages)

[PATCH 6.12 000/272] 6.12.92-rc1 review
 2026-05-29 19:33 UTC  (5+ messages)

[REPORT] nvmet-rdma: integer overflow in inline-data SGL bounds check -> pre-auth kernel-memory read + remote crash (candidate patch inline)
 2026-05-29 16:09 UTC  (2+ messages)

[PATCH 6.12.y] block: make bio_integrity_map_user() static inline
 2026-05-29  8:53 UTC 

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-05-29  8:49 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