summaryrefslogtreecommitdiff
path: root/btrfs-corrupt-block.c
Commit message (Expand)AuthorAgeFilesLines
* btrfsprogs: corrupt-blocks: include limits.h to define PATH_MAXKhem Raj2016-01-121-0/+1
* btrfs-progs: corrupt-block: use on-stack path buffer in corrupt_dir_itemDavid Sterba2015-11-131-7/+1
* btrfs-progs: simplify empty stirngs checkDavid Sterba2015-11-061-4/+4
* btrfs-progs: cleanup, mark more functions staticDavid Sterba2015-09-141-5/+5
* btrfs-progs: add newline to some error messagesTsutomu Itoh2015-08-311-1/+1
* btrfs-progs: let corrupt-block kill nbytesDavid Sterba2015-07-031-0/+8
* btrfs-progs: accept --help as option in the standalone utilitiesDavid Sterba2015-06-111-16/+19
* Btrfs-progs: corrupt-block: add the ability to remove csumsJosef Bacik2015-05-261-1/+33
* btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba2015-04-081-17/+17
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-081-2/+1
* Btrfs-progs: let btrfs-corrupt-block specify a rootJosef Bacik2015-02-091-3/+25
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-021-3/+3
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-281-1/+0
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-2/+0
* btrfs-progs: unify getopt table terminatorsDavid Sterba2015-01-211-1/+1
* 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-22/+22
* btrfs-progs: corrupt block, add break after option UDavid Sterba2014-12-191-0/+1
* btrfs-progs: corrupt block, add missing break to option IDavid Sterba2014-12-191-0/+1
* Btrfs-progs: add the ability to delete itemsJosef Bacik2014-11-141-1/+44
* btrfs-progs: add shift_items to btrfs-corrupt-blockJosef Bacik2014-10-141-0/+27
* btrfs-progs: corrupt btrfs items in btrfs-corrup-blockJosef Bacik2014-10-141-1/+87
* Btrfs-progs: add ability to corrupt dir itemsJosef Bacik2014-10-141-1/+102
* btrfs-progs: corrupt-block: fix a delete and use bug corrupting extent treeQu Wenruo2014-09-141-3/+1
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-221-1/+2
* Btrfs-progs: switch to arg_strtou64() part2Wang Shilong2014-03-211-36/+9
* Btrfs-progs: deal with invalid key orderings and bad orphan items V2Josef Bacik2014-01-311-1/+108
* Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik2013-11-071-1/+1
* btrfs-progs: check path alloc in corrupt blockZach Brown2013-10-161-2/+8
* Btrfs-progs: add ability to corrupt metadata block fieldsJosef Bacik2013-10-161-3/+117
* Btrfs-progs: add ability to corrupt file extent disk bytenrJosef Bacik2013-10-161-9/+108
* Btrfs-progs: setup framework to corrupt specific fields of an inodeJosef Bacik2013-10-161-7/+118
* btrfs-progs: make btrfs-corrupt-block compile againDavid Sterba2013-10-161-0/+1
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-031-1/+1
* Btrfs-progs: add missing path alloc return value checkFilipe David Borba Manana2013-08-091-0/+2
* btrfs-progs: Add chunk corrupt funtion to btrfs-corrupt-blockQu Wenruo2013-08-091-17/+201
* Add basic RAID[56] supportDavid Woodhouse2013-02-011-2/+3
* Btrfs-progs, btrfs-corrupt-block: fix the wrong usageMiao Xie2012-07-031-6/+8
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-221-5/+0
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-211-3/+68
* btrfs-corrupt-block: add -E option to randomly corrupt the extent_rootChris Mason2012-02-071-27/+105
* btrfs-corrupt-block: add -e option to corrupt the extent recordChris Mason2012-02-071-39/+76
* btrfs-progs: add a utility to corrupt a single blockChris Mason2011-10-271-0/+221