osandov / drgn

Programmable debugger
Other
1.78k stars 165 forks source link

contrib: add script to dump filesystem details in btrfs fs_uuids cache #422

Closed srivathsa729 closed 3 months ago

srivathsa729 commented 3 months ago

Btrfs maintains a fs_uuids cache, but there is no defined way to look into it. This script reads the cache and prints details of the filesystems present in it.

Signed-off-by: Srivathsa Dara srivathsa.d.dara@oracle.com

osandov commented 3 months ago

Thank you, merged!