nextcloud-server/lib/private/Files/Node
Robin Appelman 5bcf37b7ff only fetch the data for mounts inside a folder when needed
for most operations we don't actually care about any mounts inside a folder, only for metadata that needs to propagate across storage boundaries (size, etag, mtime) do we need all the submount info.

By only loading this data when needed we can save a bunch of storage setup in a number of cases

Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-02-09 11:39:00 +07:00
..
File.php only fetch the data for mounts inside a folder when needed 2023-02-09 11:39:00 +07:00
Folder.php only fetch the data for mounts inside a folder when needed 2023-02-09 11:39:00 +07:00
HookConnector.php
LazyFolder.php Type sizes as int|float throughout the code base 2023-02-07 11:23:31 +07:00
LazyRoot.php optimize getById on LazyUserFolder to not require a full fs setup 2022-04-04 15:40:16 +07:00
LazyUserFolder.php more preset metadata for LazyUserFolder 2022-04-08 15:09:40 +07:00
Node.php only fetch the data for mounts inside a folder when needed 2023-02-09 11:39:00 +07:00
NonExistingFile.php Type sizes as int|float throughout the code base 2023-02-07 11:23:31 +07:00
NonExistingFolder.php Type sizes as int|float throughout the code base 2023-02-07 11:23:31 +07:00
Root.php only fetch the data for mounts inside a folder when needed 2023-02-09 11:39:00 +07:00