]> Gentwo Git Trees - linux/.git/commit
Merge tag 'fsnotify_for_v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2025 19:35:13 +0000 (09:35 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2025 19:35:13 +0000 (09:35 -1000)
commit380cb5d3533cddd93050d72d65f7b1fc997823f7
tree93442b5331413a6fd1debc03177ba2bdd4d78b40
parent211ddde0823f1442e4ad052a2f30f050145ccada
parenta7c4bb43bfdc2b9f06ee9d036028ed13a83df42a
Merge tag 'fsnotify_for_v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull fsnotify fixes from Jan Kara:

 - Stop-gap solution for a race between unmount of a filesystem with
   fsnotify marks and someone inspecting fdinfo of fsnotify group with
   those marks in procfs.

   A proper solution is in the works but it will get a while to settle.

 - Fix for non-decodable file handles (used by unprivileged apps using
   fanotify)

* tag 'fsnotify_for_v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  fs/notify: call exportfs_encode_fid with s_umount
  expfs: Fix exportfs_can_encode_fh() for EXPORT_FH_FID