aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2008-09-25Btrfs: Use kzalloc on the fs_devices allocationChris Mason
2008-09-25Btrfs: Handle transid == 0 while opening devicesChris Mason
2008-09-25Btrfs: Enable btree balancing on old kernels againChris Mason
2008-09-25Btrfs: Change the congestion functions to meter the number of async submits a...Chris Mason
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason
2008-09-25Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls foreverChris Mason