summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: remove old debugging statementrecovery-betaChris Mason2011-10-271-2/+0
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-271-56/+166
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-251-2/+4
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-4/+0
* Btrfs-progs: add a btrfs-select-super command to overwrite the superChris Mason2011-10-251-1/+1
* Fill missing devices so degraded filesystems can be readChris Mason2011-04-221-0/+1
* Fix use after free in close_ctreeJeff Mahoney2010-09-231-5/+5
* Make csum_tree_block_size complain about the right thing.Zhu Yanhai2010-09-231-1/+1
* Update converter for the new formatYan Zheng2009-06-081-0/+8
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-081-61/+109
* Fix spelling mistake when running 'btrfsck' when argument doesn't exist.nick d2009-06-031-1/+1
* Add scan of the btrfs log tree to btrfs-debug-treeChris Mason2009-04-151-1/+35
* btrfsck: Exit and print error message when not able to open a deviceThadeu Lima de Souza Cascardo2009-01-211-0/+1
* Btrfs: update converter for the new disk formatYan Zheng2008-12-171-54/+104
* superblock duplicationYan Zheng2008-12-051-7/+26
* btrfs-progs: support for different csum algorithimsJosef Bacik2008-12-021-5/+19
* Btrfs image toolYan Zheng2008-11-201-2/+4
* update btrfs-progs for seed device supportYan Zheng2008-11-181-6/+23
* Avoid tree of tree root cow when committing a clean FSChris Mason2008-10-301-0/+3
* Add root tree pointer transaction idsYan Zheng2008-10-291-4/+22
* Verify parent generation number on btree readsv0.15Chris Mason2008-05-131-8/+39
* Pass down the expected generation number when reading tree blocksChris Mason2008-05-121-6/+7
* Add a readonly flag open_ctree to force RO opensChris Mason2008-05-051-5/+20
* Update the Ext3 converterChris Mason2008-04-221-5/+7
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-221-2/+0
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-151-1/+5
* Write all super blocks during commitChris Mason2008-04-101-2/+39
* Retry metadata reads in the face of checksum failuresChris Mason2008-04-091-22/+39
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-04-091-22/+23
* Recow all roots at the end of mkfsChris Mason2008-04-041-4/+7
* Add mirroring support across multiple drivesChris Mason2008-04-031-26/+67
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-011-3/+4
* Update struct btrfs_header flags, and use it to indicate buffers are writtenChris Mason2008-04-011-0/+2
* Walk all block devices looking for btrfsChris Mason2008-03-241-17/+33
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-241-4/+4
* Dynamic chunk allocationChris Mason2008-03-241-1/+1
* Add support for multiple devices per filesystemChris Mason2008-03-241-19/+125
* Rename the extent_map code to extent_ioChris Mason2008-03-041-13/+13
* Add rollback support for the converterYan2008-01-081-1/+6
* Update find_free_extent for the ext3 conversion toolYan2008-01-041-1/+2
* Update btrfs-progs to match kernel sourcesYan2008-01-041-320/+345
* Verify extent back references in btrfsckChris Mason2007-12-141-1/+1
* Update btrfs-progs to better match the kernelYan2007-12-051-8/+6
* Add simple stripe size parameterv0.9Chris Mason2007-11-301-0/+1
* Remove the last radix tree (block_group_cache)Chris Mason2007-10-171-1/+1
* Make the crc32c code match what the kernel modules are currently doingChris Mason2007-10-151-7/+9
* Create a slightly more generic extent-caching structureChris Mason2007-10-151-15/+24
* Switch to byte granular allocationsChris Mason2007-10-151-43/+71
* Stop using radix trees to record pending allocationsChris Mason2007-10-151-2/+3
* Allow large blocksChris Mason2007-10-151-12/+14