Re: [PATCH v4] ext4: fix direct I/O read error

2020-08-14 Thread
Ok,I will make time to do it. 发自我的iPhone > 在 2020年8月14日,下午4:04,Christoph Hellwig 写道: > > On Wed, Aug 05, 2020 at 03:40:34PM +0800, Jiang Ying wrote: >> This patch is used to fix ext4 direct I/O read error when >> the read size is not aligned with block size. >> >> Then, I will use a test to e

Re: [PATCH v4] ext4: fix direct I/O read error

2020-08-05 Thread
Sorry,I will fix this error on 4.4 and 4.9,and then send a patch for 4.4 and 4.9,thanks! 发自我的iPhone > 在 2020年8月6日,上午9:19,Sasha Levin 写道: > > On Wed, Aug 05, 2020 at 10:51:07AM +0200, Jan Kara wrote: >> Note to stable tree maintainers (summary from the rather long changelog): >> This is a non-

Re: [PATCH v3] ext4: fix direct I/O read error

2020-07-01 Thread
Does anyone else have any comments on the PATCH v3?Suggestions are welcome. Thanks! 发自我的iPhone > 在 2020年6月29日,下午5:45,Jiang Ying 写道: > > This patch is used to fix ext4 direct I/O read error when > the read size is not aligned with block size. > > Then, I will use a test to explain the error.

[PATCH] ext4: fix direct I/O read error

2020-06-28 Thread
From: jiangying8582 Date: Wed, 24 Jun 2020 19:02:34 +0800 Subject: [PATCH] ext4: fix direct I/O read error This patch is used to fix ext4 direct I/O read error when the read size is not alignment with block size. Compare the size between read offset with file size, if read offset is greater than