summaryrefslogtreecommitdiff
path: root/cmds-check.c
Commit message (Expand)AuthorAge
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: check: fix found bytes accounting errorQu Wenruo2016-05-11
* btrfs-progs: check: check stripe crossing against nodesizeDavid Sterba2016-05-11
* btrfs-progs: check: refactor add_extent_rec, reduce argument countDavid Sterba2016-05-11
* btrfs-progs: check: reduce size of extent_recordDavid Sterba2016-05-11
* btrfs-progs: check: simplify assignments in add_extent_rec_nolookupDavid Sterba2016-05-11
* btrfs-progs: check: pass a template to add_extent_rec_nolookupDavid Sterba2016-05-11
* btrfs-progs: Fix return value bug of qgroups checkQu Wenruo2016-05-02
* btrfs-progs: check: use add_extent_rec_nolookup after lookupsDavid Sterba2016-05-02
* btrfs-progs: check: refactor add_extent_rec, separate lookupDavid Sterba2016-05-02
* btrfs-progs: check: cleanup, move structure definitions to the beginningDavid Sterba2016-05-02
* btrfs-progs: deprecate and stop using btrfs_level_sizeDavid Sterba2016-05-02
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: fsck: Fix a false metadata extent warningQu Wenruo2016-05-02
* btrfs-progs: check: unify naming of long option valuesDavid Sterba2016-03-14
* btrfs-progs: docs: update check optionsDavid Sterba2016-03-14
* btrfs-progs: check: drop short option for --chunk-treeDavid Sterba2016-03-14
* btrfs-progs: Add new option for specify chunk root bytenrLu Fengqi2016-03-14
* btrfs-progs: unify argc min/max checkingDavid Sterba2016-03-14
* btrfs-porgs: check: rename variable to avoid shadowingDavid Sterba2016-01-12
* btrfs-progs: check the free space tree in btrfsckOmar Sandoval2016-01-12
* btrfs-progs: handler memory allocation failure in add_extent_recDavid Sterba2016-01-12
* btrfs-progs: catch memory allocation failure from alloc_data_backrefDavid Sterba2016-01-12
* btrfs-progs: catch memory allocation failure from alloc_tree_backrefDavid Sterba2016-01-12
* btrfs-progs: catch memory allocation failure in splice_shared_nodeDavid Sterba2016-01-12
* btrfs-progs: handle errors in get_inode_backref and fail in the callerDavid Sterba2016-01-12
* btrfs-progs: handle errors in get_root_backref and fail in the callerDavid Sterba2016-01-12
* btrfs-progs: return errors from get_root_rec, fail in callersDavid Sterba2016-01-12
* btrfs-progs: handle errors in add_shared_node and fail in the callerDavid Sterba2016-01-12
* btrfs-progs: return errors from clone_inode_rec, fail in callersDavid Sterba2016-01-12
* btrfs-progs: return errors from get_inode_rec, fail in callersDavid Sterba2016-01-12
* btrfs-progs: check, properly reset nlink of multi-linked fileNaohiro Aota2016-01-12
* btrfs-progs: fsck: Fix a false alert where extent record has wrong metadata flagQu Wenruo2015-11-26
* btrfs-progs: don't print version info from embedded subcommandsDavid Sterba2015-11-06
* btrfs-progs: Remove all btrfs_close_all_devices in sub-commandZhao Lei2015-11-02
* btrfs-progs: remove identical branch in record_extent()Eryu Guan2015-11-02
* btrfs-progs: save and return error number correctly in check_chunks_and_extentsEryu Guan2015-11-02
* btrfs-progs: check: update help textDavid Sterba2015-10-21
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-21
* btrfs-progs: check: add progress indicatorSilvio Fricke2015-10-21
* btrfs-progs: fsck: Add check for extent and parent chunk typeQu Wenruo2015-10-19
* btrfs-progs: check: fix memset rangeSilvio Fricke2015-10-02
* btrfs-progs: cleanup, mark more functions staticDavid Sterba2015-09-14
* btrfs-progs: add newline to some error messagesTsutomu Itoh2015-08-31
* btrfs-progs: close all fs_devices before exit in some commandsZhao Lei2015-08-31
* btrfs-progs: Add initialztion of rec->crossing_stripesZhao Lei2015-08-31
* btrfs-progs: cleanup: remove unnecessary check before btrfs_free_path is calledTsutomu Itoh2015-08-31
* btrfs-progs: fsck: fix a infinite loop on discount file extent repairQu Wenruo2015-08-31
* btrfs-progs: fsck: print correct file holeQu Wenruo2015-08-31
* btrfs-progs: fsck: Check if a metadata tree block crossing stripe boundaryQu Wenruo2015-08-31