aboutsummaryrefslogtreecommitdiffstats
path: root/spaceman
AgeCommit message (Expand)AuthorFilesLines
2019-11-06libfrog: convert bulkstat.c functions to negative error codesDarrick J. Wong1-5/+5
2019-11-06libfrog: convert fsgeom.c functions to negative error codesDarrick J. Wong2-2/+2
2019-11-06libfrog: print library errorsDarrick J. Wong2-12/+8
2019-11-01xfs_spaceman: always report sick metadata, checked or notDarrick J. Wong1-2/+2
2019-09-30xfs_spaceman: remove open-coded per-ag bulkstatDarrick J. Wong1-11/+5
2019-09-30misc: convert xfrog_bulkstat functions to have v5 semanticsDarrick J. Wong1-13/+20
2019-09-26xfs_spaceman: report health problemsDarrick J. Wong4-1/+466
2019-09-09xfs_spaceman: convert open-coded unit conversions to helpersDarrick J. Wong2-14/+10
2019-09-09xfs_spaceman: embed struct xfs_fd in struct fileioDarrick J. Wong7-83/+72
2019-09-09xfs_spaceman: remove unnecessary test in openfile()Darrick J. Wong1-9/+8
2019-09-09xfs_spaceman: remove typedef usageDarrick J. Wong3-13/+13
2019-09-09libfrog: move path.h to libfrog/Darrick J. Wong6-6/+6
2019-09-09libfrog: move fsgeom.h to libfrog/Darrick J. Wong2-2/+2
2019-09-09libfrog: refactor online geometry queriesDarrick J. Wong2-21/+14
2019-06-25xfs_info: limit findmnt to find mounted xfs filesystemsAmir Goldstein1-1/+1
2019-06-06misc: remove all use of xfs_fsop_geom_tDarrick J. Wong3-6/+6
2019-04-26xfs_info: use findmnt to handle mounted block devicesDarrick J. Wong1-3/+19
2018-10-09xfsprogs: make static things staticEric Sandeen1-2/+2
2018-10-09xfsprogs: remove PKG_PLATFORM macroEric Sandeen1-4/+2
2018-07-23xfsprogs: convert to SPDX license tagsDave Chinner10-107/+10
2018-05-23xfs_info: call xfs_db for offline filesystemsDarrick J. Wong1-3/+9
2018-05-23xfs_info: move to xfs_spacemanDarrick J. Wong3-1/+38
2018-05-23xfs_spaceman: add a superblock info commandDarrick J. Wong4-1/+99
2018-05-23xfs_spaceman: print a nicer message when file path isn't on xfsDarrick J. Wong1-1/+6
2018-03-27xfs_spaceman: remove incorrect linux/fs.h includeDarrick J. Wong1-1/+0
2017-12-06libfrog: move conversion factors out of libxcmdDarrick J. Wong1-2/+2
2017-06-29xfs_spaceman: fix potential overflowing expression in trim_f()Bill O'Donnell1-1/+1
2017-06-29xfs_spaceman: close open file for error case in openfile()Bill O'Donnell1-0/+1
2017-06-29xfs_spaceman: fix potential memory leak by malloc in scan_agBill O'Donnell1-0/+2
2017-06-21xfs_spaceman: add group summary modeDarrick J. Wong1-4/+25
2017-06-21xfs_spaceman: Free space mapping commandDave Chinner7-6/+432
2017-06-21xfs_spaceman: add new speculative prealloc controlDave Chinner4-1/+121
2017-06-21xfs_spaceman: add FITRIM supportDave Chinner4-1/+134
2017-06-21xfs_spaceman: space management toolDave Chinner5-0/+330