aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason
2008-09-25Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason
2008-09-25Btrfs: Add btree locking to the tree defragmentation codeChris Mason
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason
2008-09-25Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason
2008-09-25Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason
2008-09-25Fix btrfs_next_leaf to check for new items after dropping locksChris Mason
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason
2008-09-25Drop locks in btrfs_search_slot when reading a tree block.Chris Mason
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason
2008-09-25BTRFS_IOC_TRANS_START should be privileguedChristoph Hellwig
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig
2008-09-25Btrfs: kerneldoc comments for extent_map.cChristoph Hellwig
2008-09-25Btrfs: Add a mount option to control worker thread pool sizeChris Mason
2008-09-25Btrfs: Worker thread optimizationsChris Mason
2008-09-25Btrfs: Add backport for the kthread work on kernels older than 2.6.20Chris Mason
2008-09-25Btrfs: Fix mount -o max_inline=0Chris Mason