summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka3-61/+4
2024-01-30dm writecache: allow allocations larger than 2GiBMikulas Patocka1-4/+4
2024-01-30dm stats: limit the number of entriesMikulas Patocka1-0/+9
2024-01-30dm: limit the number of targets and parameter size areaMikulas Patocka3-3/+11
2024-01-25md: fix a suspicious RCU usage warningMikulas Patocka1-1/+1
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2-19/+33
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds20-1825/+400
2024-01-10md/raid1: Use blk_opf_t for read and write operationsBart Van Assche1-6/+6
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+3
2024-01-09md: Fix md_seq_ops() regressionsYu Kuai1-13/+27
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov3-3/+3
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-2/+2
2023-12-29bcache: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-29bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig1-1/+1
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig4-32/+26
2023-12-19md: Remove deprecated CONFIG_MD_FAULTYSong Liu3-377/+0
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu4-609/+108
2023-12-19md: Remove deprecated CONFIG_MD_LINEARSong Liu5-342/+5
2023-12-18dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DMMike Snitzer1-0/+1
2023-12-18dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()Mikulas Patocka1-5/+6
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai2-3/+11
2023-12-16md/raid1: support read error checkLi Nan1-5/+12
2023-12-16md: factor out a helper exceed_read_errors() to check read_errorsLi Nan3-46/+58
2023-12-16md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2023-12-15md/raid1: remove unnecessary null checkingGou Hao1-2/+0
2023-12-08Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds2-70/+78
2023-12-07Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe1-4/+26
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai1-4/+26
2023-12-07Merge tag 'md-fixes-20231206' of https://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe1-64/+50
2023-12-06md: fix stopping sync threadYu Kuai1-53/+37
2023-12-06md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai1-11/+13
2023-12-06md: fix missing flush of sync_workYu Kuai1-2/+2
2023-12-02Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe1-2/+2
2023-12-02md: synchronize flush io with array reconfigurationYu Kuai1-6/+16
2023-12-02md/raid6: use valid sector values to determine if an I/O should wait on the r...David Jeffery1-2/+2
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-12-02Merge tag 'dm-6.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+8
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-91/+91
2023-11-29dm-flakey: start allocating with MAX_ORDERMikulas Patocka1-1/+1
2023-11-29dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka2-7/+2
2023-11-29dm verity: don't perform FEC for failed readahead IOWu Bo1-1/+3
2023-11-29dm verity: initialize fec io before freeing itWu Bo1-1/+2
2023-11-28md/md-multipath: remove rcu protection to access rdev from confYu Kuai1-11/+12
2023-11-28md/raid5: remove rcu protection to access rdev from confYu Kuai4-144/+69
2023-11-28md/raid1: remove rcu protection to access rdev from confYu Kuai1-39/+23
2023-11-28md/raid10: remove rcu protection to access rdev from confYu Kuai1-155/+58
2023-11-28md: remove flag RemoveSynchronizedYu Kuai6-72/+6
2023-11-28Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi1-12/+0
2023-11-28md: bypass block throttle for superblock updateJunxiao Bi1-3/+4
2023-11-24bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert1-1/+1