Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-04-12 | xfs: simplify xfs_calc_dquots_per_chunk | Eric Sandeen | 1 | -6/+1 |
2017-04-07 | xfs: actually report xattr extents via iomap | Darrick J. Wong | 1 | -2/+2 |
2017-04-07 | xfs: fold __xfs_trans_roll into xfs_trans_roll | Christoph Hellwig | 2 | -16/+2 |
2017-04-04 | xfs: report realtime space information via the rtbitmap | Darrick J. Wong | 1 | -1/+119 |
2017-04-04 | xfs: have getfsmap fall back to the freesp btrees when rmap is not present | Darrick J. Wong | 1 | -3/+69 |
2017-04-04 | xfs: implement the GETFSMAP ioctl | Darrick J. Wong | 12 | -0/+1048 |
2017-04-04 | xfs: add a couple of queries to iterate free extents in the rtbitmap | Darrick J. Wong | 2 | -2/+90 |
2017-04-04 | xfs: create a function to query all records in a btree | Darrick J. Wong | 6 | -7/+57 |
2017-04-04 | xfs: provide a query_range function for freespace btrees | Darrick J. Wong | 2 | -0/+52 |
2017-04-04 | xfs: plumb in needed functions for range querying of the freespace btrees | Darrick J. Wong | 1 | -43/+129 |