summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason
2008-09-25Btrfs: Fix allocation profile initChris Mason
2008-09-25Btrfs: Add support for duplicate blocks on a single spindleChris Mason
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason
2008-09-25Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason
2008-09-25Create a btrfs backing dev infoChris Mason
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason
2008-09-25Btrfs: Move device information into the super block so it can be scannedChris Mason
2008-09-25Btrfs: Make the FS tree the last objectid in the tree of tree rootsChris Mason
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason
2008-09-25Btrfs: unaligned access fixesDavid Miller
2008-09-25Btrfs: Fix i_blocks accountingChris Mason
2008-09-25Btrfs: Update magicChris Mason
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason
2008-09-25Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason
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