aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-26/+16
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-6/+9
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener1-1/+7
2008-09-25Btrfs: Fix race in running_transaction checksChris Mason1-1/+3
2008-09-25Btrfs: Add support for online device removalChris Mason1-3/+2
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason1-2/+6
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason1-2/+8
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason1-1/+1
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-16/+34
2008-09-25Btrfs: Lower stack usage in transaction.cChris Mason1-18/+24
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason1-0/+1
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-4/+4
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason1-0/+1
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason1-17/+13
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason1-0/+1
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason1-0/+2
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+4
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason1-3/+78
2008-09-25Btrfs: Add data=ordered supportChris Mason1-0/+58
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason1-5/+15
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-0/+8
2008-09-25Btrfs: section mismatch warningsChristian Hesse1-1/+1
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason1-1/+1
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason1-2/+0
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason1-3/+2
2008-09-25Btrfs: Add back the online defragging codeChris Mason1-2/+2
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-17/+22
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map treesChris Mason1-2/+3
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason1-2/+3
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-27/+34
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason1-4/+10
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason1-2/+4
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik1-1/+33
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik1-12/+32
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-42/+49
2007-08-08Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason1-0/+3
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason1-0/+2
2007-08-08Btrfs: Let some locks go during defrag and snapshot droppingChris Mason1-0/+8
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-18/+87
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason1-25/+38
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-28Btrfs: crash recovery fixesChris Mason1-20/+34
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason1-2/+6
2007-06-22Btrfs: Documentation updateChris Mason1-1/+0
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason1-7/+47
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-7/+14
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason1-0/+1
2007-06-12Btrfs: i386 fixes from axboeChris Mason1-0/+1
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-06-09Btrfs: remove device treeChris Mason1-6/+0