summaryrefslogtreecommitdiffstats
path: root/fs/fscache (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig2-46/+0
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig2-83/+2
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig1-45/+112
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig1-59/+64
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster2-9/+8
2017-04-12xfs: remove custom do_div implementationsEric Sandeen1-85/+0
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