summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-27/+286
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason1-5/+3
2008-09-25Btrfs: unaligned access fixesDavid Miller1-11/+6
2008-09-25Btrfs: Fix i_blocks accountingChris Mason1-0/+9
2008-09-25Btrfs: Update magicChris Mason1-1/+1
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason1-0/+1
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason1-0/+1
2008-09-25Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason1-3/+14
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason1-2/+10
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-7/+8
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason1-0/+1
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason1-0/+2
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason1-1/+1
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason1-0/+1
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason1-0/+1
2008-09-25Btrfs: Change magic string to reflect new formatChris Mason1-1/+1
2008-09-25Btrfs: Add readonly inode flagYan1-3/+3
2008-09-25Btrfs: Add flush barriers on commitChris Mason1-2/+3
2008-09-25Btrfs: Add inode flags supportYan1-1/+12
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+1
2008-09-25Btrfs: Add data=ordered supportChris Mason1-3/+4
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason1-0/+1
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason1-0/+1
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason1-0/+10
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason1-0/+4
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-0/+13
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason1-0/+1
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason1-0/+8
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason1-6/+8
2008-09-25Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason1-2/+2
2008-09-25Btrfs: Add back pointers from the inode to the directory that references itChris Mason1-2/+19
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason1-9/+32
2008-09-25Btrfs: Implement generation numbers in block pointersChris Mason1-6/+41
2008-09-25Btrfs: Add simple stripe size parameterChris Mason1-0/+5
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason1-1/+1
2008-09-25Btrfs: Add block group pinned accounting backYan1-2/+3
2008-09-25xattr support for btrfsJosef Bacik1-4/+18
2008-09-25Fix recursive KM_USER1 usage in btrfs_realloc_nodeChris Mason1-8/+3
2008-09-25Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason1-0/+2
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason1-1/+1
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason1-0/+1
2008-09-25Btrfs: Fix typo: owner is a 64 bit fieldChris Mason1-2/+2
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason1-1/+2
2008-09-25Btrfs: Add back metadata checksummingChris Mason1-0/+2
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason1-70/+4
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason1-60/+14
2008-09-25Btrfs: Allow tails larger than one pageChris Mason1-1/+1
2008-09-25Btrfs: Cache extent buffer mappingsChris Mason1-4/+36
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-46/+66
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason1-9/+7