summaryrefslogtreecommitdiff
path: root/ctree.h
Commit message (Collapse)AuthorAge
* A few update for btrfs-progsYan2008-01-08
| | | | | | | Hello, This patch adds inode flags definition to btrfs-progs and updates extent-tree.c to match the kernel.
* Update find_free_extent for the ext3 conversion toolYan2008-01-04
| | | | | This patch adds customized find_free_extent support to btrfs-progs, the conversion program requires this.
* 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
| | | | | | This adds support for keeping track of the number of blocks used by root_item's. This makes it so that mkfs lays down the "default" subvol with the correct block accounting in place. Thank you,
* 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
|
* get rid of the extent_item type fieldChris Mason2007-04-24
|
* faster btrfsckChris Mason2007-04-23
|
* add owner and type fields to the extents aand block headersChris Mason2007-04-20
|
* bring back the inode number directory indexChris Mason2007-04-19
|
* inline file data in extentsChris Mason2007-04-19
|
* key flag reorgChris Mason2007-04-18
|
* rework csum and extent item orderingChris Mason2007-04-17
|
* early work to file_write in big extentsChris Mason2007-04-16
|
* add some support for multiple devices to progsChris Mason2007-04-12
|
* early support for multiple devicesChris Mason2007-04-11
|
* use a different inode number for subvols than the root root dirChris Mason2007-04-11
|
* drop owner and parentidChris Mason2007-04-10
|
* drop the inode map treeChris Mason2007-04-10
|
* groundwork for subvolume and snapshot rootsChris Mason2007-04-09
|
* start of support for subvolumesChris Mason2007-04-06
|
* finish off inode indexing in dirs, add overflowsChris Mason2007-04-05
|
* dir inode indexChris Mason2007-04-04
|
* sync up with kernel sourcesChris Mason2007-04-02
|
* csum data struct changesChris Mason2007-03-29
|
* move csum fields aroundChris Mason2007-03-28
|
* add generation to file extentsChris Mason2007-03-27
|
* first free objectid fixesChris Mason2007-03-27
|
* add file extents to print_leafChris Mason2007-03-26
|
* generations on headersChris Mason2007-03-26
|
* create a root dir in mkfsChris Mason2007-03-21
|