aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Btrfs: add basic DIO read/write supportGravatar Josef Bacik 1-1/+8
2010-03-15Btrfs: cache ordered extent when completing ioGravatar Josef Bacik 1-1/+2
2010-03-15Btrfs: change the ordered tree to use a spinlock instead of a mutexGravatar Josef Bacik 1-2/+2
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLGravatar Eric Paris 1-1/+1
2009-12-17Btrfs: Add delayed iputGravatar Yan, Zheng 1-1/+2
2009-12-17Btrfs: Fix disk_i_size update corner caseGravatar Yan, Zheng 1-1/+1
2009-10-01Btrfs: remove duplicates of filemap_ helpersGravatar Christoph Hellwig 1-4/+0
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Gravatar Chris Mason 1-0/+3
2009-03-31Btrfs: add extra flushing for renames and truncatesGravatar Chris Mason 1-0/+4
2008-12-08Btrfs: move data checksumming into a dedicated treeGravatar Chris Mason 1-4/+6
2008-10-30Btrfs: Add fallocate support v2Gravatar Yan Zheng 1-1/+3
2008-10-30Btrfs: update nodatacow code v2Gravatar Yan Zheng 1-2/+1
2008-10-29Btrfs: Add zlib compression supportGravatar Chris Mason 1-2/+8
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateGravatar Chris Mason 1-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeGravatar Yan Zheng 1-2/+4
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedGravatar Chris Mason 1-0/+7
2008-09-25Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Gravatar Chris Mason 1-1/+2
2008-09-25Btrfs: Take the csum mutex while reading checksumsGravatar Chris Mason 1-1/+1
2008-09-25Btrfs: Fix some data=ordered related data corruptionsGravatar Chris Mason 1-0/+4
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsGravatar Chris Mason 1-2/+9
2008-09-25Btrfs: Cleanup and comment ordered-data.cGravatar Chris Mason 1-8/+41
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Gravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: New data=ordered implementationGravatar Chris Mason 1-11/+60
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksGravatar Chris Mason 1-1/+1
2008-09-25btrfs delete ordered inode handling fixGravatar Mingming 1-1/+1
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsGravatar Chris Mason 1-2/+4
2008-09-25Rework btrfs_drop_inode to avoid schedulingGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Add data=ordered supportGravatar Chris Mason 1-0/+39