platform/upstream/btrfs-progs.git
2009-05-13 Chris MasonFix print-tree.c to skip blocks it can't read instead...
2009-04-15 Chris MasonAdd scan of the btrfs log tree to btrfs-debug-tree
2009-03-09 Chris MasonFix showblocks to display different colors for differen...
2009-01-21 Goldwyn RodriguesAdd man/btrfsck.8.in and Makefile for man pages
2009-01-21 Goldwyn RodriguesAdd man/btrfsctl.8.in
2009-01-21 Goldwyn RodriguesAdd man/mkfs.btrfs.8.in
2009-01-21 Wang Congbtrfsck.c: bit-fields should be unsigned
2009-01-21 Thadeu Lima... btrfsck: Exit and print error message when not able...
2009-01-21 Wang Congbtrfs-image.c: fix return values
2009-01-21 Wang Congbtrfs-progs: make several functions static
2009-01-21 Calvin WaltonFix misleading error message in btrfsctl
2009-01-21 Jan EngelhardtMention minimum size on devices that are considered...
2009-01-21 Goldwyn RodriguesModify Makefile to include man directory
2009-01-21 Yan ZhengUpdate convert for uninitialized block groups
2009-01-21 Chris MasonDrop bit-radix.[ch] files
2009-01-17 Chris MasonUpdate version.sh to 0.18
2009-01-16 Chris MasonFix ioctl arg size (userland incompatible change!)
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
next