summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Update magicChris Mason2008-02-04
* Hash in the owner and offset for file extent backref keysChris Mason2008-02-01
* Fix for test_range_bitYan2008-01-22
* Fix btrfsck args checkingKyle McMartin2008-01-22
* btrfs-progs: build with -D_FORTIFY_SOURCE=2Jan Engelhardt2008-01-22
* btrfs-progs: fix a buffer overflow during mkfsJan Engelhardt2008-01-22
* Fix for btrfs_find_free_objectidYan2008-01-22
* Fixes for the converterYan2008-01-22
* Added tag v0.11 for changeset b3e59089dab6Chris Mason2008-01-17
* Remove kernel-space header in btrfs-progsYan2008-01-17
* Added tag v0.10 for changeset 548ea8d7514bChris Mason2008-01-15
* Install btrfs-convert during make installChris Mason2008-01-14
* Change the magic to rev the disk formatChris Mason2008-01-14
* Add readonly inode flagYan2008-01-14
* xattr support for the ext3->btrfs converterYan2008-01-14
* Fix a typo in btrfs-progs/extent_map.cYan2008-01-14
* Add rollback support for the converterYan2008-01-08
* A few update for btrfs-progsYan2008-01-08
* btrfs_print_node: don't use btrfs_item_key_to_cpu on nodesChris Mason2008-01-07
* Add Yan Zheng's ext3->btrfs conversion programChris Mason2008-01-04
* Update find_free_extent for the ext3 conversion toolYan2008-01-04
* Update btrfs-progs to match kernel sourcesYan2008-01-04
* Port extent buffer to btrfs-progsYan Zheng2008-01-04
* Add online resizing ioctlsChris Mason2007-12-21
* Verify extent back references in btrfsckChris Mason2007-12-14
* Reorder extent back refs to differentiate file data from btree blocksChris Mason2007-12-13