summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen1-6/+1
2017-04-07xfs: actually report xattr extents via iomapDarrick J. Wong1-2/+2
2017-04-07xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2-16/+2
2017-04-04xfs: report realtime space information via the rtbitmapDarrick J. Wong1-1/+119
2017-04-04xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong1-3/+69
2017-04-04xfs: implement the GETFSMAP ioctlDarrick J. Wong12-0/+1048
2017-04-04xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2-2/+90
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong6-7/+57
2017-04-04xfs: provide a query_range function for freespace btreesDarrick J. Wong2-0/+52
2017-04-04xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong1-43/+129