mbox series

[GIT,PULL] md-fixes 20230630

Message ID A098F73A-40A2-4B8D-8BDC-BB228B4F70A0@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20230630 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20230630

Message

Song Liu July 1, 2023, 12:12 a.m. UTC
Hi Jens, 

Please consider pulling the following change for md-fixes on top of your
block-6.5 branch. This patch fixes data corruption caused by discard on
raid0 array with original layout. 

Thanks,
Song



The following changes since commit 6e34e784e72132c91b03d4f2f85bd4725b1ad9e5:

  Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5 (2023-06-30 14:04:08 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20230630

for you to fetch changes up to e836007089ba8fdf24e636ef2b007651fb4582e6:

  md/raid0: add discard support for the 'original' layout (2023-06-30 15:43:50 -0700)

----------------------------------------------------------------
Jason Baron (1):
      md/raid0: add discard support for the 'original' layout

 drivers/md/raid0.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 drivers/md/raid0.h |  1 +
 2 files changed, 55 insertions(+), 8 deletions(-)

Comments

Jens Axboe July 1, 2023, 2:12 a.m. UTC | #1
On 6/30/23 6:12 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following change for md-fixes on top of your
> block-6.5 branch. This patch fixes data corruption caused by discard on
> raid0 array with original layout. 

Pulled, thanks.