summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm-integrity: align the outgoing bio in integrity_recheckMikulas Patocka2024-03-261-2/+10
* dm io: Support IO priorityHongyu Jin2024-03-269-33/+36
* dm-integrity: fix a memory leak when rechecking the dataMikulas Patocka2024-03-261-3/+3
* dm: call the resume method on internal suspendMikulas Patocka2024-03-261-6/+20
* dm raid: fix false positive for requeue needed during reshapeMing Lei2024-03-261-2/+2
* md/raid1: fix choose next idle in read_balance()Yu Kuai2024-03-261-10/+22
* md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai2024-03-263-7/+12
* md/raid1: factor out helpers to add rdev to confYu Kuai2024-03-261-32/+53
* md: Don't clear MD_CLOSING when the raid is about to stopLi Nan2024-03-261-4/+10
* md: fix kmemleak of rdev->serialLi Nan2024-03-261-0/+1
* Merge tag 'for-6.8/dm-fix-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-242-8/+6
|\
| * dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann2024-02-242-8/+6
* | Merge tag 'for-6.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-234-38/+256
|\|
| * dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer2024-02-203-3/+3
| * dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2024-02-202-4/+4
| * dm-crypt: recheck the integrity tag after a failureMikulas Patocka2024-02-201-16/+73
| * dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka2024-02-201-0/+6
| * dm-verity: recheck the hash after a failureMikulas Patocka2024-02-202-6/+86
| * dm-integrity: recheck the integrity tag after a failureMikulas Patocka2024-02-201-9/+84
* | Merge tag 'block-6.8-2024-02-22' of git://git.kernel.dk/linuxLinus Torvalds2024-02-223-67/+48
|\ \ | |/ |/|
| * md: Don't suspend the array for interrupted reshapeYu Kuai2024-02-151-4/+9
| * md: Don't register sync_thread for reshape directlyYu Kuai2024-02-153-42/+8
| * md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai2024-02-151-4/+8
| * md: Don't ignore read-only array in md_check_recovery()Yu Kuai2024-02-151-13/+18
| * md: Don't ignore suspended array in md_check_recovery()Yu Kuai2024-02-151-3/+0
| * md: Fix missing release of 'active_io' for flushYu Kuai2024-02-071-1/+5
* | dm-crypt, dm-verity: disable taskletsMikulas Patocka2024-02-023-61/+4
* | dm writecache: allow allocations larger than 2GiBMikulas Patocka2024-01-301-4/+4
* | dm stats: limit the number of entriesMikulas Patocka2024-01-301-0/+9
* | dm: limit the number of targets and parameter size areaMikulas Patocka2024-01-303-3/+11
|/
* md: fix a suspicious RCU usage warningMikulas Patocka2024-01-241-1/+1
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-182-19/+33
|\
| * md/raid1: Use blk_opf_t for read and write operationsBart Van Assche2024-01-091-6/+6
| * md: Fix md_seq_ops() regressionsYu Kuai2024-01-091-13/+27
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1120-1825/+400
|\|
| * bcache: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
| * bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig2023-12-291-1/+1
| * block: remove support for the host aware zone modelChristoph Hellwig2023-12-194-32/+26
| * md: Remove deprecated CONFIG_MD_FAULTYSong Liu2023-12-193-377/+0
| * md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu2023-12-194-609/+108
| * md: Remove deprecated CONFIG_MD_LINEARSong Liu2023-12-195-342/+5
| * md/raid1: support read error checkLi Nan2023-12-151-5/+12
| * md: factor out a helper exceed_read_errors() to check read_errorsLi Nan2023-12-153-46/+58
| * md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas2023-12-151-10/+44
| * md/raid1: remove unnecessary null checkingGou Hao2023-12-151-2/+0
| * md: synchronize flush io with array reconfigurationYu Kuai2023-12-011-6/+16
| * md/md-multipath: remove rcu protection to access rdev from confYu Kuai2023-11-271-11/+12
| * md/raid5: remove rcu protection to access rdev from confYu Kuai2023-11-274-144/+69
| * md/raid1: remove rcu protection to access rdev from confYu Kuai2023-11-271-39/+23
| * md/raid10: remove rcu protection to access rdev from confYu Kuai2023-11-271-155/+58