summaryrefslogtreecommitdiff
path: root/ctree.h
Commit message (Expand)AuthorAge
* Add a readonly flag open_ctree to force RO opensChris Mason2008-05-05
* Add mkfs.btrfs -A offset to control allocation start on devicesChris Mason2008-04-25
* Speed improvement and bug fixes for ext3 converterYan Zheng2008-04-24
* Update the Ext3 converterChris Mason2008-04-22
* Add support for filesystem labels via mkfs.btrfs -LChris Mason2008-04-18
* Use device uuids when scanning devicesChris Mason2008-04-18
* Add raid10 supportChris Mason2008-04-16
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-15
* Recow all roots at the end of mkfsChris Mason2008-04-04
* Add support for single single duplication of metadataChris Mason2008-04-03
* Add mirroring support across multiple drivesChris Mason2008-04-03
* Update struct btrfs_header flags, and use it to indicate buffers are writtenChris Mason2008-04-01
* Implement raid0 when multiple devices are presentChris Mason2008-03-25
* Walk all block devices looking for btrfsChris Mason2008-03-24
* ioctls to scan for btrfs filesystemsChris Mason2008-03-24
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-24
* Dynamic chunk allocationChris Mason2008-03-24
* Add support for multiple devices per filesystemChris Mason2008-03-24
* Add inode item and backref in one insert, reducing cpu usageChris Mason2008-01-29
* During deletes and truncate, remove many items at once from the treeChris Mason2008-01-29
* Rename the extent_map code to extent_ioChris Mason2008-03-04
* Unaligned access fixesDavid Miller2008-02-15
* Update magicChris Mason2008-02-04
* Change the magic to rev the disk formatChris Mason2008-01-14
* Add readonly inode flagYan2008-01-14
* A few update for btrfs-progsYan2008-01-08
* Update find_free_extent for the ext3 conversion toolYan2008-01-04
* Update btrfs-progs to match kernel sourcesYan2008-01-04
* Reorder extent back refs to differentiate file data from btree blocksChris Mason2007-12-13
* Create macros to generation set/get funcs for on disk structuresChris Mason2007-12-12
* Add back pointers from the inode to the directory that referenced itChris Mason2007-12-12
* Add back pointers from extents to the file or btree referencing themChris Mason2007-12-11
* Add generation numbers to block pointersChris Mason2007-12-09
* Update btrfs-progs to better match the kernelYan2007-12-05
* Add simple stripe size parameterChris Mason2007-11-30
* xattr support for btrfs-progsJosef Bacik2007-11-16
* Remove the last radix tree (block_group_cache)Chris Mason2007-10-17
* Create a slightly more generic extent-caching structureChris Mason2007-10-15
* Switch to byte granular allocationsChris Mason2007-10-15
* Stop using radix trees to record pending allocationsChris Mason2007-10-15
* Allow large blocksChris Mason2007-10-15
* btrfs-progs support for root block accountingJosef Bacik2007-08-29
* calculate checksums during IOJosef Bacik2007-06-28
* disk format updates for finding dead rootsChris Mason2007-06-22
* add GPLv2Chris Mason2007-06-12
* remove device treeChris Mason2007-06-09
* endian fixes, makefile fixesChris Mason2007-06-07
* data vs metadata flag for block groupsChris Mason2007-05-30
* allocator improvements, inode block groupsChris Mason2007-04-30
* start of block group codeChris Mason2007-04-26