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