summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Worker thread optimizationsChris Mason2-34/+73
2008-09-25Btrfs: Add backport for the kthread work on kernels older than 2.6.20Chris Mason1-1/+8
2008-09-25Btrfs: Fix mount -o max_inline=0Chris Mason1-2/+5
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason8-132/+626
2008-09-25btrfs: allow scanning multiple devices during mountChristoph Hellwig1-5/+16
2008-09-25btrfs: sanity mount option parsing and early mount codeChristoph Hellwig3-108/+141
2008-09-25btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig1-1/+7
2008-09-25btrfs: tiny makefile cleanupChristoph Hellwig1-7/+1
2008-09-25Btrfs: transaction ioctlsSage Weil5-2/+83
2008-09-25Btrfs: Dislable acl xattr handlersYan1-6/+6
2008-09-25Btrfs: bdi_init and bdi_destroy come with 2.6.23Jan Engelhardt1-3/+3
2008-09-25btrfsctl -A error code fixupLinda Knippers1-2/+2
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener3-1/+39
2008-09-25Btrfs: Fix race in running_transaction checksChris Mason1-1/+3
2008-09-25btrfs delete ordered inode handling fixMingming5-32/+23
2008-09-25Btrfs: Always use the async submission queue for checksummed writesChris Mason1-7/+0
2008-09-25Btrfs: Allocator fix variety packChris Mason5-97/+209
2008-09-25Btrfs: Use kzalloc on the fs_devices allocationChris Mason1-2/+1
2008-09-25Btrfs: Handle transid == 0 while opening devicesChris Mason1-1/+1