aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason
2008-09-25Btrfs: Change magic string to reflect new formatChris Mason
2008-09-25Btrfs: Add readonly inode flagYan
2008-09-25Btrfs: Add flush barriers on commitChris Mason
2008-09-25Btrfs: Add inode flags supportYan
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason
2008-09-25Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason
2008-09-25Btrfs: Add back pointers from the inode to the directory that references itChris Mason
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason
2008-09-25Btrfs: Implement generation numbers in block pointersChris Mason
2008-09-25Btrfs: Add simple stripe size parameterChris Mason
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason
2008-09-25Btrfs: Add block group pinned accounting backYan
2008-09-25xattr support for btrfsJosef Bacik
2008-09-25Fix recursive KM_USER1 usage in btrfs_realloc_nodeChris Mason
2008-09-25Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason
2008-09-25Btrfs: Fix typo: owner is a 64 bit fieldChris Mason
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason
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