aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-2/+2
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-06Btrfs: don't change file extent's ram_bytes in btrfs_drop_extentsYan Zheng1-4/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-25/+24
2009-01-05Btrfs: Fix memset length in btrfs_file_writeyanhai zhu1-1/+1
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-8/+0
2008-12-08Btrfs: Fix compressed checksum fsync log copiesChris Mason1-1/+2
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-0/+1
2008-12-02Btrfs: fix shadowed variable declarationsChristoph Hellwig1-4/+4
2008-11-12Btrfs: Fix race in btrfs_mark_extent_writtenYan Zheng1-4/+14
2008-11-11Btrfs: Fix starting search offset inside btrfs_drop_extentsYan Zheng1-1/+1
2008-11-10Btrfs: Fix usage of struct extent_map->orig_startChris Mason1-1/+2
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng1-0/+2
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-17/+36
2008-10-31Btrfs: Compression corner fixesChris Mason1-6/+15
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-4/+241
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng1-6/+25
2008-10-30Btrfs: update hole handling v2Yan Zheng1-35/+6
2008-10-29Btrfs: Add zlib compression supportChris Mason1-205/+58
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-4/+2
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-11/+13
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason1-29/+35
2008-09-29Btrfs: add and improve commentsChris Mason1-1/+43
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-6/+25
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-23/+1
2008-09-25Btrfs: Full back reference supportZheng Yan1-65/+56
2008-09-25Btrfs: Dir fsync optimizationsChris Mason1-1/+18
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-5/+34
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason1-7/+8
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-2/+1
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason1-5/+8
2008-09-25Btrfs: Drop some debugging around the extent_map pinned flagChris Mason1-9/+1
2008-09-25Btrfs: Throttle tuningChris Mason1-1/+1
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener1-0/+4
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+0
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-0/+1
2008-09-25Btrfs: Leaf reference cache updateChris Mason1-1/+1
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-8/+7
2008-09-25Btrfs: Data ordered fixesChris Mason1-0/+1
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason1-4/+10
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason1-0/+8
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason1-1/+1
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason1-1/+1
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason1-1/+1
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-0/+1
2008-09-25Btrfs: New data=ordered implementationChris Mason1-22/+45
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason1-3/+3
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-1/+0
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason1-1/+1
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-6/+1