summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong2017-05-161-1/+4
* xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig2017-04-251-1/+1
* xfs: report realtime space information via the rtbitmapDarrick J. Wong2017-04-041-1/+119
* xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong2017-04-041-3/+69
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-041-0/+756