summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Print the version string in a few programsChris Mason2008-07-24
* Add version stringsChris Mason2008-07-23
* Add .hgignore file to ignore verison.hChris Mason2008-07-23
* Add sync and transaction ioctl defsChris Mason2008-06-10
* btrfsctl: print usage when called with bad argsLinda Knippers2008-06-09
* Added tag v0.15 for changeset e6571e2ce0c8Chris Mason2008-05-29
* Verify parent generation number on btree readsChris Mason2008-05-13
* Pass down the expected generation number when reading tree blocksChris Mason2008-05-12
* Fix the pretty print code for num_bytes == 0Chris Mason2008-05-12
* Add a readonly flag open_ctree to force RO opensChris Mason2008-05-05
* bcp updates for single file copiesChris Mason2008-05-02
* Add bcp to test the clone file ioctlChris Mason2008-05-02
* Fix compiler warning in volumes.cChris Mason2008-05-02
* Add the clone ioctl numberChris Mason2008-05-02
* Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason2008-05-01
* Added tag v0.14 for changeset 969099968b60Chris Mason2008-04-29
* Fix btrfs-convert's large file support.Zhu2008-04-28
* Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason2008-04-28
* 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
* Fix balance_level to free the middle block if there is room in the left oneChris Mason2008-04-24
* Don't empty the middle buffer in push_nodes_for_insertChris Mason2008-04-24
* Keep more pointers free in the nodes for double splitsChris Mason2008-04-24
* Drop quick-test from the list of programs built by defaultChris Mason2008-04-22
* Update the Ext3 converterChris Mason2008-04-22
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-22
* Fix chunk allocation when some devices don't have enough room for the stripeChris Mason2008-04-18
* Add checks to avoid adding the same device twice during mkfsChris Mason2008-04-18
* Use better chunk sizes for small and large filesystemsChris Mason2008-04-18
* 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
* Fix up the quick btree code test programChris Mason2008-04-15
* Fix a few casts for 32 bit compileChris Mason2008-04-11
* Write all super blocks during commitChris Mason2008-04-10
* Retry metadata reads in the face of checksum failuresChris Mason2008-04-09
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-04-09
* Don't allow written blocks from this transaction to be reallocatedChris Mason2008-04-04
* Use leafsize and nodesize == pagesize for nowChris Mason2008-04-09
* Recow all roots at the end of mkfsChris Mason2008-04-04
* Add mkfs options for data and metadata mirroring modesChris Mason2008-04-03
* Add support for single single duplication of metadataChris Mason2008-04-03
* Add mirroring support across multiple drivesChris Mason2008-04-03
* Use getopt_long and introduce long mkfs options. -s now means --sectorsizeChris Mason2008-04-01
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-01
* btrfs-progs: Stop stomping on 'name' input parameterAlex Chiang2008-04-01
* check if partition is mounted before mkfsGoldwyn Rodrigues2008-04-01
* 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