summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-fs-incfs
blob: 690c687c67abfdd9d5b50983ea74f75964ccae99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
What:		/sys/fs/incremental-fs/features/corefs
Date:		2019
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Reads 'supported'. Always present.

What:		/sys/fs/incremental-fs/features/v2
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Reads 'supported'. Present if all v2 features of incfs are
		supported.

What:		/sys/fs/incremental-fs/features/zstd
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Reads 'supported'. Present if zstd compression is supported
		for data blocks.

What:		/sys/fs/incremental-fs/instances/[name]
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Folder created when incfs is mounted with the sysfs_name=[name]
		option. If this option is used, the following values are created
		in this folder.

What:		/sys/fs/incremental-fs/instances/[name]/reads_delayed_min
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Returns a count of the number of reads that were delayed as a
		result of the per UID read timeouts min time setting.

What:		/sys/fs/incremental-fs/instances/[name]/reads_delayed_min_us
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Returns total delay time for all files since first mount as a
		result of the per UID read timeouts min time setting.

What:		/sys/fs/incremental-fs/instances/[name]/reads_delayed_pending
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Returns a count of the number of reads that were delayed as a
		result of waiting for a pending read.

What:		/sys/fs/incremental-fs/instances/[name]/reads_delayed_pending_us
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Returns total delay time for all files since first mount as a
		result of waiting for a pending read.

What:		/sys/fs/incremental-fs/instances/[name]/reads_failed_hash_verification
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Returns number of reads that failed because of hash verification
		failures.

What:		/sys/fs/incremental-fs/instances/[name]/reads_failed_other
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Returns number of reads that failed for reasons other than
		timing out or hash failures.

What:		/sys/fs/incremental-fs/instances/[name]/reads_failed_timed_out
Date:		April 2021
Contact:	Paul Lawrence <paullawrence@google.com>
Description:	Returns number of reads that timed out.