summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Implement new dir index formatJosef Bacik7-33/+155
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason6-20/+113
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse1-3/+3
2008-09-25Btrfs: Add version strings on module loadChris Mason3-1/+51
2008-09-25Btrfs: Fix some build problems on 2.6.18 based enterprise kernelsChris Mason2-1/+9
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason4-20/+31
2008-09-25Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Chris Mason1-1/+2
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason5-5/+12
2008-09-25Btrfs: alloc_mutex latency reductionChris Mason2-20/+81
2008-09-25Btrfs: Add some conditional schedules near the alloc_mutexChris Mason1-0/+2
2008-09-25Btrfs: Use mutex_lock_nested for tree lockingChris Mason2-2/+6
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason10-83/+140
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason4-13/+17
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason4-220/+129
2008-09-25Btrfs: Data ordered fixesChris Mason4-10/+43
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason3-25/+49
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason6-20/+48
2008-09-25Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason2-6/+11
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason5-31/+69
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason3-70/+121
2008-09-25Btrfs: Force caching of metadata block groups on mount to avoid deadlockChris Mason1-0/+5
2008-09-25btrfs_next_leaf: do readahead when skip_locking is turned onChris Mason1-1/+2
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason4-0/+21
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason4-19/+69
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason6-9/+51
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason5-11/+119
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason6-9/+106
2008-09-25Btrfs: New data=ordered implementationChris Mason14-502/+910
2008-09-25Btrfs: Drop some verbose printksChris Mason2-4/+0
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason6-40/+103
2008-09-25Btrfs: Fix deadlock while searching for dead roots on mountChris Mason1-1/+9
2008-09-25Btrfs: Reduce contention on the root nodeChris Mason2-6/+21
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason9-129/+190
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason6-6/+21
2008-09-25Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason2-3/+6
2008-09-25Btrfs: Add btree locking to the tree defragmentation codeChris Mason4-201/+93
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason8-118/+136
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason7-59/+55
2008-09-25Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason3-9/+23
2008-09-25Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason3-14/+25
2008-09-25Fix btrfs_next_leaf to check for new items after dropping locksChris Mason1-0/+7
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason5-13/+19
2008-09-25Drop locks in btrfs_search_slot when reading a tree block.Chris Mason4-39/+38
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason12-165/+101
2008-09-25Btrfs: Start btree concurrency work.Chris Mason12-214/+579
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason3-1/+10
2008-09-25BTRFS_IOC_TRANS_START should be privileguedChristoph Hellwig1-0/+3
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig4-729/+796
2008-09-25Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig1-12/+49
2008-09-25Btrfs: Add a mount option to control worker thread pool sizeChris Mason3-16/+28