aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINGravatar Darrick J. Wong 1-1/+4
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapGravatar Christoph Hellwig 1-1/+1
2017-04-03xfs: report realtime space information via the rtbitmapGravatar Darrick J. Wong 1-1/+119
2017-04-03xfs: have getfsmap fall back to the freesp btrees when rmap is not presentGravatar Darrick J. Wong 1-3/+69
2017-04-03xfs: implement the GETFSMAP ioctlGravatar Darrick J. Wong 1-0/+756