linux/fs/fuse
Kees Cook 3a2c4d55e3 treewide: refresh kmalloc_obj() conversions
This is another run of the Coccinelle script for converting kmalloc()
family of allocations to kmalloc_obj() via the existing rules in
scripts/coccinelle/api/kmalloc_objs.cocci

This catches both the set of kmalloc() uses added since the first
kmalloc_obj() conversions in v7.0 and adds a large group missed in the
first pass due to Coccinelle not interacting well with the cleanup.h
scoped_...() family of macros[1]. I worked around this with spatch's
"--macro-file" argument to a file with all the scoped_...() macros mapped
to Coccinelle's YACFE_ITERATOR[2] as that was the closest viable control
flow indicator I could find.

Build tested allmodconfig on x86, arm64, arm, loongarch, mips, powerpc,
riscv, and s390 with no new warnings.

Link: https://lore.kernel.org/lkml/202609021314.8A9C0B8@keescook/ [1]
Link: https://github.com/coccinelle/coccinelle/blob/master/standard.h [2]
Signed-off-by: Kees Cook <kees+treewide@kernel.org>
2026-09-04 21:37:00 -07:00
..
acl.c fuse: Add SPDX ID lines to some files 2026-06-15 14:06:19 +02:00
args.h fuse: add zero-copy over io-uring 2026-08-17 17:02:37 +02:00
backing.c fuse: use current creds for backing files 2026-06-15 14:06:19 +02:00
control.c fuse: Add SPDX ID lines to some files 2026-06-15 14:06:19 +02:00
cuse.c cuse: wait for pending RCU callbacks on module exit 2026-08-18 10:30:50 +02:00
dax.c fuse: convert iomap ops to ->iomap_next() 2026-07-31 12:28:51 +02:00
dev_uring_i.h fuse: add zero-copy over io-uring 2026-08-17 17:02:37 +02:00
dev_uring.c fuse: Fix the condition to enable over-io-uring 2026-08-24 12:18:02 +02:00
dev.c fuse: wake one waiter per freed slot when raising max_background 2026-08-18 15:20:29 +02:00
dev.h fuse: decouple fuse_ring creation from ent registration 2026-08-17 17:02:37 +02:00
dir.c fuse update for 7.3 2026-08-25 07:59:44 -07:00
file.c treewide: refresh kmalloc_obj() conversions 2026-09-04 21:37:00 -07:00
fuse_dev_i.h fuse: give wakeup hints to the scheduler for synchronous requests 2026-08-18 11:52:56 +02:00
fuse_i.h fuse: move "epoch" from dentry.d_time to fuse_dentry.epoch 2026-07-06 15:44:58 +02:00
fuse_trace.h fuse: add fuse_request_sent tracepoint 2026-06-15 14:06:19 +02:00
inode.c fuse: Fix the condition to enable over-io-uring 2026-08-24 12:18:02 +02:00
ioctl.c fuse: replace __get_free_page() with kmalloc() 2026-05-27 15:12:24 +02:00
iomode.c fuse: remove unused 'inode' parameter in fuse_passthrough_open 2025-08-27 14:29:44 +02:00
Kconfig fuse: fix references to fuse.rst -> fuse/fuse.rst 2025-09-02 11:14:15 +02:00
Makefile fuse: create notify.c 2026-06-15 14:06:17 +02:00
notify.c fuse: use iomap helper to mark folio uptodate 2026-07-31 12:28:47 +02:00
passthrough.c lsm: add backing_file LSM hooks 2026-04-03 16:53:50 -04:00
poll.c fuse: create poll.c 2026-06-15 14:06:17 +02:00
readdir.c treewide: refresh kmalloc_obj() conversions 2026-09-04 21:37:00 -07:00
req_timeout.c fuse: use min_not_zero() in fuse_init_server_timeout() 2026-08-18 14:35:23 +02:00
req.c fuse: split out filesystem part of request sending 2026-06-15 14:06:17 +02:00
sysctl.c fuse: move request timeout code to a new source file 2026-06-15 14:06:15 +02:00
sysctl.h fuse: move request timeout code to a new source file 2026-06-15 14:06:15 +02:00
trace.c fuse: move CREATE_TRACE_POINTS to a separate file 2025-09-25 16:22:18 +02:00
virtio_fs.c fuse: convert iomap ops to ->iomap_next() 2026-07-31 12:28:51 +02:00
xattr.c fuse: Add SPDX ID lines to some files 2026-06-15 14:06:19 +02:00