aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)Author
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie
2013-03-28Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik
2013-02-20Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik
2013-02-05Btrfs: fix missing i_size updateJosef Bacik
2012-12-12Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo
2012-12-11Btrfs: make ordered extent be flushed by multi-taskMiao Xie
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo
2012-10-01Btrfs: use a slab for ordered extents allocationMiao Xie
2012-10-01Btrfs: fix file extent discount problem in the, snapshotMiao Xie
2012-08-04btrfs: nuke pdflush from commentsArtem Bityutskiy
2012-06-14Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik
2012-05-30Btrfs: do not check delalloc when updating disk_i_sizeJosef Bacik
2012-05-30Btrfs: remove useless waiting and extra filemap workJosef Bacik
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-22btrfs: Panic on bad rbtree operationsJeff Mahoney
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