summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add online resizing ioctlsChris Mason2007-12-21
| | | | btrfsctl -r size mount_point
* Verify extent back references in btrfsckChris Mason2007-12-14
|
* Reorder extent back refs to differentiate file data from btree blocksChris Mason2007-12-13
|
* Create macros to generation set/get funcs for on disk structuresChris Mason2007-12-12
|
* Add back pointers from the inode to the directory that referenced itChris Mason2007-12-12
|
* Makefile: CFLAGS, LDFLAGSJan Engelhardt2007-12-11
| | | | | | | | | | | | | | Split CFLAGS into CFLAGS (user part) and AM_CFLAGS (not-so-user part; variable name taken from automake, but otherwise no relation). Also add LDFLAGS. This allows me to use `make CFLAGS="-O2 -fPIE" LDFLAGS="-pie"` without dropping the other important (AM_CFLAGS) flags. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> --- btrfs-progs/Makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)
* Add back pointers from extents to the file or btree referencing themChris Mason2007-12-11
|
* Add generation numbers to block pointersChris Mason2007-12-09
|
* Update btrfs-progs to better match the kernelYan2007-12-05
|
* Added tag v0.9 for changeset 99eb8cf2ca51Chris Mason2007-12-04
|
* Add simple stripe size parameterChris Mason2007-11-30
|
* xattr support for btrfs-progsJosef Bacik2007-11-16
|
* properly init block group cache structsChris Mason2007-10-19
|
* Remove the last radix tree (block_group_cache)Chris Mason2007-10-17
|
* Make the crc32c code match what the kernel modules are currently doingChris Mason2007-10-15
|
* Create a slightly more generic extent-caching structureChris Mason2007-10-15
|
* Switch to byte granular allocationsChris Mason2007-10-15
|
* Stop using radix trees to record pending allocationsChris Mason2007-10-15
|
* Allow large blocksChris Mason2007-10-15
|
* Add per-file dependency trackingJan Engelhardt2007-09-14
| | | | | | | | The dependency archive ".depend" is only created once. Changing a C file's dependencies does not remake .depend, so make will recompile either too few or too many things. Use of per-.c file dependencies that are created and update during compile solve this.
* 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
|
* Added tag v0.8 for changeset f4810b8d5822Chris Mason2007-09-11
|
* btrfs-progs support for root block accountingJosef Bacik2007-08-29
| | | | | | This adds support for keeping track of the number of blocks used by root_item's. This makes it so that mkfs lays down the "default" subvol with the correct block accounting in place. Thank you,
* Added tag v0.6 for changeset 75b9a16fff1aChris Mason2007-08-07
|
* add defrag ioctlChris Mason2007-08-07
|
* Added tag v0.5 for changeset 85bf73175772Chris Mason2007-06-28
|
* calculate checksums during IOJosef Bacik2007-06-28
|
* Allow install prefix overridesJeff Mahoney2007-06-28
|
* Documentation updateChris Mason2007-06-28
|
* Added tag v0.4 for changeset c969452d5ae7Chris Mason2007-06-22
|
* Added tag v0.4 for changeset c760f17dde33Chris Mason2007-06-22
|
* disk format updates for finding dead rootsChris Mason2007-06-22
|
* Added tag v0.3 for changeset 1ef7cf63ac2cChris Mason2007-06-18
|
* Fix btrfsck build failure on FC7Terje Rosten2007-06-18
|
* Added tag v0.2 for changeset 9cebac62e0c9Chris Mason2007-06-13
|
* fix COPYINGChris Mason2007-06-12
|
* i386 fixes from axboeChris Mason2007-06-12
|
* add GPLv2Chris Mason2007-06-12
|
* no slashes in subvolume namesChris Mason2007-06-12
|
* printf cleanupsChris Mason2007-06-12
|
* remove device treeChris Mason2007-06-09
|
* 32 bit compile fixesChris Mason2007-06-08
|
* endian fixes, makefile fixesChris Mason2007-06-07
|
* 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
|