aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2008-09-25Btrfs: Add back metadata checksummingChris Mason
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason
2008-09-25Btrfs: Allow tails larger than one pageChris Mason
2008-09-25Btrfs: Cache extent buffer mappingsChris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason
2008-09-25Btrfs: Optimizations for the extent_buffer codeChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2007-09-14Btrfs: use unlocked_ioctlChristoph Hellwig
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason
2007-09-10Btrfs: Add more synchronization before creating a snapshotChris Mason
2007-08-29Btrfs: Use mount -o subvol to select the subvol directory instead of dev:Chris Mason
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason
2007-08-08Btrfs: Let some locks go during defrag and snapshot droppingChris Mason
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason
2007-06-28Btrfs: crash recovery fixesChris Mason
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason
2007-06-22Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machinesChris Mason
2007-06-15Btrfs: patch queue: page_mkwriteChris Mason
2007-06-12Btrfs: add GPLv2Chris Mason
2007-06-12Btrfs: split up super.cChris Mason
2007-06-11Btrfs: fix oops after block group lookupChris Mason
2007-06-09Btrfs: remove device treeChris Mason
2007-06-08Btrfs: get forced transaction commits via workqueueChris Mason
2007-06-08Btrfs: add compat ioctlChris Mason
2007-06-07Btrfs: d_type optimizationChris Mason
2007-05-29Btrfs: block group switchingChris Mason
2007-05-29Btrfs: fixup various fsx failuresChris Mason
2007-05-24Btrfs: sparse files!Chris Mason
2007-05-23Btrfs: renameChris Mason
2007-05-21Btrfs: 2.6.21-git fixesChris Mason
2007-05-18Btrfs: allocator optimizations, truncate readaheadChris Mason
2007-05-10Btrfs: switch to crc32c instead of sha256Chris Mason
2007-05-09Btrfs: many allocator fixes, pretty solidChris Mason
2007-05-07Btrfs: allocator and tuningChris Mason
2007-05-06Btrfs: more allocator enhancementsChris Mason
2007-05-03Btrfs: early metadata/data splitChris Mason
2007-05-02Btrfs: fix page cache memory leakChris Mason