summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove btrfs_sector_sum structureMiao Xie2013-07-021-11/+8
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-33/+76
* Btrfs: improve the performance of the csums lookupMiao Xie2013-05-061-11/+17
* Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik2013-03-281-0/+2
* Btrfs: place ordered operations on a per transaction listJosef Bacik2013-02-201-5/+8
* Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie2013-02-201-14/+5
* Btrfs: wait on ordered extents at the last possible momentJosef Bacik2013-02-201-0/+68
* Btrfs: fix possible stale data exposureJosef Bacik2013-02-051-1/+1
* Btrfs: fix missing i_size updateJosef Bacik2013-02-051-2/+9
* Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo2012-12-121-3/+0
* Btrfs: make ordered extent be flushed by multi-taskMiao Xie2012-12-111-8/+33
* Btrfs: make ordered operations be handled by multi-taskMiao Xie2012-12-111-16/+30
* Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo2012-10-041-11/+1
* Btrfs: use a slab for ordered extents allocationMiao Xie2012-10-011-2/+21
* Btrfs: fix file extent discount problem in the, snapshotMiao Xie2012-10-011-44/+18
* btrfs: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
* Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik2012-06-141-1/+21
* Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-301-57/+72
* Btrfs: do not check delalloc when updating disk_i_sizeJosef Bacik2012-05-301-16/+3
* Btrfs: remove useless waiting and extra filemap workJosef Bacik2012-05-301-15/+2
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-31/+17
* btrfs: Panic on bad rbtree operationsJeff Mahoney2012-03-221-2/+10
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+8
* Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason2011-01-311-1/+1
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-3/+15
* Btrfs: deal with DIO bios that span more than one ordered extentChris Mason2010-11-281-0/+67
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-2/+0
* Btrfs: add basic DIO read/write supportJosef Bacik2010-05-251-3/+72
* Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-251-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-2/+4
|\
| * Btrfs: kill max_extent mount optionJosef Bacik2010-03-301-2/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* Btrfs: cache ordered extent when completing ioJosef Bacik2010-03-151-1/+6
* Btrfs: change the ordered tree to use a spinlock instead of a mutexJosef Bacik2010-03-151-17/+17
* Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng2010-01-171-0/+2
* Btrfs: Add delayed iputYan, Zheng2009-12-171-3/+7
* Btrfs: Fix disk_i_size update corner caseYan, Zheng2009-12-171-24/+81
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-0/+6
|\
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-0/+6
* | Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig2009-10-011-89/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-16/+17
|\|
| * Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason2009-09-111-14/+15
| * Btrfs: use a cached state for extent state operations during delallocChris Mason2009-09-111-4/+4
* | writeback: get rid of wbc->for_writepagesJens Axboe2009-09-161-1/+0
|/
* Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-201-1/+1
* Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-311-0/+118
* Btrfs: simplify iteration codesQinghuang Feng2009-01-211-3/+1
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-19/+15
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-3/+4
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-061-5/+8