summaryrefslogtreecommitdiff
path: root/cmds-check.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs-progs: Record and report every file extent hole.Qu Wenruo2015-02-021-13/+231
* btrfs-progs: Record orphan data extent ref to corresponding root.Qu Wenruo2015-02-021-8/+147
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-281-2/+1
* btrfs-progs: check: Add --readonly flagHugo Mills2015-01-271-1/+12
* btrfs-progs: Make option parsing more robust to code modificationsHugo Mills2015-01-271-22/+27
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-2/+0
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-191-1/+1
* btrfs-progs: cleanup, move getop long options close to their useDavid Sterba2015-01-191-14/+14
* btrfs-progs: Don't increase error count if the inode can be repaired.Qu Wenruo2015-01-091-2/+3
* btrfs-progs: Fix a extent buffer leak in count_csum_range().Qu Wenruo2015-01-091-1/+1
* btrfs-progs: fix leak of path in reset_balanceDavid Sterba2015-01-031-1/+2
* btrfs-progs: check, handle error in fix_key_orderDavid Sterba2015-01-031-1/+1
* btrfs-progs: check, missing parens around compound block in find_normal_file_...David Sterba2014-12-301-1/+2
* btrfs-progs: check, fix path leak in error branchDavid Sterba2014-12-301-2/+3
* btrfs-progs: Fix a bug in reset_nlink() which may deletes the recovered fileQu Wenruo2014-12-291-0/+5
* btrfs-progs: check result of first_cache_extentDavid Sterba2014-12-191-0/+2
* Btrfs-progs, fsck: move root items repair after root rebuildingWang Shilong2014-12-101-16/+16
* Btrfs-progs: fsck: add ability to rebuild extent tree with snapshotsWang Shilong2014-12-101-3/+129
* Btrfs-progs: fsck: deal with snapshot one by one when rebuilding extent treeWang Shilong2014-12-101-90/+158
* btrfs-progs: Add inode item rebuild function.Qu Wenruo2014-12-101-4/+156
* btrfs-progs: Recover btree by dropping corrupted leaf/node.Qu Wenruo2014-12-101-0/+102
* btrfs-progs: record and report leaf/node corruption in fs/subvol treeQu Wenruo2014-12-101-10/+50
* btrfs-progs: Add fixing function for inodes whose nlink dismatchQu Wenruo2014-12-101-4/+189
* btrfs-progs: Add helper function find_file_name/type for nlink and inode_item...Qu Wenruo2014-12-101-0/+41
* btrfs-progs: Add btrfs_unlink() and btrfs_add_link() functions.Qu Wenruo2014-12-101-6/+1
* btrfs-progs: Record highest inode number before repair.Qu Wenruo2014-12-101-0/+15
* Btrfs-progs: allow fsck to take the tree bytenrJosef Bacik2014-12-041-2/+9
* btrfs-progs: rebuild missing block group during chunk recovery if possibleQu Wenruo2014-12-041-11/+18
* btrfs-progs: print root dir verbose error in fsckQu Wenruo2014-12-041-0/+1
* Btrfs-progs: create missing root diridJosef Bacik2014-11-141-0/+20
* Btrfs-progs: fix missing inode itemsJosef Bacik2014-11-141-0/+76
* Btrfs-progs: add ability to replace missing dir item/dir indexesJosef Bacik2014-11-141-0/+27
* btrfs-progs: Fix the argument requirement for '--subvol-extents'Qu Wenruo2014-11-031-2/+2
* Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana2014-10-171-0/+356
* Btrfs-progs: check, fix return value check of is_child_root()Filipe Manana2014-10-161-1/+9
* Btrfs-progs: lookup all roots that point to a corrupt blockJosef Bacik2014-10-141-73/+70
* btrfs-progs: make fsck deal with bogus itemsJosef Bacik2014-10-141-0/+45
* btrfs-progs: check blocks when checking fs rootsJosef Bacik2014-10-141-0/+21
* btrfs-progs: add the ability to fix shifted item offsetsJosef Bacik2014-10-141-13/+108
* Btrfs-progs: deal with mismatch index between dir index and inode refJosef Bacik2014-10-141-3/+6
* Btrfs-progs: add a dummy backref if our location is wrongJosef Bacik2014-10-141-1/+7
* Btrfs-progs: delete bogus dir indexesJosef Bacik2014-10-141-18/+119
* Btrfs-progs: re-search tree root if it changesJosef Bacik2014-10-141-1/+8
* Btrfs-progs: reset chunk state if we restart checkJosef Bacik2014-10-141-1/+12
* Btrfs-progs: break out rbtree util functionsJosef Bacik2014-10-141-0/+1
* Btrfs-progs: repair missing dir indexJosef Bacik2014-10-131-2/+119
* btrfs-progs: check: do not dereference tree_refs as data_refsAlexandre Oliva2014-10-101-7/+12
* btrfs-progs: repair: remove recowed entry from the to-recow listAlexandre Oliva2014-10-101-0/+1
* Btrfs-progs: fsck: deal with corrupted csum rootWang Shilong2014-10-101-0/+5
* Btrfs-progs: fsck: only allow partial opening under repair modeWang Shilong2014-10-101-2/+5