1What: /sys/fs/incremental-fs/features/corefs 2Date: 2019 3Contact: Paul Lawrence <paullawrence@google.com> 4Description: Reads 'supported'. Always present. 5 6What: /sys/fs/incremental-fs/features/v2 7Date: April 2021 8Contact: Paul Lawrence <paullawrence@google.com> 9Description: Reads 'supported'. Present if all v2 features of incfs are 10 supported. 11 12What: /sys/fs/incremental-fs/features/zstd 13Date: April 2021 14Contact: Paul Lawrence <paullawrence@google.com> 15Description: Reads 'supported'. Present if zstd compression is supported 16 for data blocks. 17 18What: /sys/fs/incremental-fs/instances/[name] 19Date: April 2021 20Contact: Paul Lawrence <paullawrence@google.com> 21Description: Folder created when incfs is mounted with the sysfs_name=[name] 22 option. If this option is used, the following values are created 23 in this folder. 24 25What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_min 26Date: April 2021 27Contact: Paul Lawrence <paullawrence@google.com> 28Description: Returns a count of the number of reads that were delayed as a 29 result of the per UID read timeouts min time setting. 30 31What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_min_us 32Date: April 2021 33Contact: Paul Lawrence <paullawrence@google.com> 34Description: Returns total delay time for all files since first mount as a 35 result of the per UID read timeouts min time setting. 36 37What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending 38Date: April 2021 39Contact: Paul Lawrence <paullawrence@google.com> 40Description: Returns a count of the number of reads that were delayed as a 41 result of waiting for a pending read. 42 43What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending_us 44Date: April 2021 45Contact: Paul Lawrence <paullawrence@google.com> 46Description: Returns total delay time for all files since first mount as a 47 result of waiting for a pending read. 48 49What: /sys/fs/incremental-fs/instances/[name]/reads_failed_hash_verification 50Date: April 2021 51Contact: Paul Lawrence <paullawrence@google.com> 52Description: Returns number of reads that failed because of hash verification 53 failures. 54 55What: /sys/fs/incremental-fs/instances/[name]/reads_failed_other 56Date: April 2021 57Contact: Paul Lawrence <paullawrence@google.com> 58Description: Returns number of reads that failed for reasons other than 59 timing out or hash failures. 60 61What: /sys/fs/incremental-fs/instances/[name]/reads_failed_timed_out 62Date: April 2021 63Contact: Paul Lawrence <paullawrence@google.com> 64Description: Returns number of reads that timed out. 65