aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason
2008-09-25btrfs: allow scanning multiple devices during mountChristoph Hellwig
2008-09-25btrfs: sanity mount option parsing and early mount codeChristoph Hellwig
2008-09-25btrfs: fix strange indentation in lookup_extent_mappingChristoph Hellwig
2008-09-25btrfs: tiny makefile cleanupChristoph Hellwig
2008-09-25Btrfs: transaction ioctlsSage Weil
2008-09-25Btrfs: Dislable acl xattr handlersYan
2008-09-25Btrfs: bdi_init and bdi_destroy come with 2.6.23Jan Engelhardt
2008-09-25btrfsctl -A error code fixupLinda Knippers
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener
2008-09-25Btrfs: Fix race in running_transaction checksChris Mason
2008-09-25btrfs delete ordered inode handling fixMingming
2008-09-25Btrfs: Always use the async submission queue for checksummed writesChris Mason
2008-09-25Btrfs: Allocator fix variety packChris Mason