aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: Implement new dir index formatJosef Bacik2008-09-251-2/+2
* Btrfs: Take the csum mutex while reading checksumsChris Mason2008-09-251-0/+3
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-251-2/+0
* btrfs_start_transaction: wait for commits in progress to finishChris Mason2008-09-251-3/+40
* Btrfs: New data=ordered implementationChris Mason2008-09-251-58/+9
* Btrfs: Drop some verbose printksChris Mason2008-09-251-2/+0
* Btrfs: Online btree defragmentation fixesChris Mason2008-09-251-34/+1
* Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason2008-09-251-1/+1
* Btrfs: Replace the transaction work queue with kthreadsChris Mason2008-09-251-70/+2
* Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason2008-09-251-21/+45
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-26/+16
* Btrfs: Start btree concurrency work.Chris Mason2008-09-251-6/+9
* Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener2008-09-251-1/+7
* Btrfs: Fix race in running_transaction checksChris Mason2008-09-251-1/+3
* Btrfs: Add support for online device removalChris Mason2008-09-251-3/+2
* Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason2008-09-251-2/+6
* Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason2008-09-251-2/+8
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-251-1/+1
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-251-16/+34
* Btrfs: Lower stack usage in transaction.cChris Mason2008-09-251-18/+24
* Btrfs: Add data block hints to SSD mode tooChris Mason2008-09-251-0/+1
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-4/+4
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-251-0/+1
* Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason2008-09-251-17/+13
* Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason2008-09-251-0/+1
* Rework btrfs_drop_inode to avoid schedulingChris Mason2008-09-251-0/+2
* Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason2008-09-251-0/+4
* Btrfs: Move snapshot creation to commit timeChris Mason2008-09-251-3/+78
* Btrfs: Add data=ordered supportChris Mason2008-09-251-0/+58
* Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason2008-09-251-5/+15
* Btrfs: Back port to 2.6.18-el kernelsChris Mason2008-09-251-0/+8
* Btrfs: section mismatch warningsChristian Hesse2008-09-251-1/+1
* Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason2008-09-251-1/+1
* Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason2008-09-251-2/+0
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-251-3/+2
* Btrfs: Add back the online defragging codeChris Mason2008-09-251-2/+2
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-17/+22
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-251-2/+3
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-251-2/+3
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-27/+34
* Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason2008-09-251-4/+10
* Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason2007-09-111-2/+4
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-291-1/+33
* Btrfs: delay commits during fsync to allow more writersJosef Bacik2007-08-101-12/+32
* Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason2007-08-101-42/+49
* Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason2007-08-081-0/+3
* Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason2007-08-081-0/+2
* Btrfs: Let some locks go during defrag and snapshot droppingChris Mason2007-08-081-0/+8
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-071-18/+87
* Btrfs: Do snapshot deletion in smaller chunks.Chris Mason2007-08-071-25/+38