Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-10 | Btrfs: Reorder tests in set_extent_bit to properly find holes | Chris Mason | 1 | -22/+22 | |
Yan Zheng noticed that set_extent_bit was exiting too early when there was a hole in the map. The fix is to reorder the tests to check for the hole first. Signed-off-by: Chris Mason <[email protected]> | |||||
2007-09-10 | Add support for defragging files via btrfsctl -d. Avoid OOM on extent tree | Chris Mason | 1 | -6/+10 | |
defrag. Signed-off-by: Chris Mason <[email protected]> | |||||
2007-08-30 | Btrfs: fsx delalloc fixes | Chris Mason | 1 | -2/+7 | |
Signed-off-by: Chris Mason <[email protected]> | |||||
2007-08-30 | Btrfs: Add file data csums back in via hooks in the extent map code | Chris Mason | 1 | -10/+84 | |
Signed-off-by: Chris Mason <[email protected]> | |||||
2007-08-27 | Btrfs: Add delayed allocation to the extent based page tree code | Chris Mason | 1 | -35/+112 | |
Signed-off-by: Chris Mason <[email protected]> | |||||
2007-08-27 | Btrfs: Extent based page cache code. This uses an rbtree of extents and tests | Chris Mason | 1 | -0/+1656 | |
instead of buffer heads. Signed-off-by: Chris Mason <[email protected]> |