summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2026-08-04dm array: reject an array block whose value size is not the caller'sBryam Vargas
2026-08-04dm array: validate array block headers on readBryam Vargas
2026-08-03dm-integrity: replace forgeable discard filler with a keyed sector markerShukai Ni
2026-07-31md/raid1: create serial pool adding rdev to array with serialize_policy=1Martin Wilck
2026-07-31md: do overflow check for sb->bblog_shift in super_1_load()Coly Li
2026-07-31md: scope memalloc_noio to allocation critical sectionsChen Cheng
2026-07-31md/bitmap: resume array on backlog_store() error pathChen Cheng
2026-07-31md/raid5: complete discard bios while reshape is activeGenjian Zhang
2026-07-31md/raid10: free r10bio before ending master_bio in raid_end_bio_io() and raid...Chen Cheng
2026-07-31md/raid10: resize r10bio_pool for reshapeChen Cheng
2026-07-31md: suspend array when sync_action=reshapeChen Cheng
2026-07-31md: widen badblock sectors param from int to sector_tHiroshi Nishida
2026-07-30md/raid10: remove unnecessary barrier around bio_submit_split_bioset()Abd-Alrhman Masalkhi
2026-07-30md/raid10: consistently fail atomic writes that require splittingAbd-Alrhman Masalkhi
2026-07-30md/raid1: restrict atomic write limits and handle runtime constraintsAbd-Alrhman Masalkhi
2026-07-30md: recheck spare changes before starting syncAbd-Alrhman Masalkhi
2026-07-30md: remove REQ_NOWAIT support from raid1/10/456Abd-Alrhman Masalkhi
2026-07-30md/raid5: protect lockless recovery_offset accesses during reshapeChen Cheng
2026-07-30md/raid5: fix reshape deadlock while failed devices more than max degradedChen Cheng
2026-07-30md/raid5: fix lockless max_nr_stripes readsChen Cheng
2026-07-30md/raid1: protect sequential read hints for read balanceChen Cheng
2026-07-30md/raid5-ppl: fix use-after-free in ppl_do_flush()Sajal Gupta
2026-07-30md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistencyChen Cheng
2026-07-28dm vdo indexer: embed geometry in parent structurescorwin
2026-07-28dm vdo indexer: simplify sub-index parameter calculationscorwin
2026-07-28dm-pcache: remove unused 'cache' parameter from cache_key_gc()Jianyun Gao
2026-07-28dm-pcache: remove unused miss_read_end_work_fn declarationJianyun Gao
2026-07-27dm-io: report non-retryable errors separatedlyMikulas Patocka
2026-07-27dm-io: clone the source bio instead of copying its biovecKeith Busch
2026-07-27dm: fix race when loading and unloading a tableMikulas Patocka
2026-07-27dm: fix resume-vs-remove raceMikulas Patocka
2026-07-20blk-crypto: Allow control over whether hardware is usedEric Biggers
2026-07-20dm-pcache: remove unused 'allocated' variable in cache_data_alloc()Jianyun Gao
2026-07-20dm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignmentJianyun Gao
2026-07-20dm-pcache: fix use-after-free and invalid seg operations in kset_replay()Jianyun Gao
2026-07-20dm-pcache: fix implicit u8 truncation of gc_percent in message handlerJianyun Gao
2026-07-20dm raid1: reserve space for NUL-terminator in build_constructor_string()Ilya Krutskih
2026-07-17dm vdo: don't read repair field in loop conditionMatthew Sakai
2026-07-17dm-pcache: only hand out initialized cache segmentsBryam Vargas
2026-07-17dm-pcache: validate the persisted dirty_tail chain at loadBryam Vargas
2026-07-17dm-pcache: validate on-media seg_num against the cache device sizeBryam Vargas
2026-07-17dm-pcache: clamp the tail kset read to the segment data regionBryam Vargas
2026-07-17dm-pcache: bound the logical key offset from persistent memoryBryam Vargas
2026-07-17dm-pcache: detect a cycle in the last-kset chain during replayBryam Vargas
2026-07-17dm-pcache: reject a kset that overruns its segmentBryam Vargas
2026-07-17dm-pcache: bound the persisted tail-position offsetBryam Vargas
2026-07-17dm-pcache: validate kset key_num and intra-segment boundsBryam Vargas
2026-07-17dm-pcache: validate geometry fields from on-disk cache_infoBryam Vargas
2026-07-17dm-pcache: validate seg_id fields from persistent memoryBryam Vargas
2026-07-16dm-inlinecrypt: don't overwrite the error with -EINVALMikulas Patocka