aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-4/+6
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-1/+3
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-2/+1
2008-10-29Btrfs: Add zlib compression supportChris Mason1-2/+8
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason1-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-2/+4
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-0/+7
2008-09-25Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extentChris Mason1-1/+2
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason1-1/+1
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-0/+4
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason1-2/+9
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason1-8/+41
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason1-0/+1
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason1-0/+2
2008-09-25Btrfs: New data=ordered implementationChris Mason1-11/+60
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason1-1/+1
2008-09-25btrfs delete ordered inode handling fixMingming1-1/+1
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason1-0/+1
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason1-2/+4
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason1-0/+1
2008-09-25Btrfs: Add data=ordered supportChris Mason1-0/+39