linux/fs/netfs
David Howells 6698c02d64
afs: Locally initialise the contents of a new symlink on creation
Since we know what the contents of a symlink will be when we create it on
the server, initialise its contents locally too to avoid the need to
download it.

Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/20241216204124.3752367-31-dhowells@redhat.com
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
2024-12-20 22:34:09 +01:00
..
buffered_read.c afs: Locally initialise the contents of a new symlink on creation 2024-12-20 22:34:09 +01:00
buffered_write.c netfs: Remove unnecessary references to pages 2024-10-07 13:45:15 +02:00
direct_read.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
direct_write.c netfs: Abstract out a rolling folio buffer implementation 2024-12-20 22:34:02 +01:00
fscache_cache.c netfs: Revert "netfs: Switch debug logging to pr_debug()" 2024-07-24 10:15:37 +02:00
fscache_cookie.c fs/netfs/fscache_cookie: add missing "n_accesses" check 2024-08-12 22:03:26 +02:00
fscache_internal.h
fscache_io.c fscache: Remove duplicate included header 2024-11-21 09:35:25 +01:00
fscache_main.c fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF 2024-09-01 10:30:25 +02:00
fscache_proc.c
fscache_stats.c
fscache_volume.c netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING 2024-11-11 14:39:38 +01:00
internal.h netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
iterator.c netfs: Speed up buffered reading 2024-09-12 12:20:41 +02:00
Kconfig netfs: clean up after renaming FSCACHE_DEBUG config 2024-08-12 22:03:26 +02:00
locking.c netfs: Downgrade i_rwsem for a buffered write 2024-10-17 15:33:42 +02:00
main.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
Makefile netfs: Add support for caching single monolithic objects such as AFS dirs 2024-12-20 22:34:06 +01:00
misc.c netfs: Add functions to build/clean a buffer in a folio_queue 2024-12-20 22:34:06 +01:00
objects.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
read_collect.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
read_pgpriv2.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
read_retry.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
read_single.c afs: Locally initialise the contents of a new symlink on creation 2024-12-20 22:34:09 +01:00
rolling_buffer.c netfs: Abstract out a rolling folio buffer implementation 2024-12-20 22:34:02 +01:00
stats.c netfs: Add support for caching single monolithic objects such as AFS dirs 2024-12-20 22:34:06 +01:00
write_collect.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
write_issue.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00
write_retry.c netfs: Change the read result collector to only use one work item 2024-12-20 22:34:08 +01:00