summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* groundwork for subvolume and snapshot rootsChris Mason2007-04-09
|
* start of support for subvolumesChris Mason2007-04-06
|
* uuidsChris Mason2007-04-05
|
* finish off inode indexing in dirs, add overflowsChris Mason2007-04-05
|
* dir inode indexChris Mason2007-04-04
|
* update print-tree for inline dataChris 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
|
* mkfs and dir-test fixesChris Mason2007-03-22
|
* create a root dir in mkfsChris Mason2007-03-21
|
* Better block record keeping, real mkfsChris Mason2007-03-20
|
* change dir-test to insert inode_itemsChris Mason2007-03-20
|
* Update TODOChris Mason2007-03-20
|
* Add inode map, and the start of file extent itemsChris Mason2007-03-20
|
* add transaction.h to the MakefileChris Mason2007-03-20
|
* minor commentsChris Mason2007-03-17
|
* transaction handles everywhereChris Mason2007-03-16
|
* pin freed blocks from the FS tree tooChris Mason2007-03-16
|
* add a name_len to dir items, reorder keyChris Mason2007-03-16
|
* add inode itemChris Mason2007-03-15
|
* directory testing code and dir item fixesChris Mason2007-03-15
|
* add hash.hChris Mason2007-03-15
|
* Use a chunk of the key flags to record the item type.Chris Mason2007-03-15
| | | | | | Add (untested and simple) directory item code Fix comp_keys to use the new key ordering Add btrfs_insert_empty_item
* reorder key offset and flagsChris Mason2007-03-14
|
* variable block size supportChris Mason2007-03-14
|
* add leaf data casting helperChris Mason2007-03-14
|
* properly reset block cache on freeChris Mason2007-03-14
|
* Change the super to point to a tree of trees to enable persistent snapshotsChris Mason2007-03-13
|
* merge leaves before splitChris Mason2007-03-13
|
* make some funcs staticChris Mason2007-03-13
|
* rename funcs and structs to btrfsChris Mason2007-03-13
|
* struct extent_item endianChris Mason2007-03-13
|
* node->blockptrs endian fixesChris Mason2007-03-13
|
* struct item endian fixesChris Mason2007-03-12
|
* struct key endian fixesChris Mason2007-03-12
|
* Add sparse endian annotations to struct headerChris Mason2007-03-12
| | | | rename struct header to btrfs_header
* get/set for struct header fieldsChris Mason2007-03-12
|
* fix leak in btrfs_drop_snapshotChris Mason2007-03-12
|
* recursion free-first passChris Mason2007-03-10
|
* Fixup last found extent cachingChris Mason2007-03-07
|
* get rid of add recursionChris Mason2007-03-07
|
* Fixup reference counting on cowsChris Mason2007-03-06
|
* early reference countingChris Mason2007-03-02
|
* period commit during initial fill in the random testerChris Mason2007-03-02
|
* Fix extent code to use merge during deleteChris Mason2007-03-02
| | | | | | Remove implicit commit in del_item and insert_item Add implicit commit to close() Add commit op in random-test