sysfs-fs-incfs 2.7 KB

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