summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: trivial include fixupsZach Brown2007-07-111-1/+0
* Btrfs: crash recovery fixesChris Mason2007-06-281-20/+34
* Btrfs: Fix super block updates during transaction commitChris Mason2007-06-261-2/+6
* Btrfs: Documentation updateChris Mason2007-06-221-1/+0
* Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason2007-06-221-7/+47
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-221-7/+14
* Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason2007-06-181-0/+1
* Btrfs: i386 fixes from axboeChris Mason2007-06-121-0/+1
* Btrfs: add GPLv2Chris Mason2007-06-121-0/+18
* Btrfs: remove device treeChris Mason2007-06-091-6/+0
* Btrfs: reap dead roots right after commitChris Mason2007-06-091-7/+8
* Btrfs: get forced transaction commits via workqueueChris Mason2007-06-081-10/+20
* Btrfs: add compat ioctlChris Mason2007-06-081-0/+60
* Btrfs: many allocator fixes, pretty solidChris Mason2007-05-091-1/+2
* Btrfs: fix page cache memory leakChris Mason2007-05-021-3/+5
* Btrfs: allocator improvements, inode block groupsChris Mason2007-04-301-0/+1
* Btrfs: smarter transaction writebackChris Mason2007-04-281-2/+35
* Btrfs: start of block group codeChris Mason2007-04-261-0/+2
* Btrfs: early fsync supportChris Mason2007-04-191-3/+22
* Btrfs: add disk ioctl, mostly workingChris Mason2007-04-121-0/+6
* Btrfs: create a logical->phsyical block number mapping schemeChris Mason2007-04-111-4/+4
* Btrfs: subvolumesChris Mason2007-04-101-3/+5
* Btrfs: drop owner and parentidChris Mason2007-04-101-6/+0
* Btrfs: drop the inode map treeChris Mason2007-04-101-7/+0
* Btrfs: groundwork for subvolume and snapshot rootsChris Mason2007-04-091-37/+103
* Btrfs: start of support for many FS volumesChris Mason2007-04-061-0/+9
* Btrfs: corruptions fixedChris Mason2007-04-021-1/+1
* Btrfs: still corruption huntingChris Mason2007-04-021-12/+27
* Btrfs: corruption hunt continuesChris Mason2007-03-301-0/+1
* Btrfs: hunting slab corruptionChris Mason2007-03-301-2/+4
* Btrfs: use a btree inode instead of sb_getblkChris Mason2007-03-281-1/+1
* Btrfs: leak fixes, pinning fixesChris Mason2007-03-251-14/+18
* btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason2007-03-231-5/+8
* Btrfs: transaction reworkChris Mason2007-03-221-0/+199