Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-06-12 15:40:51 to 2026-06-16 17:09:13 UTC [more...]

[PATCH 0/2] block: invalidate cached plug timestamp on context switch
 2026-06-16 17:09 UTC  (7+ messages)
` [PATCH 1/2] kernel/fork: clear PF_BLOCK_TS in copy_process()
` [PATCH 2/2] block: invalidate cached plug timestamp after task switch

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

[PATCH V2] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
 2026-06-16 16:44 UTC  (4+ messages)

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-16 16:35 UTC  (6+ messages)
` [PATCH RFC 2/8] fs: add a global device to super block hash table

[PATCH] block: fix IORING_URING_CMD_REISSUE flags check in blkdev_uring_cmd
 2026-06-16 16:13 UTC  (3+ messages)

[PATCH V2]block: Remove redundant plug in __submit_bio()
 2026-06-16 16:08 UTC  (2+ messages)

Repeatable, raid1+O_DIRECT, hang/warn
 2026-06-16 16:05 UTC  (22+ messages)

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

[PATCH] block: check bio split for unaligned bvec
 2026-06-16 15:36 UTC  (6+ messages)

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-16 14:08 UTC  (19+ 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 04/18] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC v2 05/18] ext4: use anonymous devices for KUnit test superblocks
` [PATCH RFC v2 06/18] ocfs2: don't reset s_dev on dismount
` [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 RFC v2 09/18] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC v2 10/18] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC v2 11/18] ext4: "
` [PATCH RFC v2 12/18] fs: look up superblocks via the device table in fs_holder_ops
` [PATCH RFC v2 13/18] fs: tolerate per-superblock freeze errors on shared devices
` [PATCH RFC v2 14/18] erofs: open via dedicated fs bdev helpers
` [PATCH RFC v2 15/18] f2fs: "
` [PATCH RFC v2 16/18] super: make fs_holder_ops private
` [PATCH RFC v2 17/18] fs: look up the superblock via the device table in user_get_super()
` [PATCH RFC v2 18/18] selftests/filesystems: add ustat() coverage

[PATCH net v2 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-16 12:59 UTC  (5+ messages)
` [PATCH net v2 1/2] iov_iter: export iov_iter_restore
` [PATCH net v2 2/2] vsock/virtio: restore msg_iter on transmission failure

[PATCH v4 0/3] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-16 12:45 UTC  (7+ messages)
` [PATCH v4 1/3] block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()
` [PATCH v4 2/3] block: respect iov_iter::nofault flag "
` [PATCH v4 3/3] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO

[PATCH 0/3] mm/zram: route block swap I/O through swap_ops
 2026-06-16 12:36 UTC  (11+ messages)
` [PATCH 1/3] mm/page_io: let block drivers register custom swap I/O ops
` [PATCH 2/3] mm/zram: handle swap read/write via swap_ops
` [PATCH 3/3] mm/swap: route slot free notifications through swap_ops

[PATCH v2 0/5] block,btrfs: fix frozen-superblock strand on device add/remove/replace
 2026-06-16 12:35 UTC  (7+ messages)
` [PATCH v2 1/5] block: allow making a block device unfreezable
` [PATCH v2 2/5] block: split bdev_yield_claim() out of bdev_fput()
` [PATCH v2 3/5] btrfs: deny freezing a device while it is being removed
` [PATCH v2 4/5] btrfs: deny freezing a device while it is being added
` [PATCH v2 5/5] btrfs: deny freezing devices undergoing a replace

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-16 11:55 UTC  (8+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`

[PATCH 1/1] block: partitions: bound sysv68 slice table count
 2026-06-16 10:44 UTC  (2+ messages)

[PATCH v4 13/30] Add a function to kmap one page of a multipage bio_vec
 2026-06-16 10:08 UTC  (3+ messages)
` [PATCH v4 14/30] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v4 15/30] iov_iter: Add a segmented queue of bio_vec[]

[GIT PULL] Block updates for 7.2
 2026-06-16  7:54 UTC  (2+ messages)

[PATCH v3 0/4] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-16  5:19 UTC  (11+ messages)
` [PATCH v3 1/4] block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()
` [PATCH v3 2/4] block: respect iov_iter::nofault flag "
` [PATCH v3 3/4] iomap: reject NOWAIT and BOUNCE direct IOs

[PATCH v4 0/3] crypto: skcipher - per-request multi-data-unit batching
 2026-06-16  4:53 UTC  (8+ messages)
` [PATCH v4 1/3] crypto: skcipher - add per-request data_unit_size with auto-splitting
` [PATCH v4 2/3] crypto: testmgr - test for multi-data-unit dispatch
` [PATCH v4 3/3] dm crypt: batch all sectors of a bio per crypto request

[PATCH RFC 0/1] block: fix concurrent elevator change failure
 2026-06-16  1:20 UTC  (6+ messages)

[PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
 2026-06-16  0:09 UTC  (30+ messages)
` [PATCH 01/19] init: add DPS root partition type UUID capability
` [PATCH 02/19] alpha: define DPS root partition type UUID
` [PATCH 03/19] arc: "
` [PATCH 04/19] arm: "
` [PATCH 05/19] arm64: "
` [PATCH 06/19] loongarch: "
` [PATCH 07/19] mips: define DPS root partition type UUIDs
` [PATCH 08/19] parisc: define DPS root partition type UUID
` [PATCH 09/19] powerpc: define DPS root partition type UUIDs
` [PATCH 10/19] riscv: "
` [PATCH 11/19] s390: "
` [PATCH 12/19] x86: "
` [PATCH 13/19] block: store GPT partition type UUID
` [PATCH 14/19] block: add early_lookup_bdev_by_type_uuid()
` [PATCH 15/19] block: store GPT attributes as a raw value
` [PATCH 16/19] block: don't discover partition with DPS no-auto GPT attribute
` [PATCH 17/19] init: factor out root device lookup into lookup_root_device()
` [PATCH 18/19] init: discover root by DPS partition type UUID
` [PATCH 19/19] docs: document discoverable root partitions

[PATCH] sunvdc: fix -EIO issue due to lack of retries
 2026-06-15 22:09 UTC  (2+ messages)

[PATCH v1 0/2] virtio: PCI ERS permanent failure teardown for virtio-blk
 2026-06-15 14:52 UTC  (4+ messages)
` [PATCH v1 1/2] virtio-pci: add error_detected for PCI AER recovery
` [PATCH v1 2/2] virtio-blk: mark disk dead on ERS permanent failure

[PATCH RFC 0/6] block,btrfs: fix frozen-superblock strand on device add/remove/replace
 2026-06-15 14:09 UTC  (11+ messages)
` [PATCH RFC 1/6] btrfs: destroy the target device when mark_block_group_to_copy() fails
` [PATCH RFC 2/6] block: allow making a block device unfreezable
` [PATCH RFC 3/6] block: split bdev_yield_claim() out of bdev_fput()
` [PATCH RFC 4/6] btrfs: deny freezing a device while it is being removed
` [PATCH RFC 5/6] btrfs: deny freezing a device while it is being added
` [PATCH RFC 6/6] btrfs: deny freezing devices undergoing a replace

[PATCH] block: remove redundant GD_NEED_PART_SCAN in add_disk_final()
 2026-06-15 13:07 UTC 

[PATCH v5 0/9] Support for block device NVMEM providers
 2026-06-15 13:06 UTC  (8+ messages)
` [PATCH v5 1/9] block: partitions: of: Skip child nodes without reg property
` [PATCH v5 5/9] block: implement NVMEM provider

[PATCH] block: genhd: Add NULL check for kobject_create_and_add in genhd_device_init
 2026-06-15 10:15 UTC 

[PATCH blktests] ublk: mark all tests as QUICK
 2026-06-15  9:41 UTC 

[PATCH] nbd: Reclassify sockets to avoid lockdep circular dependency
 2026-06-15  7:53 UTC  (4+ messages)

[PATCH blktests] scsi/009: fix unset bytes_to_write in TEST 8
 2026-06-14 18:16 UTC 

[PATCH blktests v2] throtl/008: Add a test for the iocost cgroup controller
 2026-06-14  6:30 UTC  (2+ messages)

[PATCH] blk-iocost: correct CONFIG_TRACEPOINTS macro name in comments
 2026-06-13 22:54 UTC 

[PATCH Resend] MAINTAINERS: Update Coly Li's email address
 2026-06-13 15:30 UTC  (4+ messages)

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-06-13 11:00 UTC  (5+ messages)
  ` [PATCH v4] "

[PATCH v3] rust: add procedural macro for declaring configfs attributes
 2026-06-13 10:41 UTC  (2+ messages)

[PATCH v2 00/14] list: Prepare entry iterators to cache cursor state
 2026-06-13  2:11 UTC  (3+ messages)
` [PATCH v2 02/14] firewire: core: Open-code topology list walk

[PATCH 00/27] Enable lock context analysis in drivers/block/
 2026-06-12 17:12 UTC  (4+ messages)
` [PATCH 16/27] loop: Split loop_configure()

configurable block error injection v5
 2026-06-12 16:44 UTC  (2+ messages)

[PATCH v2] block: invalidate cached plug timestamp after task switch
 2026-06-12 15:47 UTC  (5+ messages)


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