]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/git/song...
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Dec 2023 22:49:23 +0000 (15:49 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Dec 2023 22:49:23 +0000 (15:49 -0700)
commit0bd7c5d802586e9d86c09f79cbf5ca8fdbec57ec
tree807c626d7453819a1fbc77a43834216a520af517
parent4c434392c4777881d01beada6701eff8c76b43fe
parent415c7451872b0d037760795edd3961eaa63276ea
Merge tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.8/block

Pull MD updates from Song:

"1. Remove deprecated flavors, by Song Liu;
 2. raid1 read error check support, by Li Nan;
 3. Better handle events off-by-1 case, by Alex Lyakas."

* tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md:
  md: Remove deprecated CONFIG_MD_FAULTY
  md: Remove deprecated CONFIG_MD_MULTIPATH
  md: Remove deprecated CONFIG_MD_LINEAR
  md/raid1: support read error check
  md: factor out a helper exceed_read_errors() to check read_errors
  md: Whenassemble the array, consult the superblock of the freshest device
  md/raid1: remove unnecessary null checking