messages from 2026-04-16 21:27:38 to 2026-04-26 14:31:15 UTC [more...]
[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
2026-04-26 14:26 UTC (6+ messages)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
2026-04-26 14:14 UTC (9+ messages)
[PATCH] md/raid1: fix len reuse across rdevs in choose_first_rdev()
2026-04-26 9:35 UTC
[RFC] md/raid1: possible deadlock introduced in raid1_read_request()
2026-04-25 14:29 UTC
[PATCH v2] raid6: arm64: add SVE optimized implementation for syndrome generation
2026-04-25 11:46 UTC (14+ messages)
[PATCH] md: skip redundant raid_disks update when value is unchanged
2026-04-25 8:58 UTC
[PATCH v13 0/3] md/md-bitmap: restore bitmap grow through sysfs
2026-04-25 8:41 UTC (9+ messages)
` [PATCH v13 1/3] md: factor bitmap creation away from sysfs handling
` [PATCH v13 2/3] md/md-bitmap: split bitmap sysfs groups
` [PATCH v13 3/3] md/md-bitmap: add a none backend for bitmap grow
[PATCH 1/4] md/raid10: prepare per-r10bio dev slot tracking
2026-04-24 7:04 UTC (7+ messages)
` [PATCH 2/4] md/raid10: prepare r10bio allocation width tracking
` [PATCH 3/4] md/raid10: fix r10bio devs overflow across reshape
` [PATCH 4/4] md/raid10: reset read_slot when reusing r10bio for discard
[PATCH 0/3] md/raid1: small cleanups in MD and raid1 drivers
2026-04-23 10:13 UTC (4+ messages)
` [PATCH 1/3] md/raid1: replace wait loop with wait_event_idle() in raid1_write_request()
` [PATCH 2/3] md: use mddev_is_dm() instead of open-coding gendisk checks
` [PATCH 3/3] md: use ATTRIBUTE_GROUPS() for md default sysfs attributes
[PATCH 0/8] ARM crc64 and XOR using NEON intrinsics
2026-04-23 7:48 UTC (19+ messages)
` [PATCH 1/8] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 2/8] xor/arm: Replace vectorized implementation with arm64's intrinsics
` [PATCH 3/8] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
` [PATCH 4/8] lib/crc: Turn NEON intrinsics crc64 implementation into common code
` [PATCH 5/8] lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64
` [PATCH 6/8] crypto: aegis128 - Use neon-intrinsics.h on ARM too
` [PATCH 7/8] lib/raid6: Include asm/neon-intrinsics.h rather than arm_neon.h
` [PATCH 8/8] ARM: Remove hacked-up asm/types.h header
[PATCH] md/raid5: Don't set bi_status on STRIPE_WAIT_RESHAPE
2026-04-22 9:58 UTC (3+ messages)
` [RFC PATCH] dm-raid: only requeue bios when dm is suspending
[PATCH V3 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
2026-04-22 6:22 UTC (15+ messages)
` [PATCH V3 1/3] block: clear BLK_FEAT_PCI_P2PDMA in blk_stack_limits() for non-supporting devices
` [PATCH V3 2/3] md: propagate BLK_FEAT_PCI_P2PDMA from member devices to RAID device
` [PATCH V3 3/3] nvme-multipath: enable PCI P2PDMA for multipath devices
[PATCH v2 0/5] md: bitmap grow fixes
2026-04-21 9:21 UTC (15+ messages)
` [PATCH v2 1/5] md/md-bitmap: call md_bitmap_create,destroy in location_store
` [PATCH v2 2/5] md/md-bitmap: add an extra sysfs argument to md_bitmap_create and destroy
` [PATCH v2 3/5] md/md-bitmap: add dummy bitmap ops for none to fix wrong bitmap offset
[PATCH] md/raid5: fix race between reshape and chunk-aligned read
2026-04-21 7:09 UTC (3+ messages)
[PATCH AUTOSEL 7.0] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
2026-04-20 13:18 UTC (2+ messages)
` [PATCH AUTOSEL 7.0-5.10] md/raid5: skip 2-failure compute when other disk is R5_LOCKED
[PATCH v2] md: use md_free_cloned_bio() in md_end_clone_io()
2026-04-20 7:34 UTC (6+ messages)
[PATCH] md: factor out cloned bio cleanup into md_free_bio()
2026-04-20 7:30 UTC (3+ messages)
[PATCH 0/2] md: small cleanups in MD driver
2026-04-19 6:06 UTC (2+ messages)
[PATCH] md/raid10: fix divide-by-zero in setup_geo() with zero far_copies
2026-04-19 6:01 UTC (3+ messages)
[PATCH] md/raid1,raid10: don't fail devices for invalid IO errors
2026-04-19 5:26 UTC (3+ messages)
[PATCH v2] md: fix kobject reference leak in md_import_device()
2026-04-19 4:42 UTC (2+ messages)
[PATCH 1/1] MAINTAINERS: Add Xiao Ni as md/raid reviewer
2026-04-19 4:23 UTC (2+ messages)
[PATCH v2] md/raid5: Fix UAF on IO across the reshape position
2026-04-19 3:51 UTC (2+ messages)
[PATCH 00/19] md: support llbitmap reshape for raid10 and raid5
2026-04-19 3:09 UTC (20+ messages)
` [PATCH] md: add exact bitmap mapping and reshape hooks
` [PATCH] md: add helper to split bios at reshape offset
` [PATCH] md/md-llbitmap: track bitmap sync_size explicitly
` [PATCH] md/md-llbitmap: allocate page controls independently
` [PATCH] md/md-llbitmap: grow the page cache in place for reshape
` [PATCH] md/md-llbitmap: track target reshape geometry fields
` [PATCH] md/md-llbitmap: finish reshape geometry
` [PATCH] md/md-llbitmap: refuse reshape while llbitmap still needs sync
` [PATCH] md/md-llbitmap: add reshape range mapping helpers
` [PATCH] md/md-llbitmap: don't skip reshape ranges from bitmap state
` [PATCH] md/md-llbitmap: remap checkpointed bits as reshape progresses
` [PATCH] md/md-llbitmap: clamp state-machine walks to tracked bits
` [PATCH] md/raid10: reject llbitmap chunk shrink during reshape
` [PATCH] md/raid10: wire llbitmap reshape lifecycle
` [PATCH] md/raid10: split reshape bios before bitmap accounting
` [PATCH] md/raid5: add exact old and new llbitmap mapping helpers
` [PATCH] md/raid5: reject llbitmap chunk shrink during reshape
` [PATCH] md/raid5: wire llbitmap reshape lifecycle
` [PATCH] md/raid5: split reshape bios before bitmap accounting
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox