Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Btrfs: Add run time btree defrag, and an ioctl to force btree defrag | Chris Mason | 2007-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | This adds two types of btree defrag, a run time form that tries to defrag recently allocated blocks in the btree when they are still in ram, and an ioctl that forces defrag of all btree blocks. File data blocks are not defragged yet, but this can make a huge difference in sequential btree reads. Signed-off-by: Chris Mason <chris.mason@oracle.com> | ||||
* | Btrfs: add GPLv2 | Chris Mason | 2007-06-12 | 1 | -0/+18 |
| | | | | Signed-off-by: Chris Mason <chris.mason@oracle.com> | ||||
* | Btrfs: add disk ioctl, mostly working | Chris Mason | 2007-04-12 | 1 | -0/+2 |
| | | | | Signed-off-by: Chris Mason <chris.mason@oracle.com> | ||||
* | Btrfs: snapshot progress | Chris Mason | 2007-04-10 | 1 | -0/+13 |
Signed-off-by: Chris Mason <chris.mason@oracle.com> |