Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-25 | Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout | 1 | -2/+8 | ||
Signed-off-by: Chris Mason <chris.mason@oracle.com> | |||||
2008-09-25 | Rework btrfs_drop_inode to avoid scheduling | 1 | -0/+36 | ||
Signed-off-by: Chris Mason <chris.mason@oracle.com> | |||||
2008-09-25 | Btrfs: Add data=ordered support | 1 | -0/+221 | ||
This forces file data extents down the disk along with the metadata that references them. The current implementation is fairly simple, and just writes out all of the dirty pages in an inode before the commit. Signed-off-by: Chris Mason <chris.mason@oracle.com> |