aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/move_extents.c
Commit message (Expand)AuthorAgeFilesLines
* Ocfs2/move_extents: Validate moving goal after the adjustment.Tristan Ye2011-05-271-13/+13
* Ocfs2/move_extents: Avoid doing division in extent moving.Tristan Ye2011-05-271-10/+9
* Ocfs2/move_extents: Set several trivial constraints for threshold.Tristan Ye2011-05-251-7/+17
* Ocfs2/move_extents: Let defrag handle partial extent moving.Tristan Ye2011-05-251-20/+26
* Ocfs2/move_extents: move/defrag extents within a certain range.Tristan Ye2011-05-251-0/+308
* Ocfs2/move_extents: helper to calculate the defraging length in one run.Tristan Ye2011-05-251-0/+30
* Ocfs2/move_extents: move entire/partial extent.Tristan Ye2011-05-251-0/+165
* Ocfs2/move_extents: helpers to update the group descriptor and global bitmap ...Tristan Ye2011-05-251-0/+77
* Ocfs2/move_extents: helper to probe a proper region to move in an alloc group.Tristan Ye2011-05-251-0/+39
* Ocfs2/move_extents: helper to validate and adjust moving goal.Tristan Ye2011-05-251-0/+61
* Ocfs2/move_extents: find the victim alloc group, where the given #blk fits.Tristan Ye2011-05-251-0/+104
* Ocfs2/move_extents: defrag a range of extent.Tristan Ye2011-05-251-0/+136
* Ocfs2/move_extents: move a range of extent.Tristan Ye2011-05-251-0/+100
* Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clus...Tristan Ye2011-05-251-0/+61
* Ocfs2/move_extents: Add basic framework and source files for extent moving.Tristan Ye2011-05-251-0/+56