summaryrefslogtreecommitdiff
path: root/cmds-check.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14btrfs-progs: unify argc min/max checkingDavid Sterba1-2/+1
2016-01-12btrfs-porgs: check: rename variable to avoid shadowingDavid Sterba1-4/+4
2016-01-12btrfs-progs: check the free space tree in btrfsckOmar Sandoval1-5/+30
2016-01-12btrfs-progs: handler memory allocation failure in add_extent_recDavid Sterba1-0/+2
2016-01-12btrfs-progs: catch memory allocation failure from alloc_data_backrefDavid Sterba1-1/+6
2016-01-12btrfs-progs: catch memory allocation failure from alloc_tree_backrefDavid Sterba1-1/+6
2016-01-12btrfs-progs: catch memory allocation failure in splice_shared_nodeDavid Sterba1-0/+1
2016-01-12btrfs-progs: handle errors in get_inode_backref and fail in the callerDavid Sterba1-0/+3
2016-01-12btrfs-progs: handle errors in get_root_backref and fail in the callerDavid Sterba1-0/+3
2016-01-12btrfs-progs: return errors from get_root_rec, fail in callersDavid Sterba1-1/+8
2016-01-12btrfs-progs: handle errors in add_shared_node and fail in the callerDavid Sterba1-3/+7
2016-01-12btrfs-progs: return errors from clone_inode_rec, fail in callersDavid Sterba1-2/+30
2016-01-12btrfs-progs: return errors from get_inode_rec, fail in callersDavid Sterba1-1/+15
2016-01-12btrfs-progs: check, properly reset nlink of multi-linked fileNaohiro Aota1-2/+3
2015-11-26btrfs-progs: fsck: Fix a false alert where extent record has wrong metadata flagQu Wenruo1-0/+4
2015-11-06btrfs-progs: don't print version info from embedded subcommandsDavid Sterba1-1/+0
2015-11-02btrfs-progs: Remove all btrfs_close_all_devices in sub-commandZhao Lei1-1/+0
2015-11-02btrfs-progs: remove identical branch in record_extent()Eryu Guan1-2/+0
2015-11-02btrfs-progs: save and return error number correctly in check_chunks_and_extentsEryu Guan1-7/+6
2015-10-21btrfs-progs: check: update help textDavid Sterba1-4/+10
2015-10-21btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke1-9/+4
2015-10-21btrfs-progs: check: add progress indicatorSilvio Fricke1-4/+90
2015-10-19btrfs-progs: fsck: Add check for extent and parent chunk typeQu Wenruo1-1/+67
2015-10-02btrfs-progs: check: fix memset rangeSilvio Fricke1-1/+1
2015-09-14btrfs-progs: cleanup, mark more functions staticDavid Sterba1-1/+1
2015-08-31btrfs-progs: add newline to some error messagesTsutomu Itoh1-2/+2
2015-08-31btrfs-progs: close all fs_devices before exit in some commandsZhao Lei1-0/+1
2015-08-31btrfs-progs: Add initialztion of rec->crossing_stripesZhao Lei1-0/+1
2015-08-31btrfs-progs: cleanup: remove unnecessary check before btrfs_free_path is calledTsutomu Itoh1-2/+1
2015-08-31btrfs-progs: fsck: fix a infinite loop on discount file extent repairQu Wenruo1-0/+9
2015-08-31btrfs-progs: fsck: print correct file holeQu Wenruo1-1/+6
2015-08-31btrfs-progs: fsck: Check if a metadata tree block crossing stripe boundaryQu Wenruo1-1/+27
2015-07-03btrfs-progs: fsck: Add repair function for I_ERR_FILE_WRONG_NBYTESQu Wenruo1-1/+37
2015-06-17btrfs-progs: export read_extent_data functionQu Wenruo1-34/+0
2015-05-14btrfs-progs: fsck: Fix a shallow copy which will leads to segfault.Qu Wenruo1-0/+5
2015-04-24btrfs-progs: check: fix compile warnings in del_file_extent_holeDavid Sterba1-8/+10
2015-04-08btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba1-10/+10
2015-04-08btrfs-progs: cleanup option index argument from getopt_longDavid Sterba1-3/+1
2015-02-27btrfs-progs: Make csum tree rebuild works with extent tree rebuild.Qu Wenruo1-3/+155
2015-02-24btrfs-progs: Fix a infinite loop when fixing nlink if file name conflicts twice.Qu Wenruo1-2/+11
2015-02-09Btrfs-progs: fix bad extent flagJosef Bacik1-102/+159
2015-02-09Btrfs-progs: unpin excluded extents as we fix thingsJosef Bacik1-1/+11
2015-02-09Btrfs-progs: remove global transaction from fsckJosef Bacik1-100/+130
2015-02-09Btrfs-progs: Introduce metadump_v2Josef Bacik1-2/+7
2015-02-09Btrfs-progs: don't check csums for data reloc rootJosef Bacik1-1/+10
2015-02-09Btrfs-progs: don't try to repair reloc rootsJosef Bacik1-0/+2
2015-02-09Btrfs-progs: handle -eagain properlyJosef Bacik1-29/+64
2015-02-09btrfs-progs: deal with no extent infoJosef Bacik1-24/+19
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo1-3/+3
2015-02-02btrfs-progs: Add repair function for discount file extent hole.Qu Wenruo1-11/+40