summaryrefslogtreecommitdiffstats
path: root/daemon/xfs.c
Commit message (Collapse)AuthorAgeFilesLines
* xfs: fix a possible memory leakWanlong Gao2012-08-111-0/+1
| | | | | | free out when failure. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* xfs: add new api xfs-growfsWanlong Gao2012-08-021-0/+111
| | | | | | New api xfs_growfs for expanding a XFS filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* xfs_info: resolve device when doing xfs_info on a deviceWanlong Gao2012-07-241-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_infoWanlong Gao2012-07-181-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.