aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng1-0/+2
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-0/+4
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-184/+166
2009-01-09Btrfs: explicitly mark the tree log root for writebackChris Mason1-0/+13
2009-01-06Btrfs: tree logging checksum fixesYan Zheng1-202/+91
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-36/+34
2009-01-05Btrfs: avoid orphan inode caused by log replayYan Zheng1-1/+6
2008-12-17Btrfs: properly check free space for tree balancingYan Zheng1-7/+2
2008-12-08Btrfs: Fix compressed checksum fsync log copiesChris Mason1-0/+5
2008-12-08Btrfs: superblock duplicationYan Zheng1-2/+1
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-13/+108
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik1-4/+6
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-2/+3
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-4/+9
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-0/+2
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-2/+2
2008-10-29Btrfs: Add zlib compression supportChris Mason1-2/+1
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-5/+3
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-3/+3
2008-09-25Btrfs: Full back reference supportZheng Yan1-50/+58
2008-09-25Btrfs: Disable the dir fsync optimization to skip logging the dir sometimesChris Mason1-2/+1
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason1-14/+15
2008-09-25Btrfs: Copy into the log tree in big batchesChris Mason1-61/+122
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason1-13/+7
2008-09-25Btrfs: Optimize btree walking while logging inodesChris Mason1-6/+19
2008-09-25Btrfs: Dir fsync optimizationsChris Mason1-4/+4
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneChris Mason1-0/+7
2008-09-25Btrfs: Tree logging fixesChris Mason1-4/+9
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-0/+2804