summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAge
* Btrfs-progs: fix memory leaks on cleanupJosef Bacik2013-03-18
* Btrfs-progs: fix segfault when using tools fs with tree logJosef Bacik2013-03-18
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-10
* btrfs-progs: check return of posix_fadviseEric Sandeen2013-03-10
* btrfs-progs: free memory before error exit in read_whole_ebEric Sandeen2013-02-27
* Btrfs-progs: return an error if we can't find an fs rootJosef Bacik2013-02-07
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-06
|\
| * btrfs-progs: remove duplicate __setup_rootEric Sandeen2013-02-05
| * btrfs-progs: don't write memory after sb to diskZach Brown2013-02-05
| * btrfs-progs: return error from commit_tree_roots()Zach Brown2013-02-05
| * btrfs-progs: treat super.magic as an le64Zach Brown2013-02-05
* | Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-06
|\|
| * Btrfs-progs: fix an off-by-one in write_dev_supers()Stefan Behrens2013-01-22
* | Add basic RAID[56] supportDavid Woodhouse2013-02-01
* | Clear caches when opening and closing devicesChris Mason2013-02-01
|/
* btrfs-progs: check malloc() resultKenji Okimoto2013-01-17
* btrfs-progs: plug a memory leak reported by cppcheckKenji Okimoto2013-01-17
* Correct un-initialized fsid variableGoffredo Baroncelli2012-10-04
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-09
* Add open_ctree_fs_info for partial FS opensChris Mason2012-02-05
* btrfs-progs: remove old debugging statementChris Mason2011-10-27
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-27
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-25
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-25
* Btrfs-progs: add a btrfs-select-super command to overwrite the superChris Mason2011-10-25
* Fill missing devices so degraded filesystems can be readChris Mason2011-04-22
* Fix use after free in close_ctreeJeff Mahoney2010-09-23
* Make csum_tree_block_size complain about the right thing.Zhu Yanhai2010-09-23
* Update converter for the new formatYan Zheng2009-06-08
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-08
* Fix spelling mistake when running 'btrfsck' when argument doesn't exist.nick d2009-06-03
* Add scan of the btrfs log tree to btrfs-debug-treeChris Mason2009-04-15
* btrfsck: Exit and print error message when not able to open a deviceThadeu Lima de Souza Cascardo2009-01-21
* Btrfs: update converter for the new disk formatYan Zheng2008-12-17
* superblock duplicationYan Zheng2008-12-05
* btrfs-progs: support for different csum algorithimsJosef Bacik2008-12-02
* Btrfs image toolYan Zheng2008-11-20
* update btrfs-progs for seed device supportYan Zheng2008-11-18
* Avoid tree of tree root cow when committing a clean FSChris Mason2008-10-30
* Add root tree pointer transaction idsYan Zheng2008-10-29
* Verify parent generation number on btree readsChris Mason2008-05-13
* Pass down the expected generation number when reading tree blocksChris Mason2008-05-12
* Add a readonly flag open_ctree to force RO opensChris Mason2008-05-05
* 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
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-15
* 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
* Recow all roots at the end of mkfsChris Mason2008-04-04