summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix btrfs-convert's large file support.v0.14Zhu2008-04-281-0/+4
* Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason2008-04-285-2/+162
* Add mkfs.btrfs -A offset to control allocation start on devicesChris Mason2008-04-253-1/+12
* Speed improvement and bug fixes for ext3 converterYan Zheng2008-04-243-120/+127
* Fix balance_level to free the middle block if there is room in the left oneChris Mason2008-04-242-9/+30
* Don't empty the middle buffer in push_nodes_for_insertChris Mason2008-04-241-7/+12
* Keep more pointers free in the nodes for double splitsChris Mason2008-04-241-2/+2
* Drop quick-test from the list of programs built by defaultChris Mason2008-04-221-1/+1
* Update the Ext3 converterChris Mason2008-04-2210-212/+1071
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-228-22/+209
* Fix chunk allocation when some devices don't have enough room for the stripeChris Mason2008-04-181-19/+30
* Add checks to avoid adding the same device twice during mkfsChris Mason2008-04-183-0/+41
* Use better chunk sizes for small and large filesystemsChris Mason2008-04-182-12/+62
* Add support for filesystem labels via mkfs.btrfs -LChris Mason2008-04-185-32/+70
* Use device uuids when scanning devicesChris Mason2008-04-182-7/+27
* Add raid10 supportChris Mason2008-04-163-5/+58
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-159-98/+247
* Fix up the quick btree code test programChris Mason2008-04-152-32/+39
* Fix a few casts for 32 bit compileChris Mason2008-04-112-3/+2
* Write all super blocks during commitChris Mason2008-04-105-4/+108
* Retry metadata reads in the face of checksum failuresChris Mason2008-04-095-24/+76
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-04-094-52/+97
* Don't allow written blocks from this transaction to be reallocatedChris Mason2008-04-041-1/+3
* Use leafsize and nodesize == pagesize for nowChris Mason2008-04-091-2/+2
* Recow all roots at the end of mkfsChris Mason2008-04-047-37/+122
* Add mkfs options for data and metadata mirroring modesChris Mason2008-04-031-9/+35
* Add support for single single duplication of metadataChris Mason2008-04-034-49/+88
* Add mirroring support across multiple drivesChris Mason2008-04-039-80/+182
* Use getopt_long and introduce long mkfs options. -s now means --sectorsizeChris Mason2008-04-011-3/+21
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-019-26/+45
* btrfs-progs: Stop stomping on 'name' input parameterAlex Chiang2008-04-011-1/+1
* check if partition is mounted before mkfsGoldwyn Rodrigues2008-04-013-0/+73
* Update struct btrfs_header flags, and use it to indicate buffers are writtenChris Mason2008-04-013-2/+33
* Implement raid0 when multiple devices are presentChris Mason2008-03-253-63/+147
* Walk all block devices looking for btrfsChris Mason2008-03-2412-61/+393
* ioctls to scan for btrfs filesystemsChris Mason2008-03-248-111/+259
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-247-144/+85
* Dynamic chunk allocationChris Mason2008-03-246-94/+223
* Add support for multiple devices per filesystemChris Mason2008-03-2416-358/+1712
* Remove extent back refs in batches, and avoid duplicate searchesChris Mason2008-03-041-8/+54
* Add debugging for block group update failureChris Mason2008-02-041-1/+5
* Call btrfs_cow_block while lowering tree level.Yan2008-02-011-0/+3
* Insert extent record and the first backref in a single balanceChris Mason2008-03-041-19/+29
* Copy correct tree when inserting into slot 0Chris Mason2008-01-301-1/+4
* Add inode item and backref in one insert, reducing cpu usageChris Mason2008-01-292-17/+39
* During deletes and truncate, remove many items at once from the treeChris Mason2008-01-292-20/+30
* Add some extra debugging around file data checksum failuresChris Mason2008-03-041-0/+5
* Tune readahead during defrag to avoid reading too much at onceChris Mason2008-01-241-13/+28
* Rename the extent_map code to extent_ioChris Mason2008-03-046-84/+73
* Add debug-tree -e to print all allocated extents, and show-blocks to graph themChris Mason2008-03-032-16/+423