aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik1-1/+21
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-57/+72
2012-05-30Btrfs: do not check delalloc when updating disk_i_sizeJosef Bacik1-16/+3
2012-05-30Btrfs: remove useless waiting and extra filemap workJosef Bacik1-15/+2
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-31/+17
2012-03-22btrfs: Panic on bad rbtree operationsJeff Mahoney1-2/+10
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+8
2011-01-31Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason1-1/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-3/+15
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason1-0/+67
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik1-3/+72
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-7/+0
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+4
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-15Btrfs: cache ordered extent when completing ioJosef Bacik1-1/+6
2010-03-15Btrfs: change the ordered tree to use a spinlock instead of a mutexJosef Bacik1-17/+17
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng1-0/+2
2009-12-17Btrfs: Add delayed iputYan, Zheng1-3/+7
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng1-24/+81
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+6
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-0/+6
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig1-89/+4
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-16/+17
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason1-14/+15
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason1-4/+4
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason1-1/+1
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+118
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-3/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-19/+15
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-3/+4
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-5/+8
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-2/+3
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-6/+3
2008-10-29Btrfs: Add zlib compression supportChris Mason1-2/+7
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason1-1/+2
2008-09-29Btrfs: add and improve commentsChris Mason1-1/+18
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-13/+13
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-3/+13
2008-09-25Btrfs: Various small fixes.Yan Zheng1-2/+2
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-2/+54
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason1-0/+1
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason1-1/+1
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-18/+97
2008-09-25Btrfs: Data ordered fixesChris Mason1-2/+9
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason1-18/+27
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason1-18/+18
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason1-60/+70