summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Add per-file dependency trackingJan Engelhardt2007-09-14
| | | | | | | | The dependency archive ".depend" is only created once. Changing a C file's dependencies does not remake .depend, so make will recompile either too few or too many things. Use of per-.c file dependencies that are created and update during compile solve this.
* Make btrfs-progs compile with -fstrict-aliasing (included in -O2) again.Jan Engelhardt2007-09-14
| | | | | | | | | This is done by doing a two-step conversion (rather than a one-step). First, the variable goes from type * to void *, and then to implicitly to void **. (Not sure if this is "good practice", but it shuts up the compiler, so it seems the compiler takes into account that we are actually punning it this way.)
* extra stats for btrfsck, link count in print-tree.cChris Mason2007-09-14
|
* Added tag v0.8 for changeset f4810b8d5822Chris Mason2007-09-11
|
* 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,
* Added tag v0.6 for changeset 75b9a16fff1aChris Mason2007-08-07
|
* add defrag ioctlChris Mason2007-08-07
|
* Added tag v0.5 for changeset 85bf73175772Chris Mason2007-06-28
|
* calculate checksums during IOJosef Bacik2007-06-28
|
* Allow install prefix overridesJeff Mahoney2007-06-28
|
* Documentation updateChris Mason2007-06-28
|
* Added tag v0.4 for changeset c969452d5ae7Chris Mason2007-06-22
|
* Added tag v0.4 for changeset c760f17dde33Chris Mason2007-06-22
|
* disk format updates for finding dead rootsChris Mason2007-06-22
|
* Added tag v0.3 for changeset 1ef7cf63ac2cChris Mason2007-06-18
|
* Fix btrfsck build failure on FC7Terje Rosten2007-06-18
|
* Added tag v0.2 for changeset 9cebac62e0c9Chris Mason2007-06-13
|
* fix COPYINGChris Mason2007-06-12
|
* i386 fixes from axboeChris Mason2007-06-12
|
* add GPLv2Chris Mason2007-06-12
|
* no slashes in subvolume namesChris Mason2007-06-12
|
* printf cleanupsChris Mason2007-06-12
|
* remove device treeChris Mason2007-06-09
|
* 32 bit compile fixesChris Mason2007-06-08
|
* endian fixes, makefile fixesChris Mason2007-06-07
|
* data vs metadata flag for block groupsChris Mason2007-05-30
|
* cleanup warnings found with -O2Chris Mason2007-05-22
|
* reduce ram used by btrfsckChris Mason2007-05-22
|
* btrfsck fixes and cleanupsChris Mason2007-05-18
|
* more stats from fsckChris Mason2007-05-09
|
* compile fixChris Mason2007-05-07
|
* allocator improvements, inode block groupsChris Mason2007-04-30
|
* start of block group codeChris Mason2007-04-26
|
* use node list for rootsChris Mason2007-04-25
|
* add bit-radix.h to the repoChris Mason2007-04-24
|
* subvolume and snapshot fsck supportChris Mason2007-04-24
|
* get rid of the extent_item type fieldChris Mason2007-04-24
|
* fsck checks against extent map, small fixesChris Mason2007-04-23
|
* 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
|