platform/upstream/btrfs-progs.git
2008-08-21 David WoodhouseUse git for version number too
2008-08-06 Eric Sandeenfix btrfs-progs version script
2008-08-04 Chris MasonAdded tag v0.16 for changeset 2b26e4f8c71e
2008-08-04 Chris MasonUpdate version.sh to v0.16
2008-07-30 Radoslaw Szkodzinskibtrfs-convert: Iterate correctly using libext2fs functions
2008-07-30 email.ahmedkamal... Cleanup btrfsctl help message
2008-07-30 AhmedFix: btrfsctl arguments handling
2008-07-30 Yanbtrfs-convert new dir index support
2008-07-30 Josef Bacikbtrfs-progs: add orphan support to print-tree
2008-07-24 Chris MasonRev the disk format
2008-07-24 Josef Bacikbtrfs-progs new dir index support
2008-07-24 Chris MasonPrint the version string in a few programs
2008-07-23 Chris MasonAdd version strings
2008-07-23 Chris MasonAdd .hgignore file to ignore verison.h
2008-06-10 Chris MasonAdd sync and transaction ioctl defs
2008-06-10 Linda Knippersbtrfsctl: print usage when called with bad args
2008-05-29 Chris MasonAdded tag v0.15 for changeset e6571e2ce0c8
2008-05-13 Chris MasonVerify parent generation number on btree reads
2008-05-12 Chris MasonPass down the expected generation number when reading...
2008-05-12 Chris MasonFix the pretty print code for num_bytes == 0
2008-05-05 Chris MasonAdd a readonly flag open_ctree to force RO opens
2008-05-02 Chris Masonbcp updates for single file copies
2008-05-02 Chris MasonAdd bcp to test the clone file ioctl
2008-05-02 Chris MasonFix compiler warning in volumes.c
2008-05-02 Chris MasonAdd the clone ioctl number
2008-05-01 Chris MasonFix uninitialized variables, and use -O so gcc starts...
2008-04-29 Chris MasonAdded tag v0.14 for changeset 969099968b60
2008-04-28 ZhuFix btrfs-convert's large file support.
2008-04-28 Chris MasonAdd btrfs-vol command to balance, add and (eventually...
2008-04-25 Chris MasonAdd mkfs.btrfs -A offset to control allocation start...
2008-04-24 Yan ZhengSpeed improvement and bug fixes for ext3 converter
2008-04-24 Chris MasonFix balance_level to free the middle block if there...
2008-04-24 Chris MasonDon't empty the middle buffer in push_nodes_for_insert
2008-04-24 Chris MasonKeep more pointers free in the nodes for double splits
2008-04-22 Chris MasonDrop quick-test from the list of programs built by...
2008-04-22 Chris MasonUpdate the Ext3 converter
2008-04-22 Chris MasonAdd a command to show all of the btrfs filesystems...
2008-04-18 Chris MasonFix chunk allocation when some devices don't have enoug...
2008-04-18 Chris MasonAdd checks to avoid adding the same device twice during...
2008-04-18 Chris MasonUse better chunk sizes for small and large filesystems
2008-04-18 Chris MasonAdd support for filesystem labels via mkfs.btrfs -L
2008-04-18 Chris MasonUse device uuids when scanning devices
2008-04-16 Chris MasonAdd raid10 support
2008-04-15 Chris MasonAdd chunk uuids and update multi-device back references
2008-04-15 Chris MasonFix up the quick btree code test program
2008-04-11 Chris MasonFix a few casts for 32 bit compile
2008-04-10 Chris MasonWrite all super blocks during commit
2008-04-09 Chris MasonRetry metadata reads in the face of checksum failures
2008-04-09 Chris MasonChange btrfs_map_block to return a structure with mappi...
2008-04-04 Chris MasonDon't allow written blocks from this transaction to...
2008-04-09 Chris MasonUse leafsize and nodesize == pagesize for now
2008-04-04 Chris MasonRecow all roots at the end of mkfs
2008-04-03 Chris MasonAdd mkfs options for data and metadata mirroring modes
2008-04-03 Chris MasonAdd support for single single duplication of metadata
2008-04-03 Chris MasonAdd mirroring support across multiple drives
2008-04-01 Chris MasonUse getopt_long and introduce long mkfs options. ...
2008-04-01 Alex Chiangbtrfs-progs: Fix printf format casting errors
2008-04-01 Alex Chiangbtrfs-progs: Stop stomping on 'name' input parameter
2008-04-01 Goldwyn Rodriguescheck if partition is mounted before mkfs
2008-04-01 Chris MasonUpdate struct btrfs_header flags, and use it to indicat...
2008-03-25 Chris MasonImplement raid0 when multiple devices are present
2008-03-24 Chris MasonWalk all block devices looking for btrfs
2008-03-24 Chris Masonioctls to scan for btrfs filesystems
2008-03-24 Chris MasonBtrfsck updates for multi-device filesystems
2008-03-24 Chris MasonDynamic chunk allocation
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-03-04 Chris MasonRemove extent back refs in batches, and avoid duplicate...
2008-02-04 Chris MasonAdd debugging for block group update failure
2008-02-01 YanCall btrfs_cow_block while lowering tree level.
2008-03-04 Chris MasonInsert extent record and the first backref in a single...
2008-01-30 Chris MasonCopy correct tree when inserting into slot 0
2008-01-29 Chris MasonAdd inode item and backref in one insert, reducing...
2008-01-29 Chris MasonDuring deletes and truncate, remove many items at once...
2008-03-04 Chris MasonAdd some extra debugging around file data checksum...
2008-01-24 Chris MasonTune readahead during defrag to avoid reading too much...
2008-03-04 Chris MasonRename the extent_map code to extent_io
2008-03-04 Chris MasonAdd debug-tree -e to print all allocated extents, and...
2008-02-21 Chris MasonAdded tag v0.13 for changeset 58b803dc9fae
2008-02-15 David MillerCRC32C big endian bugs...
2008-02-15 David MillerUnaligned access fixes
2008-02-15 Chris Masonmkfs: Zero 2MB at the start and end of the device
2008-02-06 Chris MasonAdded tag v0.12 for changeset 5e8f040cdf7c
2008-02-04 Chris MasonUpdate magic
2008-02-01 Chris MasonHash in the owner and offset for file extent backref...
2008-01-22 YanFix for test_range_bit
2008-01-22 Kyle McMartinFix btrfsck args checking
2008-01-22 Jan Engelhardtbtrfs-progs: build with -D_FORTIFY_SOURCE=2
2008-01-22 Jan Engelhardtbtrfs-progs: fix a buffer overflow during mkfs
2008-01-22 YanFix for btrfs_find_free_objectid
2008-01-22 YanFixes for the converter
2008-01-17 Chris MasonAdded tag v0.11 for changeset b3e59089dab6
2008-01-17 YanRemove kernel-space header in btrfs-progs
2008-01-15 Chris MasonAdded tag v0.10 for changeset 548ea8d7514b
2008-01-14 Chris MasonInstall btrfs-convert during make install
2008-01-14 Chris MasonChange the magic to rev the disk format
2008-01-14 YanAdd readonly inode flag
2008-01-14 Yanxattr support for the ext3->btrfs converter
2008-01-14 YanFix a typo in btrfs-progs/extent_map.c
2008-01-08 YanAdd rollback support for the converter
2008-01-08 YanA few update for btrfs-progs
next