]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2020 18:33:41 +0000 (11:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2020 18:33:41 +0000 (11:33 -0700)
commitbacf470ac4ab1334e9b47c5f6fe82162568d900b
tree61e9ed33dd81da4e5ea9c485964ea9214a6c8b10
parent9106e0ac2569a99213ae4db35f3a7ea0aa22f407
parentad79b242f8222f79791ad668f87087b4bb83ce90
Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull clone/dedupe/remap code refactoring from Darrick Wong:
 "Move the generic file range remap (aka reflink and dedupe) functions
  out of mm/filemap.c and fs/read_write.c and into fs/remap_range.c to
  reduce clutter in the first two files"

* tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  vfs: move the generic write and copy checks out of mm
  vfs: move the remap range helpers to remap_range.c
  vfs: move generic_remap_checks out of mm
fs/Makefile
fs/read_write.c
include/linux/fs.h
mm/filemap.c