btrfs-progs: Free resources when returning error from cmd_subvol_create()
[platform/upstream/btrfs-progs.git] / convert.c
2013-03-10 Eric Sandeenbtrfs-progs: free resources on do_rollback error returns
2013-03-10 Eric Sandeenbtrfs-progs: close fd on do_convert error returns
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-01 David WoodhouseAdd basic RAID[56] support
2013-01-17 Wade ClineBtrfs-progs: Fix compiler warnings on PPC64
2012-02-09 Chris MasonFix btrfs-convert, btrfs-restore and btrfs-find-root...
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-09 Chris Masonbtrfsck: fix block group accounting during repair
2011-10-25 Sergei Trofimovichbtrfs-convert: fix typo: 'all inode' -> 'all inodes'
2011-10-25 Eduardo SilvaBtrfs-progs use safe string manipulation functions
2009-06-12 Yan Zhengused space accounting fix for the converter
2009-06-08 Yan ZhengUpdate converter for the new format
2009-01-21 Yan ZhengUpdate convert for uninitialized block groups
2009-01-12 Yan ZhengFix isize/nbytes update bugs in btrfs-convert
2008-12-17 Yan ZhengBtrfs: update converter for the new disk format
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-09-23 Zheng YanFull back reference support
2008-07-30 Radoslaw Szkodzinskibtrfs-convert: Iterate correctly using libext2fs functions
2008-07-30 Yanbtrfs-convert new dir index support
2008-05-13 Chris MasonVerify parent generation number on btree reads
2008-05-05 Chris MasonAdd a readonly flag open_ctree to force RO opens
2008-04-28 ZhuFix btrfs-convert's large file support.
2008-04-24 Yan ZhengSpeed improvement and bug fixes for ext3 converter
2008-04-22 Chris MasonUpdate the Ext3 converter
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-01-22 YanFixes for the converter
2008-01-14 YanAdd readonly inode flag
2008-01-14 Yanxattr support for the ext3->btrfs converter
2008-01-08 YanAdd rollback support for the converter
2008-01-04 Chris MasonAdd Yan Zheng's ext3->btrfs conversion program