linux/fs/netfs
Linus Torvalds 323bbfcf1e Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
This is the exact same thing as the 'alloc_obj()' version, only much
smaller because there are a lot fewer users of the *alloc_flex()
interface.

As with alloc_obj() version, this was done entirely with mindless brute
force, using the same script, except using 'flex' in the pattern rather
than 'objs*'.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
Kconfig
Makefile
buffered_read.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
buffered_write.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
direct_read.c netfs: fix reference leak 2025-09-26 10:14:19 +02:00
direct_write.c netfs: fix reference leak 2025-09-26 10:14:19 +02:00
fscache_cache.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
fscache_cookie.c netfs: Mark __nonstring lookup tables 2025-04-17 10:13:46 +02:00
fscache_internal.h
fscache_io.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
fscache_main.c
fscache_proc.c
fscache_stats.c
fscache_volume.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
internal.h netfs: fix reference leak 2025-09-26 10:14:19 +02:00
iterator.c
locking.c
main.c netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read 2025-07-01 22:37:14 +02:00
misc.c vfs-6.19-rc1.folio 2025-12-01 10:26:38 -08:00
objects.c vfs-6.18-rc1.workqueue 2025-09-29 10:27:17 -07:00
read_collect.c netfs: when subreq is marked for retry, do not check if it faced an error 2026-02-08 17:07:43 -06:00
read_pgpriv2.c netfs: fix reference leak 2025-09-26 10:14:19 +02:00
read_retry.c netfs: when subreq is marked for retry, do not check if it faced an error 2026-02-08 17:07:43 -06:00
read_single.c Coccinelle-based conversion to use ->i_state accessors 2025-10-20 20:22:26 +02:00
rolling_buffer.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
stats.c
write_collect.c netfs: when subreq is marked for retry, do not check if it faced an error 2026-02-08 17:07:43 -06:00
write_issue.c netfs: when subreq is marked for retry, do not check if it faced an error 2026-02-08 17:07:43 -06:00
write_retry.c netfs: avoid double increment of retry_count in subreq 2026-02-08 17:07:43 -06:00