summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * md: remove flag RemoveSynchronizedYu Kuai2023-11-276-72/+6
| * Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi2023-11-271-12/+0
| * md: bypass block throttle for superblock updateJunxiao Bi2023-11-271-3/+4
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-093-3/+3
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-083-3/+3
* | | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-2/+2
|\ \ \
| * | | bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
* | | | dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DMMike Snitzer2023-12-181-0/+1
* | | | dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()Mikulas Patocka2023-12-181-5/+6
* | | | dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai2023-12-182-3/+11