aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Drop some verbose printksChris 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: 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: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener
2008-09-25Btrfs: Fix race in running_transaction checksChris Mason
2008-09-25Btrfs: Add support for online device removalChris Mason
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Btrfs: Lower stack usage in transaction.cChris Mason
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: section mismatch warningsChristian Hesse
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason
2008-09-25Btrfs: Add back the online defragging codeChris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason
2007-08-08Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason
2007-08-08Btrfs: Let some locks go during defrag and snapshot droppingChris Mason
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason