summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: fix next_leaf in restore as it improperly skips some slotsv3.16.1-rc1Gui Hecheng2014-09-141-0/+1
* btrfs-progs: fix len of read_extent_buffer for inline extent in restoreGui Hecheng2014-09-141-1/+3
* btrfs-progs: kill BUG_ON in readahead_tree_block()Zach Brown2014-09-143-21/+13
* btrfs-progs: corrupt-block: fix a delete and use bug corrupting extent treeQu Wenruo2014-09-141-3/+1
* btrfs-progs: init uninitialized output buf for btrfs-restoreGui Hecheng2014-09-141-2/+2
* btrfs-progs: Add -R to list UUIDs of original received subvolumeHugo Mills2014-09-144-6/+36
* Btrfs-progs: fix typosHolger Hoffstätte2014-09-024-5/+5
* btrfs-progs: Improve static building and installationThomas Petazzoni2014-09-021-3/+19
* btrfs-progs: Add support for DISABLE_DOCUMENTATIONGustavo Zacarias2014-09-021-2/+7
* btrfs-progs: move debug info to verbose mode for restoreGui Hecheng2014-09-021-1/+1
* btrfs-progs: library version definesArvin Schnell2014-09-023-2/+22
* btrfs-progs: read global reserve size from space infosDavid Sterba2014-08-282-1/+12
* btrfs-progs: remove unused flags for btrfs_pathGui Hecheng2014-08-283-11/+0
* btrfs-progs: Do not free dirty extent bufferNaohiro Aota2014-08-281-1/+1
* Btrfs Progs v3.16v3.16Chris Mason2014-08-261-1/+1
* btrfs-progs: check: do not require argument for --subvol-extentsDavid Sterba2014-08-221-1/+1
* btrfs-progs: mkfs make --uuid require an argumentDavid Sterba2014-08-221-1/+1
* btrfs-progs: Fix spelling in btrfs sub list helpHugo Mills2014-08-221-1/+1
* btrfs-progs: fix unaligned loads in receiveZach Brown2014-08-221-1/+1
* btrfs-progs: add ask_user confirmation for btrfstune clear seeding flagGui Hecheng2014-08-221-1/+16
* btrfs-progs: avoid to use numeric literal for the size of uuid bufferSatoru Takeuchi2014-08-221-1/+1
* btrfs-progs: random fixes for usage string of btrfs scrubSatoru Takeuchi2014-08-221-2/+3
* btrfs-progs: add missing descriptions of '--max-errors' in btrfs-receive docu...Satoru Takeuchi2014-08-222-3/+3
* btrfs-progs: remove unused parameter in rollback for btrfs-convertGui Hecheng2014-08-221-2/+2
* btrfs-progs: check option conflict for btrfs-convertGui Hecheng2014-08-221-0/+12
* btrfs-progs: move test_isdir() to utils.cSatoru Takeuchi2014-08-223-19/+20
* btrfs-progs: introduce test_issubvolname() for simplicitySatoru Takeuchi2014-08-223-6/+16
* btrfs-progs: add mount status check for btrfs-imageGui Hecheng2014-08-221-2/+12
* btrfs-progs: remove unnecessary NULL check after get_df()Satoru Takeuchi2014-08-221-1/+1
* btrfs-progs: fix improper return value check for is_existing_blk_or_reg_fileGui Hecheng2014-08-221-6/+13
* btrfs-progs: remove unnecessary return value check in btrfs-propertyGui Hecheng2014-08-221-4/+0
* btrfs-progs: init variables which are checked later in btrfs-propertyGui Hecheng2014-08-221-4/+4
* btrfs-progs: mkfs: remove experimental tagDavid Sterba2014-08-221-3/+2
* btrfs-progs: add always option to restore's looping promptJustin Maggard2014-08-221-9/+22
* Btrfs-progs: fix some build warnings on 32bit platformWang Shilong2014-08-226-8/+12
* btrfs-progs: Unify the messy error message formatsSatoru Takeuchi2014-08-221-7/+7
* Btrfs-progs: remove author and copyright info from man pageWang Shilong2014-08-228-96/+0
* btrfs-progs: Check fstype in find_mount_root()Qu Wenruo2014-08-224-0/+39
* btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo2014-08-223-9/+7
* Btrfs-progs: fix wrong manpage of defrag commandLiu Bo2014-08-221-2/+1
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-2215-20/+36
* btrfs-progs: Add uninstall targets to Makefiles.Nils Steinger2014-08-222-0/+11
* btrfs-progs: replace a confusing raw number with a macroGui Hecheng2014-08-221-1/+1
* btrfs-progs: fix wrong message about forcing the mixed group profileAnand Jain2014-08-221-3/+1
* btrfs-progs: fix build of static targetDavid Sterba2014-08-221-1/+1
* btrfs-progs: correct manpage option description for scrubGui Hecheng2014-08-222-5/+5
* btrfs-progs: remove unnecessary judgment for fd in scrubGui Hecheng2014-08-221-3/+0
* btrfs-progs: adjust the return values for scrubGui Hecheng2014-08-221-5/+8
* btrfs-progs: mkfs: don't zero extend small filesZach Brown2014-08-221-38/+20
* btrfs-progs: define BTRFS_MKFS_SMALL_VOLUME_SIZE for small volumeAnand Jain2014-08-223-3/+4