summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-29Btrfs: add and improve commentsChris Mason1-1/+0
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason1-0/+1
2008-09-26Btrfs: update space balancing codeZheng Yan1-1/+25
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-1/+10
2008-09-26Btrfs: Add shared reference cacheZheng Yan1-7/+12
2008-09-26Btrfs: allocator fixes for space balancing updateZheng Yan1-0/+2
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-5/+2
2008-09-25Btrfs: Full back reference supportZheng Yan1-21/+41
2008-09-25Btrfs: free space accounting redoJosef Bacik1-4/+42
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason1-0/+2
2008-09-25Btrfs: Update find free objectid function for orphan cleanup codeZheng Yan1-1/+2
2008-09-25remove unused function btrfs_ilookupChristoph Hellwig1-2/+0
2008-09-25Btrfs: Rev the disk formatChris Mason1-1/+1
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-3/+69
2008-09-25Btrfs: Rev the disk formatChris Mason1-1/+1
2008-09-25Introduce btrfs_iget helperBalaji Rao1-0/+2
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason1-0/+1
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason1-0/+1
2008-09-25Btrfs: fix RHEL test for ClearPageFsMiscEric Sandeen1-1/+1
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-1/+2
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-0/+4
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil1-0/+1
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason1-1/+5
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason1-0/+2
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+2
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng1-5/+4
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-0/+1
2008-09-25Btrfs: Leaf reference cache updateChris Mason1-1/+10
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng1-1/+7
2008-09-25Btrfs: Rev the disk format magicChris Mason1-1/+1
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik1-0/+14
2008-09-25Btrfs: Add ACL supportJosef Bacik1-0/+7
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik1-2/+1
2008-09-25Btrfs: Implement new dir index formatJosef Bacik1-3/+5
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-0/+7
2008-09-25Btrfs: Fix some build problems on 2.6.18 based enterprise kernelsChris Mason1-0/+8
2008-09-25Btrfs: alloc_mutex latency reductionChris Mason1-0/+1
2008-09-25Btrfs: Use mutex_lock_nested for tree lockingChris Mason1-1/+5
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-0/+2
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason1-2/+2
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason1-0/+1
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-0/+6
2008-09-25Btrfs: New data=ordered implementationChris Mason1-2/+17
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason1-0/+1
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-1/+6
2008-09-25Btrfs: Add btree locking to the tree defragmentation codeChris Mason1-0/+2
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-9/+4
2008-09-25Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason1-0/+1
2008-09-25Drop locks in btrfs_search_slot when reading a tree block.Chris Mason1-1/+0
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-2/+3