| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: disable strict file flushes for renames and truncates | Chris Mason | 2014-08-15 | 1 | -5/+0 |
* | btrfs: Cleanup the "_struct" suffix in btrfs_workequeue | Qu Wenruo | 2014-03-10 | 1 | -2/+2 |
* | btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -1/+1 |
* | btrfs: Replace fs_info->flush_workers with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -1/+1 |
* | Btrfs: don't mix the ordered extents of all files together during logging the... | Miao Xie | 2014-03-10 | 1 | -1/+5 |
* | Btrfs: don't wait for the completion of all the ordered extents | Miao Xie | 2013-11-11 | 1 | -2/+2 |
* | Btrfs: return an error from btrfs_wait_ordered_range | Josef Bacik | 2013-11-11 | 1 | -1/+1 |
* | Btrfs: kill delay_iput arg to the wait_ordered functions | Josef Bacik | 2013-09-21 | 1 | -3/+2 |
* | Btrfs: allow partial ordered extent completion | Josef Bacik | 2013-09-01 | 1 | -0/+7 |
* | Btrfs: remove btrfs_sector_sum structure | Miao Xie | 2013-07-02 | 1 | -20/+5 |
* | Btrfs: introduce per-subvolume ordered extent list | Miao Xie | 2013-06-14 | 1 | -0/+2 |
* | Btrfs: improve the performance of the csums lookup | Miao Xie | 2013-05-06 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/... | Chris Mason | 2013-02-20 | 1 | -1/+13 |
|\ |
|
| * | Btrfs: place ordered operations on a per transaction list | Josef Bacik | 2013-02-20 | 1 | -1/+2 |
| * | Btrfs: wait on ordered extents at the last possible moment | Josef Bacik | 2013-02-20 | 1 | -0/+11 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-12-18 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Btrfs: make ordered extent be flushed by multi-task | Miao Xie | 2012-12-11 | 1 | -1/+4 |
| * | Btrfs: make ordered operations be handled by multi-task | Miao Xie | 2012-12-11 | 1 | -1/+1 |
* | | Fix misspellings of "whether" in comments. | Adam Buchbinder | 2012-11-19 | 1 | -1/+1 |
|/ |
|
* | Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents | Liu Bo | 2012-10-04 | 1 | -2/+1 |
* | Btrfs: use a slab for ordered extents allocation | Miao Xie | 2012-10-01 | 1 | -0/+2 |
* | Btrfs: fix file extent discount problem in the, snapshot | Miao Xie | 2012-10-01 | 1 | -0/+7 |
* | Btrfs: finish ordered extents in their own thread | Josef Bacik | 2012-05-30 | 1 | -2/+11 |
* | btrfs: return void in functions without error conditions | Jeff Mahoney | 2012-03-22 | 1 | -12/+12 |
* | btrfs: Allow to add new compression algorithm | Li Zefan | 2010-12-22 | 1 | -1/+7 |
* | Btrfs: deal with DIO bios that span more than one ordered extent | Chris Mason | 2010-11-28 | 1 | -0/+3 |
* | Btrfs: add basic DIO read/write support | Josef Bacik | 2010-05-25 | 1 | -1/+8 |
* | Btrfs: cache ordered extent when completing io | Josef Bacik | 2010-03-15 | 1 | -1/+2 |
* | Btrfs: change the ordered tree to use a spinlock instead of a mutex | Josef Bacik | 2010-03-15 | 1 | -2/+2 |
* | Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL | Eric Paris | 2010-03-08 | 1 | -1/+1 |
* | Btrfs: Add delayed iput | Yan, Zheng | 2009-12-17 | 1 | -1/+2 |
* | Btrfs: Fix disk_i_size update corner case | Yan, Zheng | 2009-12-17 | 1 | -1/+1 |
* | Btrfs: remove duplicates of filemap_ helpers | Christoph Hellwig | 2009-10-01 | 1 | -4/+0 |
* | Btrfs: Use PagePrivate2 to track pages in the data=ordered code. | Chris Mason | 2009-09-11 | 1 | -0/+3 |
* | Btrfs: add extra flushing for renames and truncates | Chris Mason | 2009-03-31 | 1 | -0/+4 |
* | Btrfs: move data checksumming into a dedicated tree | Chris Mason | 2008-12-08 | 1 | -4/+6 |
* | Btrfs: Add fallocate support v2 | Yan Zheng | 2008-10-30 | 1 | -1/+3 |
* | Btrfs: update nodatacow code v2 | Yan Zheng | 2008-10-30 | 1 | -2/+1 |
* | Btrfs: Add zlib compression support | Chris Mason | 2008-10-29 | 1 | -2/+8 |
* | Btrfs: O_DIRECT writes via buffered writes + invaldiate | Chris Mason | 2008-10-03 | 1 | -1/+1 |
* | Btrfs: Fix nodatacow for the new data=ordered mode | Yan Zheng | 2008-09-25 | 1 | -2/+4 |
* | Btrfs: Fix the defragmention code and the block relocation code for data=ordered | Chris Mason | 2008-09-25 | 1 | -0/+7 |
* | Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere... | Chris Mason | 2008-09-25 | 1 | -1/+2 |
* | Btrfs: Take the csum mutex while reading checksums | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Fix some data=ordered related data corruptions | Chris Mason | 2008-09-25 | 1 | -0/+4 |
* | Btrfs: Handle data checksumming on bios that span multiple ordered extents | Chris Mason | 2008-09-25 | 1 | -2/+9 |
* | Btrfs: Cleanup and comment ordered-data.c | Chris Mason | 2008-09-25 | 1 | -8/+41 |
* | Btrfs: Don't pin pages in ram until the entire ordered extent is on disk. | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Update on disk i_size only after pending ordered extents are done | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: New data=ordered implementation | Chris Mason | 2008-09-25 | 1 | -11/+60 |