summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Fix verify_parent_transidChris Mason
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng
2008-09-25Btrfs: async-thread: fix possible memory leakLi Zefan
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason
2008-09-25Btrfs: Fix version.sh when used outside of an hg repoChris Mason
2008-09-25Btrfs: Leaf reference cache updateChris Mason
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng
2008-09-25Btrfs: Rev the disk format magicChris Mason
2008-09-25Btrfs: Null terminate strings passed in from userspaceMark Fasheh
2008-09-25Fix path slots selection in btrfs_search_forwardYan
2008-09-25Btrfs: Fix .. lookup corner caseYan
2008-09-25Btrfs: Properly release lock in pin_down_bytesYan
2008-09-25Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik
2008-09-25Btrfs: Add ACL supportJosef Bacik
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse
2008-09-25Btrfs: Add version strings on module loadChris Mason
2008-09-25Btrfs: Fix some build problems on 2.6.18 based enterprise kernelsChris Mason
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason
2008-09-25Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Chris Mason
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason
2008-09-25Btrfs: alloc_mutex latency reductionChris Mason
2008-09-25Btrfs: Add some conditional schedules near the alloc_mutexChris Mason
2008-09-25Btrfs: Use mutex_lock_nested for tree lockingChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason
2008-09-25Btrfs: Data ordered fixesChris Mason
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
2008-09-25Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason
2008-09-25Btrfs: Force caching of metadata block groups on mount to avoid deadlockChris Mason
2008-09-25btrfs_next_leaf: do readahead when skip_locking is turned onChris Mason
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason
2008-09-25Btrfs: Fix deadlock while searching for dead roots on mountChris Mason
2008-09-25Btrfs: Reduce contention on the root nodeChris Mason