btrfs-progs: treat super.magic as an le64
[platform/upstream/btrfs-progs.git] / btrfsck.c
2013-02-01 Dieter Riesbtrfs-progs: btrfsck: Print which filesystem to be...
2013-01-31 Mark Fashehbtrfs-progs: add extended inode ref support to btrfsck
2013-01-23 Eric Sandeenbtrfs-progs: Use sysconf instead of getpagesize
2013-01-17 David Sterbabtrfs-progs: ignore -a option in mkfs
2012-10-04 Miao XieBtrfs-progs: fix wrong return value of check_owner_ref()
2012-10-04 Miao XieBtrfs-progs: fix unresolved ref root message
2012-10-04 Miao XieBtrfs-progs: fix wrong leaf when checking the trees...
2012-10-02 David Sterbabtrfs-progs: fsck: understand the -s option
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-07-03 Miao XieBtrfs-progs: fix btrfsck's snapshot wrong "unresolved...
2012-06-05 Josef BacikBtrfs-progs: make btrfsck aware of free space inodes
2012-02-22 Chris Masonbtrfsck: add early code to handle corrupted block groups
2012-02-21 Chris MasonBtrfsck: add the ability to prune corrupt extent alloca...
2012-02-10 Chris Masonbtrfsck: remove extents from the fsck reference tracker...
2012-02-09 Chris Masonbtrfsck: make sure we fix the block group accounting...
2012-02-09 Chris Masonbtrfsck: add --init-csum-tree to replace the csum root...
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-09 Chris Masonbtrfsck: fix block group accounting during repair
2012-02-07 Chris Masonbtrfsck: add code to rebuild extent records
2012-02-06 Chris Masonbtrfsck: don't BUG on corrupted extent records
2012-02-06 Chris Masonbtrfsck: print some progress
2012-02-05 Chris MasonAdd open_ctree_fs_info for partial FS opens
2011-10-25 Sergei Trofimovichbtrfsck: decode error properly
2011-10-25 Hugo Millsgcc 4.6: fix potentially unused variable
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2010-10-04 Chris MasonAdd btrfsck option to select the super block copy
2010-09-24 Yan ZhengFix inode link count checks in btrfsck
2010-09-24 Yan ZhengRemove superfluous WARN_ON in btrfsck
2010-09-24 Christian Hesseadd missing include for btrfsck.c
2010-09-24 Andi Drebesprevent btrfsck to run on mounted filesystems
2009-09-21 Yan, Zhengbtrfsck: check root back/forward references
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2009-06-03 Luca BrunoFix printf format casting errors
2009-04-15 Chris MasonAdd scan of the btrfs log tree to btrfs-debug-tree
2009-01-21 Wang Congbtrfsck.c: bit-fields should be unsigned
2009-01-21 Thadeu Lima de Sou... btrfsck: Exit and print error message when not able...
2009-01-21 Wang Congbtrfs-progs: make several functions static
2009-01-09 Yan ZhengFix an accessing freed memory bug in btrfsck
2009-01-07 Yan ZhengAdd semantic checks to btrfsck for files and directories
2008-10-31 Yan ZhengAdd fallocate support v2
2008-10-09 Yan ZhengRemove offset field from struct btrfs_extent_ref
2008-09-23 Zheng YanFull back reference support
2008-07-24 Chris MasonPrint the version string in a few programs
2008-05-12 Chris MasonPass down the expected generation number when reading...
2008-05-05 Chris MasonAdd a readonly flag open_ctree to force RO opens
2008-05-02 Chris MasonFix compiler warning in volumes.c
2008-04-11 Chris MasonFix a few casts for 32 bit compile
2008-04-03 Chris MasonAdd mirroring support across multiple drives
2008-03-24 Chris MasonBtrfsck updates for multi-device filesystems
2008-01-22 Kyle McMartinFix btrfsck args checking
2008-01-04 YanUpdate btrfs-progs to match kernel sources
2007-12-14 Chris MasonVerify extent back references in btrfsck
2007-12-11 Chris MasonAdd back pointers from extents to the file or btree...
2007-10-15 Chris MasonCreate a slightly more generic extent-caching structure
2007-10-15 Chris MasonSwitch to byte granular allocations
2007-10-15 Chris MasonAllow large blocks
2007-09-14 Jan EngelhardtMake btrfs-progs compile with -fstrict-aliasing (includ...
2007-09-14 Chris Masonextra stats for btrfsck, link count in print-tree.c
2007-06-18 Terje RostenFix btrfsck build failure on FC7
2007-06-12 Chris Masonadd GPLv2
2007-06-12 Chris Masonprintf cleanups
2007-06-09 Chris Masonremove device tree
2007-05-30 Chris Masondata vs metadata flag for block groups
2007-05-22 Chris Masoncleanup warnings found with -O2
2007-05-22 Chris Masonreduce ram used by btrfsck
2007-05-18 Chris Masonbtrfsck fixes and cleanups
2007-05-10 Chris Masonmore stats from fsck
2007-05-08 Chris Masoncompile fix
2007-04-25 Chris Masonuse node list for roots
2007-04-24 Chris Masonsubvolume and snapshot fsck support
2007-04-24 Chris Masonget rid of the extent_item type field
2007-04-23 Chris Masonfsck checks against extent map, small fixes
2007-04-23 Chris Masonfaster btrfsck
2007-04-21 Chris Masonadd owner and type fields to the extents aand block...