summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-4/+0Star
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-121-1/+1
* xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong2018-06-241-2/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-011-6/+8
* 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