Files
linux/fs/ceph
Taotao Chen e9d8e2bf23 fs: change write_begin/write_end interface to take struct kiocb *
Change the address_space_operations callbacks write_begin() and
write_end() to take struct kiocb * as the first argument instead of
struct file *.

Update all affected function prototypes, implementations, call sites,
and related documentation across VFS, filesystems, and block layer.

Part of a series refactoring address_space_operations write_begin and
write_end callbacks to use struct kiocb for passing write context and
flags.

Signed-off-by: Taotao Chen <chentaotao@didiglobal.com>
Link: https://lore.kernel.org/20250716093559.217344-4-chentaotao@didiglobal.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-07-16 14:48:18 +02:00
..
2023-11-03 23:28:34 +01:00
2024-11-19 11:47:16 +01:00
2024-11-18 17:34:36 +01:00
2025-04-04 11:31:42 -07:00
2023-08-22 09:01:48 +02:00
2022-03-01 18:26:37 +01:00