]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayf...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Sep 2024 04:33:18 +0000 (06:33 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Sep 2024 04:33:18 +0000 (06:33 +0200)
commit45d986d11313ff2d8ed2cf6a34e2aefdc4639a99
tree2248b9a1b28fa288a3ec8260d9d63cbbb2ea08c5
parent4a39ac5b7d62679c07a3e3d12b0f6982377d8a7d
parent6c4a5f96450415735c31ed70ff354f0ee5cbf67b
Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs

Pull overlayfs updates from Amir Goldstein:

 - Increase robustness of overlayfs to crashes in the case of underlying
   filesystems that to not guarantee metadata ordering to persistent
   storage (problem was reported with ubifs).

 - Deny mount inside container with features that require root
   privileges to work properly, instead of failing operations later.

 - Some clarifications to overlayfs documentation.

* tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs:
  ovl: fail if trusted xattrs are needed but caller lacks permission
  overlayfs.rst: update metacopy section in overlayfs documentation
  ovl: fsync after metadata copy-up
  ovl: don't set the superblock's errseq_t manually
fs/overlayfs/copy_up.c