]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "include/linux/fs.h: add inode_lock_killable()"
authorChristian Brauner <brauner@kernel.org>
Thu, 15 May 2025 10:03:18 +0000 (12:03 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 15 May 2025 10:03:18 +0000 (12:03 +0200)
commit4fae90d04a58cd9882c5158b6b1d22d0cf544fc0
tree87d15c942c066ccb631fbb43b79c93be231fc160
parente0410e956b97e8b50b2aa7b02ba70e5f09b31ebe
parent2e1a8fbff51bb9bdf0fe9c6602855e308efcfcdb
Merge patch series "include/linux/fs.h: add inode_lock_killable()"

Try and make a few filesystem operations killable on the VFS
inode->i_mutex level.

* patches from https://lore.kernel.org/20250513150327.1373061-1-max.kellermann@ionos.com:
  fs/read_write: make default_llseek() killable
  fs/open: make do_truncate() killable
  fs/open: make chmod_common() and chown_common() killable
  include/linux/fs.h: add inode_lock_killable()

Link: https://lore.kernel.org/20250513150327.1373061-1-max.kellermann@ionos.com
Signed-off-by: Christian Brauner <brauner@kernel.org>