summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Print the root generation in btrfs-debug-treeHEADmasterChris Mason1-2/+3
2011-10-25Btrfs-progs: make btrfs df report profiles for mixed block groupsIlya Dryomov1-2/+2
2011-10-25btrfs-progs: Improvement for making btrfs image from source directory.Zhong, Xin2-16/+17
2011-10-25Scan the devices listed in /proc/partitionsGoffredo Baroncelli5-17/+119
2011-10-25Btrfs-progs: specify label length larger than 255 bytes cause mkfs.btrfs buff...Jeff Liu1-2/+2
2011-10-25btrfsck: decode error properlySergei Trofimovich3-3/+3
2011-10-25check number of args for btrfs sub snap correctlyAndreas Philipp1-1/+1
2011-10-25Btrfs-progs: add "btrfs subvolume get-default" subcommandZhong, Xin5-4/+98
2011-10-25btrfs-progs-unstable: replace debug-tree to btrfs-debug-tree in INSTALLWang Sheng-Hui1-2/+2
2011-10-25fix incorrect argument checking for "btrfs sub snap -r"Hugo Mills1-1/+1
2011-10-25btrfs-progs: scrub added to manpageJan Schmidt1-1/+63
2011-10-25btrfs-progs: scrub userland implementationJan Schmidt1-0/+1666
2011-10-25btrfs-progs: added check_mounted_whereJan Schmidt2-7/+24
2011-10-25btrfs-progs: scrub ioctlsJan Schmidt2-2/+58
2011-10-25btrfs-progs: commands addedJan Schmidt4-3/+31
2011-10-25remove unused include "version.h"Andreas Philipp1-1/+0
2011-10-25update manpage entries for btrfs subvolume listAndreas Philipp1-8/+11
2011-10-25print parent ID in btrfs suvolume listAndreas Philipp4-11/+43
2011-10-25some style/layout changesAndreas Philipp1-10/+8
2011-10-25add all targets to clean targetAndreas Philipp1-1/+2
2011-10-25remove unused variablesHubert Kario2-5/+0
2011-10-25gcc 4.6: fix potentially unused variableHugo Mills1-1/+1
2011-10-25make btrfs cross compilation friendlyKamble, Nitin A1-16/+16
2011-10-25mkfs.btrfs: Fix compilation errors with gcc 4.6Hugo Mills1-3/+4
2011-10-25Btrfs-progs: Correct path munging in bcpcwillu1-4/+2
2011-10-25btrfs-map-logical: segfaults when no output file is givenArne Jansen1-0/+1
2011-10-25mkfs.btrfs: fix error text in '-r' modeSergei Trofimovich1-1/+1
2011-10-25mkfs.btrfs: fix memory leak caused by 'scandir()' callsSergei Trofimovich1-0/+16
2011-10-25mkfs.btrfs: free buffers allocated by pretty_sizesSergei Trofimovich1-1/+3
2011-10-25mkfs.btrfs: write zeroes instead on uninitialized data.Sergei Trofimovich2-0/+8
2011-10-25mkfs.btrfs: fix symlink names writingSergei Trofimovich1-1/+3
2011-10-25mkfs.btrfs: return some defined value instead of garbage when lookup checksumSergei Trofimovich1-0/+1
2011-10-25mkfs.btrfs: fail on scandir error (-r mode)Sergei Trofimovich1-0/+6
2011-10-25btrfs-convert: fix typo: 'all inode' -> 'all inodes'Sergei Trofimovich1-1/+1
2011-10-25make "btrfs filesystem label" command actually workFajar A. Nugraha1-0/+6
2011-10-25btrfs progs: fix extra metadata chunk allocation in --mixed caseArne Jansen1-3/+4
2011-10-25incorrect argument checking for "btrfs sub snap -r"Stephane Chazelas1-1/+1
2011-10-25btrfs-progs: Fix over-sized limit on bufferHugo Mills1-1/+1
2011-10-25Updated manpage for btrfs subvolume snapshot.Andreas Philipp1-5/+6
2011-10-25Test the additional ioctl.Andreas Philipp1-0/+1
2011-10-25Support the new parameters in do_clone(int argc, char** argv).Andreas Philipp1-2/+2
2011-10-25Add support for read-only subvolumes.Andreas Philipp1-8/+40
2011-10-25Added support for an additional ioctl.Andreas Philipp1-0/+17
2011-10-25btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard7-9/+14
2011-10-25Fix unused-but-set errors in gcc-4.6Chris Ball12-126/+6
2011-10-25add detailed help messages to btrfs commandHubert Kario1-31/+65
2011-10-25add advanced use of --help to help messageHubert Kario1-0/+2
2011-10-25mkfs should initialize unused fields properlyJan Schmidt1-0/+10
2011-10-25btrfs-progs: setting of time to the root directoryTsutomu Itoh1-0/+9
2011-10-25btrfs-progs: add discard support to mkfsChristoph Hellwig2-4/+38
2011-10-25btrfs-progs: fix wrong extent buffer size when reading tree blockMiao Xie1-1/+3
2011-10-25btrfs-progs: Add new feature to mkfs.btrfs to make file system image file fro...Donggeun Kim3-24/+947
2011-10-25Btrfs-progs: Update man page for mixed data+metadata option.Mitch Harder1-0/+7
2011-10-25Add the "btrfs filesystem label" commandGoffredo Baroncelli9-6/+222
2011-10-25Deprecate btrfsctl, btrfs-show, btrfs-volGoffredo Baroncelli5-0/+21
2011-10-25Update/clean up btrfs help and man page V2Goffredo Baroncelli3-33/+49
2011-10-25Update for lzo supportLi Zefan5-13/+42
2011-10-25Btrfs-progs: add support for mixed data+metadata block groupsJosef Bacik6-49/+112
2011-10-25Btrfs-progs: update super fields for space cacheJosef Bacik2-1/+6
2011-10-25Improve error handling in the btrfs commandGoffredo Baroncelli3-34/+89
2011-10-25update man page to new defragment command interfaceHubert Kario1-7/+26
2011-10-25Btrfs-progs utils Informative errorsGoldwyn Rodrigues1-2/+3
2011-10-25Btrfs-progs use safe string manipulation functionsEduardo Silva4-13/+14
2011-10-25Btrfs-progs: add a btrfs-select-super command to overwrite the superChris Mason4-1/+104
2011-04-22Check for RAID10 in set_avail_alloc_bitsChris Mason1-0/+1
2011-04-22Fill missing devices so degraded filesystems can be readChris Mason2-2/+14
2011-04-22Fix the help text for btrfs-map-logicalChris Mason1-1/+1
2010-10-06btrfs-debug-tree: add -d option to print only the device mappingChris Mason1-14/+17
2010-10-05Add rescue command to zero the logChris Mason2-0/+72
2010-10-04Add btrfsck option to select the super block copyChris Mason1-4/+25
2010-09-23Fix undefined reference to symbol 'error_message'Yan Zheng1-1/+1
2010-09-23Fix inode link count checks in btrfsckYan Zheng1-2/+6
2010-09-23Handle bad extent type caseFrederic Weisbecker1-0/+9
2010-09-23Fix use after free in close_ctreeJeff Mahoney1-5/+5
2010-09-23Make csum_tree_block_size complain about the right thing.Zhu Yanhai1-1/+1
2010-09-23fix incompat flagsJosef Bacik1-1/+3
2010-09-23Avoid uninitialized variant compile warningZhao Lei1-3/+3
2010-09-23fix a compile fail by strndup in RHEL5 envZhao Lei2-1/+2
2010-09-23fix wrong return valueMiao Xie1-2/+2
2010-09-23Remove superfluous WARN_ON in btrfsckYan Zheng1-1/+0
2010-09-23add mounted-checking for btrfs-volMiao Xie1-2/+16
2010-09-23only print FIRST_CHUNK_TREE for chunk items in debug-treeSage Weil1-2/+5
2010-09-23check slash in deleting subvolumesTARUISI Hiroaki1-0/+11
2010-09-23add missing include for btrfsck.cChristian Hesse1-0/+1
2010-09-23prevent btrfsck to run on mounted filesystemsAndi Drebes1-0/+10
2010-09-23multidevice support for check_mountedAndi Drebes3-33/+210
2010-04-06Btrfs: add btrfs-debug-tree -b <block number> to print a single blockChris Mason6-13/+42
2010-03-18Add btrfs subvol find-new commandChris Mason6-11/+465
2010-03-15Add ioctl-test.c which just prints all the ioctl numbers.Chris Mason2-0/+39
2010-03-14Btrfs-progs: add btrfs filesystem df to print space infoJosef Bacik4-0/+107
2010-03-11Update the btrfs man page with the new commandsGoffredo Baroncelli1-0/+170
2010-03-11Correct the check of the argument number for the "btrfs dev add|rem" commandsGoffredo Baroncelli2-6/+8
2010-03-11Avoid the exit(2) function; instead return with an appropriate value;Goffredo Baroncelli1-6/+9
2010-03-11Add the program name as the first parameter in the command of the btrfs toolGoffredo Baroncelli2-31/+91
2010-03-11new util: 'btrfs'ghigo7-171/+1167
2010-03-11Add new defrag range ioctl that can also compress files on demand.Chris Mason3-3/+185
2010-02-28Btrfs-progs: add command to set default subvolJosef Bacik2-0/+18
2010-02-28Add btrfs-list for listing subvolumesChris Mason4-1/+541
2009-11-12Add btrfs-map-logical program to map and read logical block numbersChris Mason2-1/+226
2009-09-21btrfsck: check root back/forward referencesYan, Zheng1-34/+410
2009-09-21btrfsctl: add snapshot/subvolume destroy ioctlYan, Zheng2-1/+17
2009-06-12used space accounting fix for the converterYan Zheng1-7/+0
2009-06-11btrfs-progs v0.19Chris Mason1-1/+1
2009-06-11Check duplicate backrefs for both data and metadataYan Zheng1-8/+2
2009-06-08Make sure all dirty blocks are written at commit timeYan Zheng1-19/+13
2009-06-08Update converter for the new formatYan Zheng4-168/+145
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason15-1213/+2725
2009-06-03Fix man page headers to include the correct program name.Chris Mason2-2/+2
2009-06-03Fix printf format casting errorsLuca Bruno4-7/+12
2009-06-03Fix spelling mistake when running 'btrfsck' when argument doesn't exist.nick d1-1/+1
2009-06-03Update btrfs-debug-tree to output more readable strings.Shen Feng3-31/+102
2009-06-03Add btrfs-show man pagePeng Tao2-1/+24
2009-06-03Add -V|--version to mkfs.btrfs argument parserLuca Bruno1-1/+11
2009-06-03Add btrfs-image man pagePeng Tao2-1/+38
2009-06-03Fix typos in btrfsck, btrfsctl, mkfs.btrfs manualPeng Tao3-3/+3
2009-05-13Fix print-tree.c to skip blocks it can't read instead of abortingChris Mason1-0/+6
2009-04-15Add scan of the btrfs log tree to btrfs-debug-treeChris Mason5-11/+73
2009-03-09Fix showblocks to display different colors for different metadata rootsChris Mason1-32/+51
2009-01-21Add man/btrfsck.8.in and Makefile for man pagesGoldwyn Rodrigues2-0/+44
2009-01-21Add man/btrfsctl.8.inGoldwyn Rodrigues1-0/+45
2009-01-21Add man/mkfs.btrfs.8.inGoldwyn Rodrigues1-0/+63
2009-01-21btrfsck.c: bit-fields should be unsignedWang Cong1-11/+11
2009-01-21btrfsck: Exit and print error message when not able to open a deviceThadeu Lima de Souza Cascardo2-0/+4
2009-01-21btrfs-image.c: fix return valuesWang Cong1-3/+3
2009-01-21btrfs-progs: make several functions staticWang Cong2-6/+6
2009-01-21Fix misleading error message in btrfsctlCalvin Walton1-0/+4
2009-01-21Mention minimum size on devices that are considered too smallJan Engelhardt1-1/+2
2009-01-21Modify Makefile to include man directoryGoldwyn Rodrigues1-2/+9
2009-01-21Update convert for uninitialized block groupsYan Zheng1-4/+40
2009-01-21Drop bit-radix.[ch] filesChris Mason1-2/+2
2009-01-16Update version.sh to 0.18Chris Mason1-1/+1
2009-01-16Fix ioctl arg size (userland incompatible change!)Chris Mason2-9/+4
2009-01-12Update version.sh to v0.17Chris Mason1-1/+1
2009-01-12Fix isize/nbytes update bugs in btrfs-convertYan Zheng2-8/+32
2009-01-11Fix mispatch of the experimental warningsChris Mason1-0/+3
2009-01-09Warn user that this release is experimentalJim Owens0-0/+0
2009-01-09Fix an accessing freed memory bug in btrfsckYan Zheng1-5/+7
2009-01-07Rename debug-tree to btrfs-debug-treeChris Mason1-3/+3
2009-01-07Add error processing for btrfsctl -aShen Feng2-5/+12
2009-01-07debug-tree output tree/key type instead of idShen Feng2-13/+138
2009-01-07Update BUG_ON and WARN_ONShen Feng1-2/+3
2009-01-07Add semantic checks to btrfsck for files and directoriesYan Zheng5-49/+1309
2009-01-07Fix compile error in quick-test.c of btrfs progsLiu Hui1-1/+2
2009-01-07Fix mkfs.btrfs usage help to match the current argsShen Feng1-1/+5
2009-01-07Make the minimum filesystem size error message more clearShen Feng1-0/+7
2008-12-17Btrfs: update converter for the new disk formatYan Zheng12-362/+824
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason2-0/+29
2008-12-05superblock duplicationYan Zheng7-37/+140
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason5-10/+51
2008-12-02Rev the disk format for the compat code and the csum selectionChris Mason1-1/+1
2008-12-02btrfs-progs: support for different csum algorithimsJosef Bacik5-27/+70
2008-12-02btrfs-progs: add support for compat flagsJosef Bacik1-10/+22
2008-12-02Fix image tool compile warningsyanhai zhu1-4/+5
2008-11-20Btrfs image toolYan Zheng7-18/+894
2008-11-18Update the super magic string to match the seed and root format changesChris Mason1-1/+1
2008-11-18Add disk format requirements for subvol backward and forward refsChris Mason3-19/+70
2008-11-18Modify the subvol and snapshot creation ioctls to work anywhere in the treeChris Mason2-29/+81
2008-11-18update btrfs-progs for seed device supportYan Zheng9-52/+342
2008-10-31Add fallocate support v2Yan Zheng3-24/+46
2008-10-30Avoid tree of tree root cow when committing a clean FSChris Mason1-0/+3
2008-10-29Rev the disk format for compression and root pointer generation fieldsChris Mason1-1/+1
2008-10-29Add root tree pointer transaction idsYan Zheng4-4/+33
2008-10-29Add disk format elements for compressionChris Mason2-8/+58
2008-10-09Rev the disk format for the new back reference formatChris Mason1-1/+1
2008-10-09Count space allocated to file in bytesYan Zheng2-6/+6
2008-10-09Remove offset field from struct btrfs_extent_refYan Zheng7-117/+71
2008-09-26update mkfs.btrfs for the new space balancing codeZheng Yan1-0/+29
2008-09-23Full back reference supportZheng Yan9-666/+929
2008-09-05Disk format changes required for write ahead tree logChris Mason1-2/+20
2008-08-21Rev the disk formatChris Mason1-1/+1
2008-08-20Switch btrfs_name_hash() to crc32cDavid Woodhouse3-107/+7
2008-08-20Use git for version number tooDavid Woodhouse1-1/+17
2008-08-06fix btrfs-progs version scriptEric Sandeen1-1/+1
2008-08-04Added tag v0.16 for changeset 2b26e4f8c71eChris Mason1-0/+1
2008-08-04Update version.sh to v0.16Chris Mason1-1/+1
2008-07-30btrfs-convert: Iterate correctly using libext2fs functionsRadoslaw Szkodzinski1-28/+33
2008-07-30Cleanup btrfsctl help messageemail.ahmedkamal@googlemail.com1-9/+10
2008-07-30Fix: btrfsctl arguments handlingAhmed1-1/+1
2008-07-30btrfs-convert new dir index supportYan1-10/+12
2008-07-30btrfs-progs: add orphan support to print-treeJosef Bacik2-0/+7
2008-07-24Rev the disk formatChris Mason1-1/+1
2008-07-24btrfs-progs new dir index supportJosef Bacik5-6/+12
2008-07-24Print the version string in a few programsChris Mason6-3/+28
2008-07-23Add version stringsChris Mason1-0/+43
2008-07-23Add .hgignore file to ignore verison.hChris Mason1-0/+1
2008-06-10Add sync and transaction ioctl defsChris Mason2-0/+12
2008-06-09btrfsctl: print usage when called with bad argsLinda Knippers1-1/+6
2008-05-29Added tag v0.15 for changeset e6571e2ce0c8Chris Mason1-0/+1
2008-05-13Verify parent generation number on btree readsChris Mason8-14/+58
2008-05-12Pass down the expected generation number when reading tree blocksChris Mason7-50/+52
2008-05-12Fix the pretty print code for num_bytes == 0Chris Mason1-0/+2
2008-05-05Add a readonly flag open_ctree to force RO opensChris Mason9-21/+38
2008-05-02bcp updates for single file copiesChris Mason1-47/+78
2008-05-02Add bcp to test the clone file ioctlChris Mason1-0/+130
2008-05-02Fix compiler warning in volumes.cChris Mason2-1/+4
2008-05-02Add the clone ioctl numberChris Mason1-0/+1
2008-05-01Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason4-6/+7
2008-04-29Added tag v0.14 for changeset 969099968b60Chris Mason1-0/+1
2008-04-28Fix btrfs-convert's large file support.Zhu1-0/+4
2008-04-28Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason5-2/+162