summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: fix typecast when printing csum valueDavid Sterba2013-05-101-3/+3
* Btrfs-progs: make restore deal with really broken file systemsJosef Bacik2013-04-231-27/+10
* Btrfs-progs: fix memory leaks on cleanupJosef Bacik2013-03-181-5/+21
* Btrfs-progs: fix segfault when using tools fs with tree logJosef Bacik2013-03-181-1/+2
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-101-21/+25
* btrfs-progs: check return of posix_fadviseEric Sandeen2013-03-101-2/+4
* btrfs-progs: free memory before error exit in read_whole_ebEric Sandeen2013-02-271-1/+5
* Btrfs-progs: return an error if we can't find an fs rootJosef Bacik2013-02-071-1/+2
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-061-9/+18
|\
| * btrfs-progs: remove duplicate __setup_rootEric Sandeen2013-02-051-1/+1
| * btrfs-progs: don't write memory after sb to diskZach Brown2013-02-051-3/+11
| * btrfs-progs: return error from commit_tree_roots()Zach Brown2013-02-051-1/+4
| * btrfs-progs: treat super.magic as an le64Zach Brown2013-02-051-4/+2
* | Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-061-1/+1
|\ \ | |/
| * Btrfs-progs: fix an off-by-one in write_dev_supers()Stefan Behrens2013-01-221-1/+1
* | Add basic RAID[56] supportDavid Woodhouse2013-02-011-22/+194
* | Clear caches when opening and closing devicesChris Mason2013-02-011-0/+7
|/
* btrfs-progs: check malloc() resultKenji Okimoto2013-01-171-0/+3
* btrfs-progs: plug a memory leak reported by cppcheckKenji Okimoto2013-01-171-2/+8
* Correct un-initialized fsid variableGoffredo Baroncelli2012-10-041-4/+16
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-091-1/+2
* Add open_ctree_fs_info for partial FS opensChris Mason2012-02-051-32/+62
* 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