diff options
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-block-zram | 39 |
1 files changed, 30 insertions, 9 deletions
diff --git a/Documentation/ABI/testing/sysfs-block-zram b/Documentation/ABI/testing/sysfs-block-zram index 3f0b9ae61d8c..70ec992514d0 100644 --- a/Documentation/ABI/testing/sysfs-block-zram +++ b/Documentation/ABI/testing/sysfs-block-zram | |||
@@ -43,6 +43,36 @@ Description: | |||
43 | The invalid_io file is read-only and specifies the number of | 43 | The invalid_io file is read-only and specifies the number of |
44 | non-page-size-aligned I/O requests issued to this device. | 44 | non-page-size-aligned I/O requests issued to this device. |
45 | 45 | ||
46 | What: /sys/block/zram<id>/failed_reads | ||
47 | Date: February 2014 | ||
48 | Contact: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | ||
49 | Description: | ||
50 | The failed_reads file is read-only and specifies the number of | ||
51 | failed reads happened on this device. | ||
52 | |||
53 | What: /sys/block/zram<id>/failed_writes | ||
54 | Date: February 2014 | ||
55 | Contact: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | ||
56 | Description: | ||
57 | The failed_writes file is read-only and specifies the number of | ||
58 | failed writes happened on this device. | ||
59 | |||
60 | What: /sys/block/zram<id>/max_comp_streams | ||
61 | Date: February 2014 | ||
62 | Contact: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | ||
63 | Description: | ||
64 | The max_comp_streams file is read-write and specifies the | ||
65 | number of backend's zcomp_strm compression streams (number of | ||
66 | concurrent compress operations). | ||
67 | |||
68 | What: /sys/block/zram<id>/comp_algorithm | ||
69 | Date: February 2014 | ||
70 | Contact: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | ||
71 | Description: | ||
72 | The comp_algorithm file is read-write and lets to show | ||
73 | available and selected compression algorithms, change | ||
74 | compression algorithm selection. | ||
75 | |||
46 | What: /sys/block/zram<id>/notify_free | 76 | What: /sys/block/zram<id>/notify_free |
47 | Date: August 2010 | 77 | Date: August 2010 |
48 | Contact: Nitin Gupta <ngupta@vflare.org> | 78 | Contact: Nitin Gupta <ngupta@vflare.org> |
@@ -53,15 +83,6 @@ Description: | |||
53 | is freed. This statistic is applicable only when this disk is | 83 | is freed. This statistic is applicable only when this disk is |
54 | being used as a swap disk. | 84 | being used as a swap disk. |
55 | 85 | ||
56 | What: /sys/block/zram<id>/discard | ||
57 | Date: August 2010 | ||
58 | Contact: Nitin Gupta <ngupta@vflare.org> | ||
59 | Description: | ||
60 | The discard file is read-only and specifies the number of | ||
61 | discard requests received by this device. These requests | ||
62 | provide information to block device regarding blocks which are | ||
63 | no longer used by filesystem. | ||
64 | |||
65 | What: /sys/block/zram<id>/zero_pages | 86 | What: /sys/block/zram<id>/zero_pages |
66 | Date: August 2010 | 87 | Date: August 2010 |
67 | Contact: Nitin Gupta <ngupta@vflare.org> | 88 | Contact: Nitin Gupta <ngupta@vflare.org> |