summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-09Btrfs: reap dead roots right after commitChris Mason1-7/+8
2007-06-08Btrfs: get forced transaction commits via workqueueChris Mason1-10/+20
2007-06-08Btrfs: add compat ioctlChris Mason1-0/+60
2007-05-09Btrfs: many allocator fixes, pretty solidChris Mason1-1/+2
2007-05-02Btrfs: fix page cache memory leakChris Mason1-3/+5
2007-04-30Btrfs: allocator improvements, inode block groupsChris Mason1-0/+1
2007-04-28Btrfs: smarter transaction writebackChris Mason1-2/+35
2007-04-26Btrfs: start of block group codeChris Mason1-0/+2
2007-04-19Btrfs: early fsync supportChris Mason1-3/+22
2007-04-12Btrfs: add disk ioctl, mostly workingChris Mason1-0/+6
2007-04-11Btrfs: create a logical->phsyical block number mapping schemeChris Mason1-4/+4
2007-04-10Btrfs: subvolumesChris Mason1-3/+5
2007-04-10Btrfs: drop owner and parentidChris Mason1-6/+0
2007-04-10Btrfs: drop the inode map treeChris Mason1-7/+0
2007-04-09Btrfs: groundwork for subvolume and snapshot rootsChris Mason1-37/+103
2007-04-06Btrfs: start of support for many FS volumesChris Mason1-0/+9
2007-04-02Btrfs: corruptions fixedChris Mason1-1/+1
2007-04-02Btrfs: still corruption huntingChris Mason1-12/+27
2007-03-30Btrfs: corruption hunt continuesChris Mason1-0/+1
2007-03-30Btrfs: hunting slab corruptionChris Mason1-2/+4
2007-03-28Btrfs: use a btree inode instead of sb_getblkChris Mason1-1/+1
2007-03-25Btrfs: leak fixes, pinning fixesChris Mason1-14/+18
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason1-5/+8
2007-03-22Btrfs: transaction reworkChris Mason1-0/+199