platform/upstream/btrfs-progs.git
2009-01-12 Chris MasonUpdate version.sh to v0.17
2009-01-12 Yan ZhengFix isize/nbytes update bugs in btrfs-convert
2009-01-11 Chris MasonFix mispatch of the experimental warnings
2009-01-09 Jim OwensWarn user that this release is experimental
2009-01-09 Yan ZhengFix an accessing freed memory bug in btrfsck
2009-01-07 Chris MasonRename debug-tree to btrfs-debug-tree
2009-01-07 Shen FengAdd error processing for btrfsctl -a
2009-01-07 Shen Fengdebug-tree output tree/key type instead of id
2009-01-07 Shen FengUpdate BUG_ON and WARN_ON
2009-01-07 Yan ZhengAdd semantic checks to btrfsck for files and directories
2009-01-07 Liu HuiFix compile error in quick-test.c of btrfs progs
2009-01-07 Shen FengFix mkfs.btrfs usage help to match the current args
2009-01-07 Shen FengMake the minimum filesystem size error message more...
2008-12-17 Yan ZhengBtrfs: update converter for the new disk format
2008-12-08 Chris MasonBtrfs: Add inode sequence number for NFS and reserved...
2008-12-05 Yan Zhengsuperblock duplication
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Chris MasonRev the disk format for the compat code and the csum...
2008-12-02 Josef Bacikbtrfs-progs: support for different csum algorithims
2008-12-02 Josef Bacikbtrfs-progs: add support for compat flags
2008-12-02 yanhai zhuFix image tool compile warnings
2008-11-20 Yan ZhengBtrfs image tool
2008-11-18 Chris MasonUpdate the super magic string to match the seed and...
2008-11-18 Chris MasonAdd disk format requirements for subvol backward and...
2008-11-18 Chris MasonModify the subvol and snapshot creation ioctls to work...
2008-11-18 Yan Zhengupdate btrfs-progs for seed device support
2008-10-31 Yan ZhengAdd fallocate support v2
2008-10-30 Chris MasonAvoid tree of tree root cow when committing a clean FS
2008-10-29 Chris MasonRev the disk format for compression and root pointer...
2008-10-29 Yan ZhengAdd root tree pointer transaction ids
2008-10-29 Chris MasonAdd disk format elements for compression
2008-10-09 Chris MasonRev the disk format for the new back reference format
2008-10-09 Yan ZhengCount space allocated to file in bytes
2008-10-09 Yan ZhengRemove offset field from struct btrfs_extent_ref
2008-09-26 Zheng Yanupdate mkfs.btrfs for the new space balancing code
2008-09-23 Zheng YanFull back reference support
2008-09-05 Chris MasonDisk format changes required for write ahead tree log
2008-08-21 Chris MasonRev the disk format
2008-08-21 David WoodhouseSwitch btrfs_name_hash() to crc32c
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
next