btrfs-progs: make getopt tables static const
[platform/upstream/btrfs-progs.git] / cmds-check.c
2015-01-19 David Sterbabtrfs-progs: make getopt tables static const
2015-01-19 David Sterbabtrfs-progs: cleanup, move getop long options close...
2015-01-09 Qu Wenruobtrfs-progs: Don't increase error count if the inode...
2015-01-09 Qu Wenruobtrfs-progs: Fix a extent buffer leak in count_csum_ran...
2015-01-03 David Sterbabtrfs-progs: fix leak of path in reset_balance
2015-01-03 David Sterbabtrfs-progs: check, handle error in fix_key_order
2014-12-30 David Sterbabtrfs-progs: check, missing parens around compound...
2014-12-30 David Sterbabtrfs-progs: check, fix path leak in error branch
2014-12-29 Qu Wenruobtrfs-progs: Fix a bug in reset_nlink() which may delet...
2014-12-19 David Sterbabtrfs-progs: check result of first_cache_extent
2014-12-10 Wang ShilongBtrfs-progs, fsck: move root items repair after root...
2014-12-10 Wang ShilongBtrfs-progs: fsck: add ability to rebuild extent tree...
2014-12-10 Wang ShilongBtrfs-progs: fsck: deal with snapshot one by one when...
2014-12-10 Qu Wenruobtrfs-progs: Add inode item rebuild function.
2014-12-10 Qu Wenruobtrfs-progs: Recover btree by dropping corrupted leaf...
2014-12-10 Qu Wenruobtrfs-progs: record and report leaf/node corruption...
2014-12-10 Qu Wenruobtrfs-progs: Add fixing function for inodes whose nlink...
2014-12-10 Qu Wenruobtrfs-progs: Add helper function find_file_name/type...
2014-12-10 Qu Wenruobtrfs-progs: Add btrfs_unlink() and btrfs_add_link...
2014-12-10 Qu Wenruobtrfs-progs: Record highest inode number before repair.
2014-12-04 Josef BacikBtrfs-progs: allow fsck to take the tree bytenr
2014-12-04 Qu Wenruobtrfs-progs: rebuild missing block group during chunk...
2014-12-04 Qu Wenruobtrfs-progs: print root dir verbose error in fsck
2014-11-14 Josef BacikBtrfs-progs: create missing root dirid
2014-11-14 Josef BacikBtrfs-progs: fix missing inode items
2014-11-14 Josef BacikBtrfs-progs: add ability to replace missing dir item...
2014-11-03 Qu Wenruobtrfs-progs: Fix the argument requirement for '--subvol...
2014-10-17 Filipe MananaBtrfs-progs: check, ability to detect and fix outdated...
2014-10-16 Filipe MananaBtrfs-progs: check, fix return value check of is_child_...
2014-10-14 Josef BacikBtrfs-progs: lookup all roots that point to a corrupt...
2014-10-14 Josef Bacikbtrfs-progs: make fsck deal with bogus items
2014-10-14 Josef Bacikbtrfs-progs: check blocks when checking fs roots
2014-10-14 Josef Bacikbtrfs-progs: add the ability to fix shifted item offsets
2014-10-14 Josef BacikBtrfs-progs: deal with mismatch index between dir index...
2014-10-14 Josef BacikBtrfs-progs: add a dummy backref if our location is...
2014-10-14 Josef BacikBtrfs-progs: delete bogus dir indexes
2014-10-14 Josef BacikBtrfs-progs: re-search tree root if it changes
2014-10-14 Josef BacikBtrfs-progs: reset chunk state if we restart check
2014-10-14 Josef BacikBtrfs-progs: break out rbtree util functions
2014-10-13 Josef BacikBtrfs-progs: repair missing dir index
2014-10-10 Alexandre Olivabtrfs-progs: check: do not dereference tree_refs as...
2014-10-10 Alexandre Olivabtrfs-progs: repair: remove recowed entry from the...
2014-10-10 Wang ShilongBtrfs-progs: fsck: deal with corrupted csum root
2014-10-10 Wang ShilongBtrfs-progs: fsck: only allow partial opening under...
2014-10-10 Qu Wenruobtrfs-progs: Check the consistence between the parent...
2014-10-10 Josef Bacikbtrfs-progs: rebuild the crc tree with --init-csum...
2014-10-10 Filipe David Borba... btrfs-progs: check, fix csum check in the presence...
2014-10-10 Wang Shilongbtrfs-progs: fsck: add ability to check reloc roots
2014-10-10 Wang Shilongbtrfs-progs: fsck: finish transaction commit if repair...
2014-10-10 Wang Shilongbtrfs-progs: fsck: remove unfriendly BUG_ON() for searc...
2014-10-10 Wang Shilongbtrfs-progs: fsck: clear out log tree in repair mode
2014-10-10 Wang Shilongbtrfs-progs: fsck: avoid pinning same block several...
2014-10-01 Qu Wenruobtrfs-progs: Check the csum tree node before go through...
2014-10-01 Josef Bacikbtrfs-progs: add root to dirty list when fixing bad...
2014-09-14 Zach Brownbtrfs-progs: kill BUG_ON in readahead_tree_block()
2014-08-22 David Sterbabtrfs-progs: check: do not require argument for --subvo...
2014-08-22 Gui Hechengbtrfs-progs: use check_argc_* to check arg number for...
2014-08-22 Mark Fashehbtrfs-progs: show extent state for a subvolume
2014-08-22 Wang ShilongBtrfs-progs: fsck: reduce memory usage for extents...
2014-08-22 Hugo Millsbtrfs-progs: check: Fix wrong level access
2014-08-22 Wang ShilongBtrfs-progs: fsck: switch to is_fstree()
2014-08-22 Wang ShilongBtrfs-progs: fsck: add an option to check data csums
2014-08-22 Mark Fashehbtrfs-progs: add quota group verify code
2014-05-02 Rakesh PanditBtrfs-progs: make smatch checker happy (trivial fixes)
2014-05-02 Rakesh PanditBtrfs-progs: fsck: while checking root refs print reada...
2014-04-11 Filipe David Borba... Btrfs-progs: update btrfs_file_extent_inline_len to...
2014-04-11 Wang ShilongBtrfs-progs: fsck: fix wrong index in pick_next_pending()
2014-04-11 Wang ShilongBtrfs-progs: fsck: reduce memory usage of extent record...
2014-04-11 Wang ShilongBtrfs-progs: fsck: fix possible memory leaks in run_nex...
2014-04-11 Wang ShilongBtrfs-progs: fsck: don't free @seen cache until we...
2014-03-21 Rakesh PanditBtrfs-progs: fsck: fix memory leak and unnecessary...
2014-03-21 Wang ShilongBtrfs-progs: fsck: handle case that we can not lookup...
2014-03-21 Wang ShilongBtrfs-progs: fsck: force to udate tree root for some...
2014-03-21 Wang ShilongBtrfs-progs: fsck: insert root dir into reloc data...
2014-03-21 Wang ShilongBtrfs-progs: fsck: reset balance after reiniting extent...
2014-03-21 Wang ShilongBtrfs-progs: fsck: deal with really corrupted extent...
2014-03-21 Josef BacikBtrfs-progs: record generation for tree blocks in fsck
2014-03-21 Wang ShilongBtrfs-progs: fsck: fix wrong return value in check_block()
2014-03-21 Wang ShilongBtrfs-progs: fsck: avoid overwritting existed space...
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part3
2014-03-21 Gui Hechengbtrfs-progs: fix fsck leaks on error returns
2014-03-21 Mitch Harderbtrfs-progs: Remove superfluous BUG_ON check.
2014-03-21 Mitch Harderbtrfs-progs: Preserve process_one_leaf return value.
2014-01-31 Anand Jainbtrfs-progs: btrfsck operations should be exclusive
2014-01-31 Eryu GuanBtrfs-progs: check return value of read_tree_block...
2014-01-31 Josef BacikBtrfs-progs: add support for the no holes incompat...
2014-01-31 Josef BacikBtrfs-progs: deal with invalid key orderings and bad...
2014-01-31 Josef BacikBtrfs-progs: reset balance before reiniting extent...
2014-01-31 Anand Jainbtrfs-progs: fix backref after init-csum-tree
2014-01-31 Ross Kirkbtrfs-progs: Make btrfs_header_chunk_tree_uuid() return...
2014-01-31 Anand Jainbtrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid...
2014-01-31 Miao XieBtrfs-progs: don't output baffling message when checkin...
2014-01-31 Josef BacikBtrfs-progs: allow --init-extent-tree to work when...
2014-01-31 Gui HechengBtrfs-progs: fix btrfsck improper prompt on dropping...
2013-11-07 Eric Sandeenbtrfs-progs: remove more dead code from check_extent_refs
2013-11-07 Josef BacikBtrfs-progs: rework open_ctree to take flags, add a...
2013-11-07 Josef BacikBtrfs-progs: add -b to btrfsck to look at backup roots
2013-10-16 Zach Brownbtrfs-progs: don't leak path in verify_space_cache
2013-10-16 Zach Brownbtrfs-progs: remove dead block group checking
2013-10-16 Josef BacikBtrfs-progs: print out human readable errors for inodes...
next