mbox series

[0/2] fixes for uncached IO

Message ID 20250218120209.88093-1-jefflexu@linux.alibaba.com (mailing list archive)
Headers show
Series fixes for uncached IO | expand

Message

Jingbo Xu Feb. 18, 2025, 12:02 p.m. UTC
Jingbo Xu (2):
  mm/filemap: fix miscalculated file range for
    filemap_fdatawrite_range_kick()
  mm/truncate: don't skip dirty page in folio_unmap_invalidate()

 include/linux/fs.h | 4 ++--
 mm/filemap.c       | 2 +-
 mm/truncate.c      | 2 --
 3 files changed, 3 insertions(+), 5 deletions(-)

Comments

Jingbo Xu Feb. 21, 2025, 11:09 a.m. UTC | #1
Hi Christian,

On 2/18/25 8:02 PM, Jingbo Xu wrote:
> Jingbo Xu (2):
>   mm/filemap: fix miscalculated file range for
>     filemap_fdatawrite_range_kick()
>   mm/truncate: don't skip dirty page in folio_unmap_invalidate()
> 
>  include/linux/fs.h | 4 ++--
>  mm/filemap.c       | 2 +-
>  mm/truncate.c      | 2 --
>  3 files changed, 3 insertions(+), 5 deletions(-)
> 

Would you consider these fixes?
Christian Brauner Feb. 21, 2025, 1:10 p.m. UTC | #2
On Tue, 18 Feb 2025 20:02:07 +0800, Jingbo Xu wrote:
> Jingbo Xu (2):
>   mm/filemap: fix miscalculated file range for
>     filemap_fdatawrite_range_kick()
>   mm/truncate: don't skip dirty page in folio_unmap_invalidate()
> 
> include/linux/fs.h | 4 ++--
>  mm/filemap.c       | 2 +-
>  mm/truncate.c      | 2 --
>  3 files changed, 3 insertions(+), 5 deletions(-)
> 
> [...]

Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes

[1/2] mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()
      https://git.kernel.org/vfs/vfs/c/8510edf191d2
[2/2] mm/truncate: don't skip dirty page in folio_unmap_invalidate()
      https://git.kernel.org/vfs/vfs/c/927289988068