aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)Author
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-01-31Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: cache ordered extent when completing ioJosef Bacik
2010-03-15Btrfs: change the ordered tree to use a spinlock instead of a mutexJosef Bacik
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-01-21Btrfs: simplify iteration codesQinghuang Feng
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: update nodatacow code v2Yan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng
2008-09-25Btrfs: Various small fixes.Yan Zheng
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Data ordered fixesChris Mason
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason
2008-09-25btrfs delete ordered inode handling fixMingming