aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1
2013-11-20Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-5/+17
2013-11-11Btrfs: take ordered root lock when removing ordered operations inodeJosef Bacik1-0/+2
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik1-8/+18
2013-11-11Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.chandan1-1/+1
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-21/+3
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik1-4/+9
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-7/+4
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik1-2/+2
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie1-11/+8
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-33/+76
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie1-11/+17
2013-03-28Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik1-0/+2
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-5/+8
2013-02-20Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie1-14/+5
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik1-0/+68
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik1-1/+1
2013-02-05Btrfs: fix missing i_size updateJosef Bacik1-2/+9
2012-12-12Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo1-3/+0
2012-12-11Btrfs: make ordered extent be flushed by multi-taskMiao Xie1-8/+33
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie1-16/+30
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo1-11/+1
2012-10-01Btrfs: use a slab for ordered extents allocationMiao Xie1-2/+21
2012-10-01Btrfs: fix file extent discount problem in the, snapshotMiao Xie1-44/+18
2012-08-04btrfs: nuke pdflush from commentsArtem Bityutskiy1-1/+1
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