summaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason1-60/+70
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason1-2/+46
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason1-0/+89
2008-09-25Btrfs: New data=ordered implementationChris Mason1-170/+285
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason1-2/+3
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason1-3/+3
2008-09-25btrfs delete ordered inode handling fixMingming1-7/+14
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason1-0/+1
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason1-0/+13
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason1-2/+10
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason1-2/+8
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason1-0/+36
2008-09-25Btrfs: Add data=ordered supportChris Mason1-0/+221