summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann2017-10-161-24/+24
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-111-0/+12
* 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