summaryrefslogtreecommitdiffstats
path: root/convert.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25btrfs-convert: fix typo: 'all inode' -> 'all inodes'Sergei Trofimovich1-1/+1
2011-10-25Btrfs-progs use safe string manipulation functionsEduardo Silva1-1/+1
2009-06-12used space accounting fix for the converterYan Zheng1-7/+0
2009-06-08Update converter for the new formatYan Zheng1-153/+111
2009-01-21Update convert for uninitialized block groupsYan Zheng1-4/+40
2009-01-12Fix isize/nbytes update bugs in btrfs-convertYan Zheng1-8/+28
2008-12-17Btrfs: update converter for the new disk formatYan Zheng1-114/+277
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-2/+2
2008-09-23Full back reference supportZheng Yan1-22/+48
2008-07-30btrfs-convert: Iterate correctly using libext2fs functionsRadoslaw Szkodzinski1-28/+33
2008-07-30btrfs-convert new dir index supportYan1-10/+12
2008-05-13Verify parent generation number on btree readsChris Mason1-1/+1
2008-05-05Add a readonly flag open_ctree to force RO opensChris Mason1-3/+3
2008-04-28Fix btrfs-convert's large file support.Zhu1-0/+4
2008-04-24Speed improvement and bug fixes for ext3 converterYan Zheng1-104/+103
2008-04-22Update the Ext3 converterChris Mason1-189/+939
2008-03-24Add support for multiple devices per filesystemChris Mason1-4/+4
2008-01-22Fixes for the converterYan1-21/+46
2008-01-14Add readonly inode flagYan1-1/+2
2008-01-14xattr support for the ext3->btrfs converterYan1-33/+361
2008-01-08Add rollback support for the converterYan1-112/+395
2008-01-04Add Yan Zheng's ext3->btrfs conversion programChris Mason1-0/+1279