summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann2024-03-012-8/+6
* md: Fix missing release of 'active_io' for flushYu Kuai2024-03-011-1/+5
* md: Don't suspend the array for interrupted reshapeYu Kuai2024-03-011-4/+9
* md: Don't register sync_thread for reshape directlyYu Kuai2024-03-013-42/+8
* md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai2024-03-011-4/+8
* md: Don't ignore read-only array in md_check_recovery()Yu Kuai2024-03-011-13/+18
* md: Don't ignore suspended array in md_check_recovery()Yu Kuai2024-03-011-3/+0
* dm-verity: recheck the hash after a failureMikulas Patocka2024-03-012-6/+86
* dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka2024-03-011-0/+6
* dm-integrity: recheck the integrity tag after a failureMikulas Patocka2024-03-011-9/+84
* dm-crypt: recheck the integrity tag after a failureMikulas Patocka2024-03-011-16/+73
* dm: limit the number of targets and parameter size areaMikulas Patocka2024-02-233-3/+11
* md: bypass block throttle for superblock updateJunxiao Bi2024-02-231-3/+4
* dm-crypt, dm-verity: disable taskletsMikulas Patocka2024-02-233-61/+4
* md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas2024-02-051-10/+44
* Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu2024-01-251-0/+12
* md/raid1: Use blk_opf_t for read and write operationsBart Van Assche2024-01-251-6/+6
* md: Fix md_seq_ops() regressionsYu Kuai2024-01-251-13/+27
* md: synchronize flush io with array reconfigurationYu Kuai2024-01-251-6/+16
* Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi2024-01-201-12/+0
* 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
* Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds2023-12-082-70/+78
|\
| * Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe2023-12-071-4/+26
| |\
| | * md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai2023-12-071-4/+26
| * | Merge tag 'md-fixes-20231206' of https://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2023-12-061-64/+50
| |\|
| | * md: fix stopping sync threadYu Kuai2023-12-061-53/+37
| | * md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai2023-12-061-11/+13
| | * md: fix missing flush of sync_workYu Kuai2023-12-061-2/+2
| * | Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe2023-12-011-2/+2
| |\|
| | * md/raid6: use valid sector values to determine if an I/O should wait on the r...David Jeffery2023-12-011-2/+2
* | | Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds2023-12-021-1/+1
|\| |
| * | bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert2023-11-241-1/+1
* | | Merge tag 'dm-6.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-024-10/+8
|\ \ \
| * | | dm-flakey: start allocating with MAX_ORDERMikulas Patocka2023-11-291-1/+1
| * | | dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka2023-11-292-7/+2
| * | | dm verity: don't perform FEC for failed readahead IOWu Bo2023-11-291-1/+3
| * | | dm verity: initialize fec io before freeing itWu Bo2023-11-291-1/+2
* | | | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-027-91/+91
|\ \ \ \ | |/ / / |/| | |
| * | | closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-247-91/+91
* | | | Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linuxLinus Torvalds2023-11-236-10/+35
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge tag 'md-fixes-20231120' of https://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2023-11-201-1/+2
| |\|
| | * md: fix bi_status reporting in md_end_clone_ioSong Liu2023-11-191-1/+2
| * | bcache: avoid NULL checking to c->root in run_cache_set()Coly Li2023-11-201-1/+1
| * | bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li2023-11-201-0/+7
| * | bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li2023-11-201-1/+1
| * | bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou2023-11-201-1/+2
| * | bcache: fixup lock c->root errorMingzhe Zou2023-11-201-3/+11
| * | bcache: fixup init dirty data errorsMingzhe Zou2023-11-201-1/+4