summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
| | |/