btrfs-progs: check: introduce function to query tree block level
[platform/upstream/btrfs-progs.git] / cmds-check.c
2016-08-17 Lu Fengqibtrfs-progs: check: introduce function to query tree...
2016-08-17 Lu Fengqibtrfs-progs: check: introduce function to check data...
2016-08-17 Lu Fengqibtrfs-progs: check: introduce function to check tree...
2016-08-16 Wang Xiaoguangbtrfs-progs: eliminate some unnecessary btrfs_lookup_ex...
2016-07-13 Mark Fashehbtrfs-progs: check: write corrected qgroup info to...
2016-07-04 David Sterbabtrfs-progs: factor out repair mode
2016-07-04 Jeff Mahoneybtrfs-progs: check: switch to iterating over the backre...
2016-07-04 Jeff Mahoneybtrfs-progs: check: supplement extent backref list...
2016-07-04 Jeff Mahoneybtrfs-progs: check: add helpers for converting between...
2016-06-17 Mark Fashehbtrfs-progs: free qgroup counts in btrfsck
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-05-11 Qu Wenruobtrfs-progs: check: fix found bytes accounting error
2016-05-11 David Sterbabtrfs-progs: check: check stripe crossing against nodesize
2016-05-11 David Sterbabtrfs-progs: check: refactor add_extent_rec, reduce...
2016-05-11 David Sterbabtrfs-progs: check: reduce size of extent_record
2016-05-11 David Sterbabtrfs-progs: check: simplify assignments in add_extent_...
2016-05-11 David Sterbabtrfs-progs: check: pass a template to add_extent_rec_n...
2016-05-02 Qu Wenruobtrfs-progs: Fix return value bug of qgroups check
2016-05-02 David Sterbabtrfs-progs: check: use add_extent_rec_nolookup after...
2016-05-02 David Sterbabtrfs-progs: check: refactor add_extent_rec, separate...
2016-05-02 David Sterbabtrfs-progs: check: cleanup, move structure definitions...
2016-05-02 David Sterbabtrfs-progs: deprecate and stop using btrfs_level_size
2016-05-02 David Sterbabtrfs-progs: replace leafsize with nodesize
2016-05-02 Qu Wenruobtrfs-progs: fsck: Fix a false metadata extent warning
2016-03-14 David Sterbabtrfs-progs: check: unify naming of long option values
2016-03-14 David Sterbabtrfs-progs: docs: update check options
2016-03-14 David Sterbabtrfs-progs: check: drop short option for --chunk-tree
2016-03-14 Lu Fengqibtrfs-progs: Add new option for specify chunk root...
2016-03-14 David Sterbabtrfs-progs: unify argc min/max checking
2016-01-12 David Sterbabtrfs-porgs: check: rename variable to avoid shadowing
2016-01-12 Omar Sandovalbtrfs-progs: check the free space tree in btrfsck
2016-01-12 David Sterbabtrfs-progs: handler memory allocation failure in add_e...
2016-01-12 David Sterbabtrfs-progs: catch memory allocation failure from alloc...
2016-01-12 David Sterbabtrfs-progs: catch memory allocation failure from alloc...
2016-01-12 David Sterbabtrfs-progs: catch memory allocation failure in splice_...
2016-01-12 David Sterbabtrfs-progs: handle errors in get_inode_backref and...
2016-01-12 David Sterbabtrfs-progs: handle errors in get_root_backref and...
2016-01-12 David Sterbabtrfs-progs: return errors from get_root_rec, fail...
2016-01-12 David Sterbabtrfs-progs: handle errors in add_shared_node and fail...
2016-01-12 David Sterbabtrfs-progs: return errors from clone_inode_rec, fail...
2016-01-12 David Sterbabtrfs-progs: return errors from get_inode_rec, fail...
2016-01-12 Naohiro Aotabtrfs-progs: check, properly reset nlink of multi-linke...
2015-11-26 Qu Wenruobtrfs-progs: fsck: Fix a false alert where extent recor...
2015-11-06 David Sterbabtrfs-progs: don't print version info from embedded...
2015-11-02 Zhao Leibtrfs-progs: Remove all btrfs_close_all_devices in...
2015-11-02 Eryu Guanbtrfs-progs: remove identical branch in record_extent()
2015-11-02 Eryu Guanbtrfs-progs: save and return error number correctly...
2015-10-21 David Sterbabtrfs-progs: check: update help text
2015-10-21 Silvio Frickebtrfs-progs: use calloc instead of malloc+memset
2015-10-21 Silvio Frickebtrfs-progs: check: add progress indicator
2015-10-19 Qu Wenruobtrfs-progs: fsck: Add check for extent and parent...
2015-10-02 Silvio Frickebtrfs-progs: check: fix memset range
2015-09-14 David Sterbabtrfs-progs: cleanup, mark more functions static
2015-08-31 Tsutomu Itohbtrfs-progs: add newline to some error messages
2015-08-31 Zhao Leibtrfs-progs: close all fs_devices before exit in some...
2015-08-31 Zhao Leibtrfs-progs: Add initialztion of rec->crossing_stripes
2015-08-31 Tsutomu Itohbtrfs-progs: cleanup: remove unnecessary check before...
2015-08-31 Qu Wenruobtrfs-progs: fsck: fix a infinite loop on discount...
2015-08-31 Qu Wenruobtrfs-progs: fsck: print correct file hole
2015-08-31 Qu Wenruobtrfs-progs: fsck: Check if a metadata tree block cross...
2015-07-03 Qu Wenruobtrfs-progs: fsck: Add repair function for I_ERR_FILE_W...
2015-06-17 Qu Wenruobtrfs-progs: export read_extent_data function
2015-05-14 Qu Wenruobtrfs-progs: fsck: Fix a shallow copy which will leads...
2015-04-24 David Sterbabtrfs-progs: check: fix compile warnings in del_file_ex...
2015-04-08 David Sterbabtrfs-progs: getopt, use symbolic name for argument...
2015-04-08 David Sterbabtrfs-progs: cleanup option index argument from getopt_long
2015-02-27 Qu Wenruobtrfs-progs: Make csum tree rebuild works with extent...
2015-02-24 Qu Wenruobtrfs-progs: Fix a infinite loop when fixing nlink...
2015-02-10 David SterbaMerge remote-tracking branch 'remotes/josef/for-kdave...
2015-02-09 Josef BacikBtrfs-progs: fix bad extent flag
2015-02-09 Josef BacikBtrfs-progs: unpin excluded extents as we fix things
2015-02-09 Josef BacikBtrfs-progs: remove global transaction from fsck
2015-02-09 Josef BacikBtrfs-progs: Introduce metadump_v2
2015-02-09 Josef BacikBtrfs-progs: don't check csums for data reloc root
2015-02-09 Josef BacikBtrfs-progs: don't try to repair reloc roots
2015-02-09 Josef BacikBtrfs-progs: handle -eagain properly
2015-02-09 Josef Bacikbtrfs-progs: deal with no extent info
2015-02-02 Qu Wenruobtrfs-progs: read_tree_block() and read_node_slot(...
2015-02-02 Qu Wenruobtrfs-progs: Add repair function for discount file...
2015-02-02 Qu Wenruobtrfs-progs: Add repair and report function for orphan...
2015-02-02 Qu Wenruobtrfs-progs: Record and report every file extent hole.
2015-02-02 Qu Wenruobtrfs-progs: Record orphan data extent ref to correspon...
2015-01-28 Karel Zakbtrfs-progs: autoconf: use standard PACKAGE_* macros
2015-01-27 Hugo Millsbtrfs-progs: check: Add --readonly flag
2015-01-27 Hugo Millsbtrfs-progs: Make option parsing more robust to code...
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
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.
next