]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "pidfs: implement file handle support"
authorChristian Brauner <brauner@kernel.org>
Fri, 29 Nov 2024 19:53:03 +0000 (20:53 +0100)
committerChristian Brauner <brauner@kernel.org>
Tue, 17 Dec 2024 08:16:17 +0000 (09:16 +0100)
commitdc14abd3375409560a761f886696969ee755c784
tree292d86daacf8cb64d8bf4374a5cc2e8659dd8a3f
parentd8b47d051eab9729417ea35d3c27fbe8ebd9f5c6
parentb3caba8f7a34a2bbaf45ffc6ff3a49b70afeb192
Merge patch series "pidfs: implement file handle support"

Christian Brauner <brauner@kernel.org> says:

Now that we have the preliminaries to lookup struct pid based on its
inode number alone we can implement file handle support.

This is based on custom export operation methods which allows pidfs to
implement permission checking and opening of pidfs file handles cleanly
without hacking around in the core file handle code too much.

* patches from https://lore.kernel.org/r/20241129-work-pidfs-file_handle-v1-0-87d803a42495@kernel.org:
  pidfs: implement file handle support
  exportfs: add permission method
  fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh()
  exportfs: add open method
  fhandle: simplify error handling
  pseudofs: add support for export_ops

Link: https://lore.kernel.org/r/20241129-work-pidfs-file_handle-v1-0-87d803a42495@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>