Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xfs_info: resolve device when doing xfs_info on a device | Wanlong Gao | 2012-07-24 | 1 | -13/+8 |
| | | | | | | | Resolve device first, like do_umount. Use Dev_or_Path. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | New API: add new api xfs_info | Wanlong Gao | 2012-07-18 | 1 | -0/+355 |
Add xfs_info to show the geometry of the xfs filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Updated po/POTFILES. - Use xfs_ prefix for all struct fields. - Return uninitialized fields as -1 / empty string. - Copyedit the description. |