aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Btrfs: BUG to BUG_ON changesGravatar Stoyan Gaydarov 1-2/+1
2009-04-02Btrfs: notreelog mount optionGravatar Sage Weil 1-0/+5
2009-04-03Btrfs: kill the pinned_mutexGravatar Josef Bacik 1-3/+1
2009-03-24Btrfs: optimize fsyncs on old filesGravatar Chris Mason 1-1/+44
2009-03-24Btrfs: tree logging unlink/rename fixesGravatar Chris Mason 1-78/+311
2009-03-24Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayGravatar Chris Mason 1-0/+11
2009-03-24Btrfs: leave btree locks spinning more oftenGravatar Chris Mason 1-1/+0
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transGravatar Yan Zheng 1-0/+2
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsGravatar Chris Mason 1-0/+4
2009-01-21Btrfs: fix tree logs parallel syncGravatar Yan Zheng 1-184/+166
2009-01-09Btrfs: explicitly mark the tree log root for writebackGravatar Chris Mason 1-0/+13
2009-01-06Btrfs: tree logging checksum fixesGravatar Yan Zheng 1-202/+91
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-36/+34
2009-01-05Btrfs: avoid orphan inode caused by log replayGravatar Yan Zheng 1-1/+6
2008-12-17Btrfs: properly check free space for tree balancingGravatar Yan Zheng 1-7/+2
2008-12-08Btrfs: Fix compressed checksum fsync log copiesGravatar Chris Mason 1-0/+5
2008-12-08Btrfs: superblock duplicationGravatar Yan Zheng 1-2/+1
2008-12-08Btrfs: move data checksumming into a dedicated treeGravatar Chris Mason 1-13/+108
2008-12-02Btrfs: add support for multiple csum algorithmsGravatar Josef Bacik 1-4/+6
2008-12-02Btrfs: make things static and include the right headersGravatar Christoph Hellwig 1-2/+3
2008-10-30Btrfs: Add fallocate support v2Gravatar Yan Zheng 1-4/+9
2008-10-29Btrfs: Add root tree pointer transaction idsGravatar Yan Zheng 1-0/+2
2008-10-29Btrfs: nuke fs wide allocation mutex V2Gravatar Josef Bacik 1-2/+2
2008-10-29Btrfs: Add zlib compression supportGravatar Chris Mason 1-2/+1
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refGravatar Yan Zheng 1-5/+3
2008-10-09Btrfs: Count space allocated to file in bytesGravatar Yan Zheng 1-3/+3
2008-09-25Btrfs: Full back reference supportGravatar Zheng Yan 1-50/+58
2008-09-25Btrfs: Disable the dir fsync optimization to skip logging the dir sometimesGravatar Chris Mason 1-2/+1
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeGravatar Chris Mason 1-14/+15
2008-09-25Btrfs: Copy into the log tree in big batchesGravatar Chris Mason 1-61/+122
2008-09-25Btrfs: Optimize tree log block allocationsGravatar Chris Mason 1-13/+7
2008-09-25Btrfs: Optimize btree walking while logging inodesGravatar Chris Mason 1-6/+19
2008-09-25Btrfs: Dir fsync optimizationsGravatar Chris Mason 1-4/+4
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneGravatar Chris Mason 1-0/+7
2008-09-25Btrfs: Tree logging fixesGravatar Chris Mason 1-4/+9
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsGravatar Chris Mason 1-0/+2804