aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-1/+1
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster1-1/+1
2018-06-24xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong1-2/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong1-6/+8
2017-10-16xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann1-24/+24
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner1-0/+12
2017-05-16xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong1-1/+4
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig1-1/+1
2017-04-03xfs: report realtime space information via the rtbitmapDarrick J. Wong1-1/+119
2017-04-03xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong1-3/+69
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+756