summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h
AgeCommit message (Expand)AuthorLines
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana-1/+3
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik-1/+7
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason-5/+0
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo-2/+2
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo-1/+1
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo-1/+1
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie-1/+5
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie-2/+2
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik-1/+1
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik-3/+2
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik-0/+7
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie-20/+5
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie-0/+2
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie-1/+2
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason-1/+13
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik-1/+2
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik-0/+11
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+5
2012-12-11Btrfs: make ordered extent be flushed by multi-taskMiao Xie-1/+4
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder-1/+1
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo-2/+1
2012-10-01Btrfs: use a slab for ordered extents allocationMiao Xie-0/+2
2012-10-01Btrfs: fix file extent discount problem in the, snapshotMiao Xie-0/+7
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik-2/+11
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney-12/+12
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan-1/+7
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason-0/+3
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik-1/+8
2010-03-15Btrfs: cache ordered extent when completing ioJosef Bacik-1/+2
2010-03-15Btrfs: change the ordered tree to use a spinlock instead of a mutexJosef Bacik-2/+2
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris-1/+1
2009-12-17Btrfs: Add delayed iputYan, Zheng-1/+2
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng-1/+1
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig-4/+0
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason-0/+3
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason-0/+4
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason-4/+6
2008-10-30Btrfs: Add fallocate support v2Yan Zheng-1/+3
2008-10-30Btrfs: update nodatacow code v2Yan Zheng-2/+1
2008-10-29Btrfs: Add zlib compression supportChris Mason-2/+8
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng-2/+4
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason-0/+7
2008-09-25Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Chris Mason-1/+2
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason-1/+1
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason-0/+4
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason-2/+9
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason-8/+41
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason-0/+1