summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason22-2088/+2794
2008-09-25btrfs_get_extent should treat inline extents as though they hold a whole blockChris Mason1-5/+7
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig4-37/+18
2008-09-25Btrfs: Fix double free and off by one in inode.cYan1-2/+1
2008-09-25Btrfs: truncate: don't update inode->i_blocks when extent is a holeYan1-4/+6
2008-09-25create btrfs_path slab with the correct sizeYan1-1/+1
2008-09-25fix found_type decrement in btrfs_truncate_in_transYan1-1/+1
2008-09-25Btrfs: Fix duplicate ENOSPC checks in find_free_extentChris Mason1-14/+4
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason6-20/+51
2007-09-15Btrfs: Fix cache_block_group to catch holes at the start of the groupYan1-28/+33
2007-09-14Btrfs: Fix off by one error in dirty_and_release_pagesYan1-1/+1
2007-09-14split up btrfs_ioctlChristoph Hellwig1-47/+59
2007-09-14Btrfs: use unlocked_ioctlChristoph Hellwig3-24/+8
2007-09-14Btrfs: Simplify makefileJan Engelhardt1-3/+4
2007-09-14Btrfs: add modules_install targetChris Mason1-0/+2
2007-09-14Btrfs: Fix extra link count dec in renameChris Mason1-7/+0
2007-09-12Btrfs: Added tag v0.8 for changeset f5ce4cc64defChris Mason0-0/+0
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason5-12/+25
2007-09-11Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig2-0/+3
2007-09-11Btrfs: [PATCH] extent_map: make the writepage_io hook optionalChristoph Hellwig1-1/+6
2007-09-11Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig3-21/+23
2007-09-11Btrfs: [PATCH] extent_map: fix locking for bio completionChristoph Hellwig1-6/+8
2007-09-11[PATCH] btrfs: fix printk format warningChristoph Hellwig1-1/+1
2007-09-11Btrfs: Reorder tests in set_extent_bit to properly find holesChris Mason1-22/+22
2007-09-11Btrfs: Add more synchronization before creating a snapshotChris Mason4-1/+13
2007-09-11Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason5-18/+100
2007-08-30Btrfs: remove extra drop_extent_cache callChris Mason1-2/+0
2007-08-30Btrfs: fsx delalloc fixesChris Mason3-174/+38
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason3-14/+193
2007-08-29Btrfs: Use mount -o subvol to select the subvol directory instead of dev:Chris Mason2-10/+45
2007-08-29Btrfs: Fix oopsen in extent_tree.c during enospcYan1-3/+2
2007-08-29Btrfs: Add mount into directory supportYan1-3/+120
2007-08-29Btrfs: Fix mknod to properly send rdev info back to diskYan1-0/+1
2007-08-29Btrfs: ctree.c cleanupsYan1-6/+8
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik9-11/+393
2007-08-28Btrfs: Add delayed allocation to the extent based page tree codeChris Mason6-135/+216
2007-08-28Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason9-669/+2203
2007-08-28Btrfs: Make sure to cow the root during a snapshotChris Mason1-0/+2
2007-08-28Btrfs: Do more extensive readahead during tree searchesChris Mason3-16/+52
2007-08-27fix block readahead in btrfs_next_leafYan1-1/+1
2007-08-11Btrfs: Added tag v0.7 for changeset 6125224d77d0Chris Mason0-0/+0
2007-08-11Btrfs: delay commits during fsync to allow more writersJosef Bacik7-16/+66
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason4-11/+18
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason8-79/+125
2007-08-09Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason3-12/+11
2007-08-09Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason5-195/+49
2007-08-08Btrfs: Let some locks go during defrag and snapshot droppingChris Mason3-4/+14
2007-08-08Btrfs: Added tag v0.6 for changeset c13e9a0bf9b4Chris Mason0-0/+0
2007-08-08Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason11-89/+553
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason4-96/+81