aboutsummaryrefslogtreecommitdiffstats
path: root/btrfs-corrupt-block.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfsprogs: corrupt-blocks: include limits.h to define PATH_MAXKhem Raj1-0/+1
2015-11-13btrfs-progs: corrupt-block: use on-stack path buffer in corrupt_dir_itemDavid Sterba1-7/+1
2015-11-06btrfs-progs: simplify empty stirngs checkDavid Sterba1-4/+4
2015-09-14btrfs-progs: cleanup, mark more functions staticDavid Sterba1-5/+5
2015-08-31btrfs-progs: add newline to some error messagesTsutomu Itoh1-1/+1
2015-07-03btrfs-progs: let corrupt-block kill nbytesDavid Sterba1-0/+8
2015-06-11btrfs-progs: accept --help as option in the standalone utilitiesDavid Sterba1-16/+19
2015-05-26Btrfs-progs: corrupt-block: add the ability to remove csumsJosef Bacik1-1/+33
2015-04-08btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba1-17/+17
2015-04-08btrfs-progs: cleanup option index argument from getopt_longDavid Sterba1-2/+1
2015-02-09Btrfs-progs: let btrfs-corrupt-block specify a rootJosef Bacik1-3/+25
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo1-3/+3
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak1-1/+0
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-2/+0
2015-01-21btrfs-progs: unify getopt table terminatorsDavid Sterba1-1/+1
2015-01-19btrfs-progs: make getopt tables static constDavid Sterba1-1/+1
2015-01-19btrfs-progs: cleanup, move getop long options close to their useDavid Sterba1-22/+22
2014-12-19btrfs-progs: corrupt block, add break after option UDavid Sterba1-0/+1
2014-12-19btrfs-progs: corrupt block, add missing break to option IDavid Sterba1-0/+1
2014-11-14Btrfs-progs: add the ability to delete itemsJosef Bacik1-1/+44
2014-10-14btrfs-progs: add shift_items to btrfs-corrupt-blockJosef Bacik1-0/+27
2014-10-14btrfs-progs: corrupt btrfs items in btrfs-corrup-blockJosef Bacik1-1/+87
2014-10-14Btrfs-progs: add ability to corrupt dir itemsJosef Bacik1-1/+102
2014-09-14btrfs-progs: corrupt-block: fix a delete and use bug corrupting extent treeQu Wenruo1-3/+1
2014-08-22btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng1-1/+2
2014-03-21Btrfs-progs: switch to arg_strtou64() part2Wang Shilong1-36/+9
2014-01-31Btrfs-progs: deal with invalid key orderings and bad orphan items V2Josef Bacik1-1/+108
2013-11-07Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik1-1/+1
2013-10-16btrfs-progs: check path alloc in corrupt blockZach Brown1-2/+8
2013-10-16Btrfs-progs: add ability to corrupt metadata block fieldsJosef Bacik1-3/+117
2013-10-16Btrfs-progs: add ability to corrupt file extent disk bytenrJosef Bacik1-9/+108
2013-10-16Btrfs-progs: setup framework to corrupt specific fields of an inodeJosef Bacik1-7/+118
2013-10-16btrfs-progs: make btrfs-corrupt-block compile againDavid Sterba1-0/+1
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-1/+1
2013-08-09Btrfs-progs: add missing path alloc return value checkFilipe David Borba Manana1-0/+2
2013-08-09btrfs-progs: Add chunk corrupt funtion to btrfs-corrupt-blockQu Wenruo1-17/+201
2013-02-01Add basic RAID[56] supportDavid Woodhouse1-2/+3
2012-07-03Btrfs-progs, btrfs-corrupt-block: fix the wrong usageMiao Xie1-6/+8
2012-02-22btrfsck: add early code to handle corrupted block groupsChris Mason1-5/+0
2012-02-21Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason1-3/+68
2012-02-07btrfs-corrupt-block: add -E option to randomly corrupt the extent_rootChris Mason1-27/+105
2012-02-07btrfs-corrupt-block: add -e option to corrupt the extent recordChris Mason1-39/+76
2011-10-27btrfs-progs: add a utility to corrupt a single blockChris Mason1-0/+221