netfs, cachefiles: Pass upper bound length to allow expansion
authorDavid Howells <dhowells@redhat.com>
Wed, 22 Nov 2023 17:18:17 +0000 (17:18 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 28 Dec 2023 09:45:25 +0000 (09:45 +0000)
commite0ace6ca98bef0d8d354040f13ffc0a498813ee9
treebf426f6aa6e3c0fa9f4b186eb79857675b7148ae
parent80645bd4aa33a5c325f11b8dc6b38b38410ad5c0
netfs, cachefiles: Pass upper bound length to allow expansion

Make netfslib pass the maximum length to the ->prepare_write() op to tell
the cache how much it can expand the length of a write to.  This allows a
write to the server at the end of a file to be limited to a few bytes
whilst writing an entire block to the cache (something required by direct
I/O).

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com
cc: linux-fsdevel@vger.kernel.org
cc: linux-mm@kvack.org
fs/cachefiles/internal.h
fs/cachefiles/io.c
fs/cachefiles/ondemand.c
fs/netfs/fscache_io.c
fs/netfs/io.c
fs/netfs/objects.c
fs/netfs/output.c
fs/smb/client/fscache.c
include/linux/netfs.h