]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'ovl-vfs-6.8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/overlay...
authorChristian Brauner <brauner@kernel.org>
Sat, 23 Dec 2023 19:17:05 +0000 (20:17 +0100)
committerChristian Brauner <brauner@kernel.org>
Sat, 23 Dec 2023 19:50:20 +0000 (20:50 +0100)
commit7a18c0fff41ee60438ab2a1837d5b1a73ca2e2dd
treed5da6a53b7bb039eaaf9e75720a24f4b0a955602
parentd9e5d31084b024734e64307521414ef0ae1d5333
parentf567377e406c032fff0799bde4fdf4a977529b84
Merge tag 'ovl-vfs-6.8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs

Pull backing file updates from Amir Goldstein:

These patches essentially just lift some overlayfs code to common code.
The motivation is to reuse common stacking code for the FUSE passthrough
patches that I am shaping up for upstream. The FUSE passthrough work
will be coming in over the next cycles.

I have been testing those patches with my fuse-backing-fd development
branch for quite some time and I think both you and Miklos gave a
conceptual ACK to some version of this work.

* tag 'ovl-vfs-6.8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs:
  fs: factor out backing_file_mmap() helper
  fs: factor out backing_file_splice_{read,write}() helpers
  fs: factor out backing_file_{read,write}_iter() helpers
  fs: prepare for stackable filesystems backing file helpers

Signed-off-by: Christian Brauner <brauner@kernel.org>