aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner7-11/+11
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers2-2/+2
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-242/+492
2025-03-28dm-ebs: fix prefetch-vs-suspend raceMikulas Patocka1-0/+7
2025-03-28dm-verity: fix prefetch-vs-suspend raceMikulas Patocka1-0/+8
2025-03-28dm-integrity: fix non-constant-time tag verificationJo Van Bulck1-23/+22
2025-03-28dm-verity: support block number limits for different ioprio classesLongPing Wei1-3/+26
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds13-344/+383
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-24/+23
2025-03-24dm-delay: support zoned devicesChristoph Hellwig1-1/+17
2025-03-14Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-03-14dm: restrict dm device size to 2^63-512 bytesMikulas Patocka1-0/+4
2025-03-13dm-flakey: Fix memory corruption in optional corrupt_bio_byte featureKent Overstreet1-1/+1
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe11-269/+338
2025-03-06dm cache: support shrinking the origin deviceMing-Hung Tsai1-3/+69
2025-03-06dm cache: prevent BUG_ON by blocking retries on failed device resumesMing-Hung Tsai1-0/+24
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing4-10/+10
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing4-20/+19
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-17/+18
2025-03-06md/raid10: wait barrier before returning discard request with REQ_NOWAITXiao Ni1-2/+1
2025-03-05md/md-bitmap: fix wrong bitmap_limit for clustermd when write sbSu Yue1-3/+3
2025-03-05md/raid1,raid10: don't ignore IO flagsYu Kuai2-13/+0
2025-03-05md/raid5: merge reshape_progress checking inside get_reshape_loc()Yu Kuai1-11/+10
2025-03-05md: fix mddev uaf while iterating all_mddevs listYu Kuai1-9/+13
2025-03-05md: switch md-cluster to use md_submodle_headYu Kuai4-43/+17
2025-03-05md: don't export md_cluster_opsYu Kuai6-59/+76
2025-03-05md/md-cluster: cleanup md_cluster_ops referenceYu Kuai1-2/+2
2025-03-05md: switch personalities to use md_submodule_headYu Kuai7-106/+130
2025-03-05md: introduce struct md_submodule_head and APIsYu Kuai3-0/+47
2025-03-05md: only include md-cluster.h if necessaryYu Kuai5-7/+11
2025-03-05md: merge common code into find_pers()Yu Kuai1-30/+38
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig3-31/+0
2025-02-25dm vdo indexer: reorder uds_request to reduce paddingKen Raeburn2-32/+27
2025-02-24Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+15
2025-02-24dm: fix unconditional IO throttle caused by REQ_PREFLUSHJinliang Zheng1-2/+6
2025-02-24dm vdo: rework processing of loaded refcount byte arraysKen Raeburn1-22/+83
2025-02-24dm vdo: remove remaining ring referencesSweet Tea Dorminy7-22/+22
2025-02-24dm-verity: do forward error correction on metadata I/O errorsMikulas Patocka1-4/+21
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn1-0/+1
2025-02-24dm-bufio: remove unused return valueMikulas Patocka1-3/+1
2025-02-24dm-integrity: set ti->error on memory allocation failureMikulas Patocka1-0/+3
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds3-9/+3
2025-02-17dm: Enable inline crypto passthrough for striped targetEd Tsai1-1/+1
2025-02-17dm-integrity: Do not emit journal configuration in DM table for Inline modeMilan Broz1-7/+10
2025-02-17dm-integrity: Avoid divide by zero in table status in Inline modeMilan Broz1-4/+4
2025-02-15md/raid1: fix memory leak in raid1_run() if no active rdevZheng Qixing1-1/+7
2025-02-15md: ensure resync is prioritized over recoveryLi Nan1-7/+7
2025-02-14md/raid*: Fix the set_queue_limits implementationsBart Van Assche3-9/+3
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers1-0/+1
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers2-24/+23