summaryrefslogtreecommitdiff
path: root/btrfsck.c
Commit message (Expand)AuthorAge
* btrfs-progs: free bits in check_extents()Zach Brown2013-02-05
* btrfs-progs: remove unused argumentsZach Brown2013-02-05
* btrfs-progs: more carefully check eb backrefsZach Brown2013-02-05
* btrfs-progs: btrfsck: Print which filesystem to be checked to stdoutDieter Ries2013-02-01
* btrfs-progs: add extended inode ref support to btrfsckMark Fasheh2013-01-31
* btrfs-progs: Use sysconf instead of getpagesizeEric Sandeen2013-01-23
* btrfs-progs: ignore -a option in mkfsDavid Sterba2013-01-17
* Btrfs-progs: fix wrong return value of check_owner_ref()Miao Xie2012-10-04
* Btrfs-progs: fix unresolved ref root messageMiao Xie2012-10-04
* Btrfs-progs: fix wrong leaf when checking the trees relationshipMiao Xie2012-10-04
* btrfs-progs: fsck: understand the -s optionDavid Sterba2012-10-02
* Btrfs-progs: fix btrfsck's snapshot wrong "unresolved refs"Miao Xie2012-07-03
* Btrfs-progs: make btrfsck aware of free space inodesJosef Bacik2012-06-05
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-22
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-21
* btrfsck: remove extents from the fsck reference tracker as they are freedChris Mason2012-02-10
* btrfsck: make sure we fix the block group accounting during repairChris Mason2012-02-09
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-09
* btrfsck: fix block group accounting during repairChris Mason2012-02-08
* btrfsck: add code to rebuild extent recordsChris Mason2012-02-07
* btrfsck: don't BUG on corrupted extent recordsChris Mason2012-02-06
* btrfsck: print some progressChris Mason2012-02-06
* Add open_ctree_fs_info for partial FS opensChris Mason2012-02-05
* btrfsck: decode error properlySergei Trofimovich2011-10-25
* gcc 4.6: fix potentially unused variableHugo Mills2011-10-25
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-25
* Add btrfsck option to select the super block copyChris Mason2010-10-04
* Fix inode link count checks in btrfsckYan Zheng2010-09-23
* Remove superfluous WARN_ON in btrfsckYan Zheng2010-09-23
* add missing include for btrfsck.cChristian Hesse2010-09-23
* prevent btrfsck to run on mounted filesystemsAndi Drebes2010-09-23
* btrfsck: check root back/forward referencesYan, Zheng2009-09-21
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-08
* Fix printf format casting errorsLuca Bruno2009-06-03
* Add scan of the btrfs log tree to btrfs-debug-treeChris Mason2009-04-15
* btrfsck.c: bit-fields should be unsignedWang Cong2009-01-21
* btrfsck: Exit and print error message when not able to open a deviceThadeu Lima de Souza Cascardo2009-01-21
* btrfs-progs: make several functions staticWang Cong2009-01-21
* Fix an accessing freed memory bug in btrfsckYan Zheng2009-01-09
* Add semantic checks to btrfsck for files and directoriesYan Zheng2009-01-07
* Add fallocate support v2Yan Zheng2008-10-31
* Remove offset field from struct btrfs_extent_refYan Zheng2008-10-09
* Full back reference supportZheng Yan2008-09-23
* Print the version string in a few programsChris Mason2008-07-24
* 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
* Fix compiler warning in volumes.cChris Mason2008-05-02
* Fix a few casts for 32 bit compileChris Mason2008-04-11
* Add mirroring support across multiple drivesChris Mason2008-04-03
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-24