sysfs-fs-erofs 630 B

1234567891011121314151617
  1. What: /sys/fs/erofs/features/
  2. Date: November 2021
  3. Contact: "Huang Jianan" <[email protected]>
  4. Description: Shows all enabled kernel features.
  5. Supported features:
  6. zero_padding, compr_cfgs, big_pcluster, chunked_file,
  7. device_table, compr_head2, sb_chksum.
  8. What: /sys/fs/erofs/<disk>/sync_decompress
  9. Date: November 2021
  10. Contact: "Huang Jianan" <[email protected]>
  11. Description: Control strategy of sync decompression:
  12. - 0 (default, auto): enable for readpage, and enable for
  13. readahead on atomic contexts only.
  14. - 1 (force on): enable for readpage and readahead.
  15. - 2 (force off): disable for all situations.