summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-8/+15
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason1-0/+4
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig1-1/+8
2008-09-25Btrfs: Add a mount option to control worker thread pool sizeChris Mason1-0/+1
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason1-3/+11
2008-09-25btrfs: sanity mount option parsing and early mount codeChristoph Hellwig1-2/+1
2008-09-25Btrfs: transaction ioctlsSage Weil1-0/+4
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener1-0/+3
2008-09-25Btrfs: Allocator fix variety packChris Mason1-0/+2
2008-09-25Btrfs: Change the congestion functions to meter the number of async submits a...Chris Mason1-0/+1
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason1-0/+3
2008-09-25Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason1-1/+1
2008-09-25Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason1-0/+2
2008-09-25Btrfs: Add support for online device removalChris Mason1-1/+2