summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Walk all block devices looking for btrfsChris Mason2008-03-24
* ioctls to scan for btrfs filesystemsChris Mason2008-03-24
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-24
* Dynamic chunk allocationChris Mason2008-03-24
* Add support for multiple devices per filesystemChris Mason2008-03-24
* Remove extent back refs in batches, and avoid duplicate searchesChris Mason2008-03-04
* Add debugging for block group update failureChris Mason2008-02-04
* Call btrfs_cow_block while lowering tree level.Yan2008-02-01
* Insert extent record and the first backref in a single balanceChris Mason2008-03-04
* Copy correct tree when inserting into slot 0Chris Mason2008-01-30
* Add inode item and backref in one insert, reducing cpu usageChris Mason2008-01-29
* During deletes and truncate, remove many items at once from the treeChris Mason2008-01-29
* Add some extra debugging around file data checksum failuresChris Mason2008-03-04
* Tune readahead during defrag to avoid reading too much at onceChris Mason2008-01-24
* Rename the extent_map code to extent_ioChris Mason2008-03-04
* Add debug-tree -e to print all allocated extents, and show-blocks to graph themChris Mason2008-03-03
* Added tag v0.13 for changeset 58b803dc9faeChris Mason2008-02-21
* CRC32C big endian bugs...David Miller2008-02-15
* Unaligned access fixesDavid Miller2008-02-15
* mkfs: Zero 2MB at the start and end of the deviceChris Mason2008-02-15
* Added tag v0.12 for changeset 5e8f040cdf7cChris Mason2008-02-06