summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2024-02-20dm vdo: implement external deduplication index interfaceMatthew Sakai-0/+1367
2024-02-20dm vdo: implement top-level deduplication indexMatthew Sakai-0/+2109
2024-02-20dm vdo: implement the chapter volume storeMatthew Sakai-0/+2465
2024-02-20dm vdo: implement the open chapter and chapter indexesMatthew Sakai-0/+860
2024-02-20dm vdo: implement the volume indexMatthew Sakai-0/+1482
2024-02-20dm vdo: implement the delta indexMatthew Sakai-0/+2333
2024-02-20dm vdo: add deduplication index storage interfaceMatthew Sakai-0/+2368
2024-02-20dm vdo: add deduplication configuration structuresMatthew Sakai-0/+841
2024-02-20dm vdo: add basic hash map data structuresMatthew Sakai-0/+1808
2024-02-20dm vdo: add specialized request queueing functionalityMatthew Sakai-0/+1635
2024-02-20dm vdo: add thread and synchronization utilitiesMatthew Sakai-0/+524
2024-02-20dm vdo: add vdo type declarations, constants, and simple data structuresMatthew Sakai-0/+1101
2024-02-20dm vdo: add basic logging and support utilitiesMatthew Sakai-0/+940
2024-02-20dm vdo: add memory allocation utilitiesMatthew Sakai-0/+604
2024-02-20dm vdo: add the MurmurHash3 fast hashing algorithmMatthew Sakai-0/+190
2024-02-20dm crypt: remove redundant state settings after waking upLizhe-1/+0
2024-02-20dm thin: add braces around conditional code that spans linesMike Snitzer-8/+12
2024-02-20dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer-3/+3
2024-02-20dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka-4/+4
2024-02-20dm-crypt: recheck the integrity tag after a failureMikulas Patocka-16/+73
2024-02-20dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka-0/+6
2024-02-20dm-verity: recheck the hash after a failureMikulas Patocka-6/+86
2024-02-20dm-integrity: recheck the integrity tag after a failureMikulas Patocka-9/+84
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada-1/+0
2024-02-19bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-22/+24
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-7/+8
2024-02-16Merge tag 'md-6.9-20240216' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe-85/+18
2024-02-15md: Don't suspend the array for interrupted reshapeYu Kuai-4/+9
2024-02-15md: Don't register sync_thread for reshape directlyYu Kuai-42/+8
2024-02-15md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai-4/+8
2024-02-15md: Don't ignore read-only array in md_check_recovery()Yu Kuai-13/+18
2024-02-15md: Don't ignore suspended array in md_check_recovery()Yu Kuai-3/+0
2024-02-12md: fix kmemleak of rdev->serialLi Nan-0/+1
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn-1/+1
2024-02-12dm: dm-zoned: guard blkdev_zone_mgmt with noio scopeJohannes Thumshirn-1/+4
2024-02-07md: Fix missing release of 'active_io' for flushYu Kuai-1/+5
2024-02-05md/multipath: Remove md-multipath.hSong Liu-32/+0
2024-02-05md/linear: Get rid of md-linear.hMarc Zyngier-17/+0
2024-02-05md: use RCU lock to protect traversal in md_spares_need_change()Li Lingfeng-2/+7
2024-02-05md: get rdev->mddev with READ_ONCE()Li Lingfeng-2/+2
2024-02-05md: remove redundant md_wakeup_thread()Yu Kuai-18/+2
2024-02-05md: remove redundant check of 'mddev->sync_thread'Yu Kuai-14/+6
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka-61/+4
2024-01-30dm writecache: allow allocations larger than 2GiBMikulas Patocka-4/+4
2024-01-30dm stats: limit the number of entriesMikulas Patocka-0/+9
2024-01-30dm: limit the number of targets and parameter size areaMikulas Patocka-3/+11
2024-01-24md: fix a suspicious RCU usage warningMikulas Patocka-1/+1
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds-19/+33
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds-1825/+400
2024-01-09md/raid1: Use blk_opf_t for read and write operationsBart Van Assche-6/+6