summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: async-thread: fix possible memory leakLi Zefan1-0/+1
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason7-22/+58
2008-09-25Btrfs: Fix version.sh when used outside of an hg repoChris Mason1-2/+2
2008-09-25Btrfs: Leaf reference cache updateChris Mason8-109/+61
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng8-33/+476
2008-09-25Btrfs: Rev the disk format magicChris Mason1-1/+1
2008-09-25Btrfs: Null terminate strings passed in from userspaceMark Fasheh1-8/+5
2008-09-25Fix path slots selection in btrfs_search_forwardYan1-1/+4
2008-09-25Btrfs: Fix .. lookup corner caseYan1-13/+9
2008-09-25Btrfs: Properly release lock in pin_down_bytesYan1-2/+2
2008-09-25Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao1-5/+0
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik2-3/+7
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik7-5/+322
2008-09-25Btrfs: Add ACL supportJosef Bacik6-48/+335
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik2-53/+1
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