summaryrefslogtreecommitdiff
path: root/bit-radix.c
Commit message (Collapse)AuthorAge
* 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.)
* add GPLv2Chris Mason2007-06-12
|
* 32 bit compile fixesChris Mason2007-06-08
|
* endian fixes, makefile fixesChris Mason2007-06-07
|
* faster btrfsckChris Mason2007-04-23
|
* add owner and type fields to the extents aand block headersChris Mason2007-04-20