aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Btrfs: Throttle operations if the reference cache gets too largeChris Mason2008-09-257-22/+58
| * Btrfs: Fix version.sh when used outside of an hg repoChris Mason2008-09-251-2/+2
| * Btrfs: Leaf reference cache updateChris Mason2008-09-258-109/+61
| * Btrfs: Add a leaf reference cacheYan Zheng2008-09-258-33/+476
| * Btrfs: Rev the disk format magicChris Mason2008-09-251-1/+1
| * Btrfs: Null terminate strings passed in from userspaceMark Fasheh2008-09-251-8/+5
| * Fix path slots selection in btrfs_search_forwardYan2008-09-251-1/+4
| * Btrfs: Fix .. lookup corner caseYan2008-09-251-13/+9
| * Btrfs: Properly release lock in pin_down_bytesYan2008-09-251-2/+2
| * Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao2008-09-251-5/+0
| * Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik2008-09-252-3/+7
| * Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik2008-09-257-5/+322
| * Btrfs: Add ACL supportJosef Bacik2008-09-256-48/+335
| * Btrfs: Remove unused xattr codeJosef Bacik2008-09-252-53/+1
| * Btrfs: Implement new dir index formatJosef Bacik2008-09-257-33/+155
| * Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason2008-09-256-20/+113
| * Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse2008-09-251-3/+3
| * Btrfs: Add version strings on module loadChris Mason2008-09-253-1/+51
| * Btrfs: Fix some build problems on 2.6.18 based enterprise kernelsChris Mason2008-09-252-1/+9
| * Btrfs: Search data ordered extents first for checksums on readChris Mason2008-09-254-20/+31
| * Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Chris Mason2008-09-251-1/+2
| * Btrfs: Take the csum mutex while reading checksumsChris Mason2008-09-255-5/+12
| * Btrfs: alloc_mutex latency reductionChris Mason2008-09-252-20/+81
| * Btrfs: Add some conditional schedules near the alloc_mutexChris Mason2008-09-251-0/+2
| * Btrfs: Use mutex_lock_nested for tree lockingChris Mason2008-09-252-2/+6
| * Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-2510-83/+140
| * Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason2008-09-254-13/+17
| * Btrfs: Index extent buffers in an rbtreeChris Mason2008-09-254-220/+129
| * Btrfs: Data ordered fixesChris Mason2008-09-254-10/+43
| * Fix btrfs_wait_ordered_extent_range to properly waitChris Mason2008-09-253-25/+49
| * Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason2008-09-256-20/+48
| * Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason2008-09-252-6/+11
| * Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason2008-09-255-31/+69
| * Btrfs: Cleanup and comment ordered-data.cChris Mason2008-09-253-70/+121
| * Btrfs: Force caching of metadata block groups on mount to avoid deadlockChris Mason2008-09-251-0/+5
| * btrfs_next_leaf: do readahead when skip_locking is turned onChris Mason2008-09-251-1/+2
| * Add a per-inode lock around btrfs_drop_extentsChris Mason2008-09-254-0/+21
| * Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason2008-09-254-19/+69
| * btrfs_start_transaction: wait for commits in progress to finishChris Mason2008-09-256-9/+51
| * Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason2008-09-255-11/+119
| * Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason2008-09-256-9/+106
| * Btrfs: New data=ordered implementationChris Mason2008-09-2514-502/+910
| * Btrfs: Drop some verbose printksChris Mason2008-09-252-4/+0
| * Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason2008-09-256-40/+103
| * Btrfs: Fix deadlock while searching for dead roots on mountChris Mason2008-09-251-1/+9
| * Btrfs: Reduce contention on the root nodeChris Mason2008-09-252-6/+21
| * Btrfs: Online btree defragmentation fixesChris Mason2008-09-259-129/+190
| * Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason2008-09-256-6/+21
| * Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason2008-09-252-3/+6
| * Btrfs: Add btree locking to the tree defragmentation codeChris Mason2008-09-254-201/+93