summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-2/+3
* Btrfs: update nodatacow code v2Yan Zheng2008-10-301-6/+3
* Btrfs: Add zlib compression supportChris Mason2008-10-291-2/+7
* Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason2008-10-031-1/+2
* Btrfs: add and improve commentsChris Mason2008-09-291-1/+18
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-13/+13
* Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng2008-09-251-3/+13
* Btrfs: Various small fixes.Yan Zheng2008-09-251-2/+2
* Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason2008-09-251-2/+54
* Btrfs: Search data ordered extents first for checksums on readChris Mason2008-09-251-0/+1
* Btrfs: Take the csum mutex while reading checksumsChris Mason2008-09-251-1/+1
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-251-18/+97
* Btrfs: Data ordered fixesChris Mason2008-09-251-2/+9
* Fix btrfs_wait_ordered_extent_range to properly waitChris Mason2008-09-251-18/+27
* Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason2008-09-251-18/+18
* Btrfs: Cleanup and comment ordered-data.cChris Mason2008-09-251-60/+70
* Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason2008-09-251-2/+46
* Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason2008-09-251-0/+89
* Btrfs: New data=ordered implementationChris Mason2008-09-251-170/+285
* Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason2008-09-251-2/+3
* Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason2008-09-251-3/+3
* btrfs delete ordered inode handling fixMingming2008-09-251-7/+14
* Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason2008-09-251-0/+1
* Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason2008-09-251-0/+13
* Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason2008-09-251-2/+10
* Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason2008-09-251-2/+8
OpenPOWER on IntegriCloud