summaryrefslogtreecommitdiff
path: root/btrfsck.c
Commit message (Collapse)AuthorAge
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-24
|
* Fix btrfsck args checkingKyle McMartin2008-01-22
| | | | | btrfsck fails to check if it actually received a dev argument though, so if you don't pass a device, we get a nice segfault.
* Update btrfs-progs to match kernel sourcesYan2008-01-04
|
* Verify extent back references in btrfsckChris Mason2007-12-14
|
* Add back pointers from extents to the file or btree referencing themChris Mason2007-12-11
|
* Create a slightly more generic extent-caching structureChris Mason2007-10-15
|
* Switch to byte granular allocationsChris Mason2007-10-15
|
* Allow large blocksChris Mason2007-10-15
|
* Make btrfs-progs compile with -fstrict-aliasing (included in -O2) again.Jan Engelhardt2007-09-14
| | | | | | | | | This is done by doing a two-step conversion (rather than a one-step). First, the variable goes from type * to void *, and then to implicitly to void **. (Not sure if this is "good practice", but it shuts up the compiler, so it seems the compiler takes into account that we are actually punning it this way.)
* extra stats for btrfsck, link count in print-tree.cChris Mason2007-09-14
|
* Fix btrfsck build failure on FC7Terje Rosten2007-06-18
|
* add GPLv2Chris Mason2007-06-12
|
* printf cleanupsChris Mason2007-06-12
|
* remove device treeChris Mason2007-06-09
|
* data vs metadata flag for block groupsChris Mason2007-05-30
|
* cleanup warnings found with -O2Chris Mason2007-05-22
|
* reduce ram used by btrfsckChris Mason2007-05-22
|
* btrfsck fixes and cleanupsChris Mason2007-05-18
|
* more stats from fsckChris Mason2007-05-09
|
* compile fixChris Mason2007-05-07
|
* use node list for rootsChris Mason2007-04-25
|
* subvolume and snapshot fsck supportChris Mason2007-04-24
|
* get rid of the extent_item type fieldChris Mason2007-04-24
|
* fsck checks against extent map, small fixesChris Mason2007-04-23
|
* faster btrfsckChris Mason2007-04-23
|
* add owner and type fields to the extents aand block headersChris Mason2007-04-20