summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2024-02-20dm vdo: implement the block map page cacheMatthew Sakai
2024-02-20dm vdo: add the block mapMatthew Sakai
2024-02-20dm vdo: add the slab depotMatthew Sakai
2024-02-20dm vdo: add the block allocators and physical zonesMatthew Sakai
2024-02-20dm vdo: add the slab summaryMatthew Sakai
2024-02-20dm vdo: add slab structure, slab journal and reference countersMatthew Sakai
2024-02-20dm vdo: add the compressed block bin packerMatthew Sakai
2024-02-20dm vdo: add use of deduplication index in hash zonesMatthew Sakai
2024-02-20dm vdo: add hash locks and hash zonesMatthew Sakai
2024-02-20dm vdo: add the vdo io_submitterMatthew Sakai
2024-02-20dm vdo: add flush supportMatthew Sakai
2024-02-20dm vdo: add data_vio, the request object which services incoming biosMatthew Sakai
2024-02-20dm vdo: add vio, the request object for vdo metadataMatthew Sakai
2024-02-20dm vdo: add administrative state and action managerMatthew Sakai
2024-02-20dm vdo: implement external deduplication index interfaceMatthew Sakai
2024-02-20dm vdo: implement top-level deduplication indexMatthew Sakai
2024-02-20dm vdo: implement the chapter volume storeMatthew Sakai
2024-02-20dm vdo: implement the open chapter and chapter indexesMatthew Sakai
2024-02-20dm vdo: implement the volume indexMatthew Sakai
2024-02-20dm vdo: implement the delta indexMatthew Sakai
2024-02-20dm vdo: add deduplication index storage interfaceMatthew Sakai
2024-02-20dm vdo: add deduplication configuration structuresMatthew Sakai
2024-02-20dm vdo: add basic hash map data structuresMatthew Sakai
2024-02-20dm vdo: add specialized request queueing functionalityMatthew Sakai
2024-02-20dm vdo: add thread and synchronization utilitiesMatthew Sakai
2024-02-20dm vdo: add vdo type declarations, constants, and simple data structuresMatthew Sakai
2024-02-20dm vdo: add basic logging and support utilitiesMatthew Sakai
2024-02-20dm vdo: add memory allocation utilitiesMatthew Sakai
2024-02-20dm vdo: add the MurmurHash3 fast hashing algorithmMatthew Sakai
2024-02-20dm crypt: remove redundant state settings after waking upLizhe
2024-02-20dm thin: add braces around conditional code that spans linesMike Snitzer
2024-02-20dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer
2024-02-20dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka
2024-02-20dm-crypt: recheck the integrity tag after a failureMikulas Patocka
2024-02-20dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka
2024-02-20dm-verity: recheck the hash after a failureMikulas Patocka
2024-02-20dm-integrity: recheck the integrity tag after a failureMikulas Patocka
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada
2024-02-19bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-02-16Merge tag 'md-6.9-20240216' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2024-02-15md: Don't suspend the array for interrupted reshapeYu Kuai
2024-02-15md: Don't register sync_thread for reshape directlyYu Kuai
2024-02-15md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai
2024-02-15md: Don't ignore read-only array in md_check_recovery()Yu Kuai
2024-02-15md: Don't ignore suspended array in md_check_recovery()Yu Kuai
2024-02-12md: fix kmemleak of rdev->serialLi Nan
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn
2024-02-12dm: dm-zoned: guard blkdev_zone_mgmt with noio scopeJohannes Thumshirn
2024-02-07md: Fix missing release of 'active_io' for flushYu Kuai