summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-05Btrfs progs v3.19-rc2HEADv3.19-rc2v3.19.xmasterDavid Sterba1-1/+1
2015-02-05btrfs-progs: build, do not install everything by defaultDavid Sterba1-7/+11
2015-02-05btrfs-progs: autoconf: do not force fortify flagsDavid Sterba2-2/+2
2015-02-05btrfs-progs: autoconf: largefile support is driven by configureDavid Sterba1-1/+0
2015-02-05btrfs-progs: autoconf: move custom CFLAGS from makefileDavid Sterba2-5/+7
2015-02-05btrfs-progs: autoconf: set CFLAGS conditionallyDavid Sterba1-1/+2
2015-02-04btrfs-progs: build, use the static library for the utilitiesDavid Sterba1-8/+8
2015-02-04btrfs-progs: build, fix the source of btrfsck symlinkDavid Sterba1-1/+1
2015-02-04btrfs-progs: autoconf: set exec_prefix in makefileDavid Sterba1-0/+1
2015-02-03Btrfs progs v3.19-rc1v3.19-rc1David Sterba1-1/+1
2015-02-03btrfs-progs: qgroups, adjust help textDavid Sterba1-2/+1
2015-02-03btrfs-progs: autoconf: check btrfs-convert dependenciesDavid Sterba2-1/+6
2015-02-03btrfs-progs: autoconf: check if backtrace is really supportedDavid Sterba1-0/+6
2015-02-03btrfs-progs: autoconf: print summary about featuresDavid Sterba1-0/+4
2015-02-03btrfs-progs: autoconf: make btrfs-convert build optionalDavid Sterba2-1/+14
2015-02-03btrfs-progs: autoconf: detect tools to build docsDavid Sterba2-6/+17
2015-02-03btrfs-progs: build, fix version macro nameDavid Sterba1-2/+2
2015-02-03btrfs-progs: autoconf: use variable substitutions in doc makefileDavid Sterba1-4/+5
2015-02-03btrfs-progs: autoconf: generate documentation makefile as wellDavid Sterba4-0/+3
2015-02-03btrfs-progs: build, fix rules to clean temporary files in docsDavid Sterba1-7/+7
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo13-34/+58
2015-02-02btrfs-progs: drop old fi balance syntax from helpDavid Sterba1-7/+7
2015-02-02btrfs-progs: add bash completion scriptDavid Sterba1-0/+152
2015-02-02btrfs-progs: Add repair function for discount file extent hole.Qu Wenruo1-11/+40
2015-02-02btrfs-progs: Add repair and report function for orphan file extent.Qu Wenruo1-31/+129
2015-02-02btrfs-progs: Record and report every file extent hole.Qu Wenruo1-13/+231
2015-02-02btrfs-progs: Add btrfs_get_extent() and btrfs_punch_hole().Qu Wenruo3-1/+172
2015-02-02btrfs-progs: Record orphan data extent ref to corresponding root.Qu Wenruo3-8/+158
2015-01-28btrfs-progs: build more utilities by defaultDavid Sterba1-3/+3
2015-01-28btrfs-progs: build, make autogen.sh work on older systemsDavid Sterba1-4/+20
2015-01-28btrfs-progs: build, use autoconf to detect RMDavid Sterba2-6/+10
2015-01-28btrfs-progs: build, clean all generated filesDavid Sterba1-2/+4
2015-01-28btrfs-progs: build, make build test work againDavid Sterba1-1/+7
2015-01-28btrfs-progs: autoconf: add --disable-documentationKarel Zak2-0/+10
2015-01-28btrfs-progs: autoconf: add --disable-backtraceKarel Zak2-4/+10
2015-01-28btrfs-progs: autoconf: clean generated files, make version.h stuff more robustKarel Zak1-2/+12
2015-01-28btrfs-progs: autoconf: cleanup compilation flags usageKarel Zak2-30/+42
2015-01-28btrfs-progs: autoconf: use paths and $*_LIBS from ./configureKarel Zak1-6/+5
2015-01-28btrfs-progs: autoconf: check for build programs in ./configureKarel Zak2-6/+8
2015-01-28btrfs-progs: autoconf: use ./configure to generate version.hKarel Zak4-31/+23
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak16-29/+13
2015-01-28btrfs-progs: autoconf: use config.hKarel Zak1-1/+5
2015-01-28btrfs-progs: autoconf: add ./configure scriptKarel Zak5-2/+212
2015-01-27Btrfs progs v3.18.2v3.18.2v3.18.xDavid Sterba1-1/+1
2015-01-27btrfs-progs: update wording for qgroup limitsDavid Sterba2-8/+8
2015-01-27btrfs-progs: don't output operational status information to stderrXing Gu1-1/+1
2015-01-27btrfs-progs: check: Add --readonly flagHugo Mills1-1/+12
2015-01-27btrfs-progs: Make option parsing more robust to code modificationsHugo Mills1-22/+27
2015-01-27btrfs-progs: qgroup: make large size alignedFan Chengniang1-8/+5
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov28-59/+1
2015-01-21btrfs-progs: unify getopt table terminatorsDavid Sterba6-7/+10
2015-01-21btrfs-progs: add --human-readable option where applicableDavid Sterba7-6/+27
2015-01-21btrfs-progs: use predefined getopt values for unit suffixesDavid Sterba2-20/+23
2015-01-21btrfs-progs: define common geopt values for unit suffixesDavid Sterba1-2/+8
2015-01-21btrfs-progs: make btrfs qgroups show human readable sizesFan Chengniang4-35/+113
2015-01-21btrfs-progs: unify header file inclusion protectionsDavid Sterba27-54/+76
2015-01-21btrfs-progs: Doc: Add explain on 'source' and 'target' for btrfs-image.Qu Wenruo2-1/+9
2015-01-21btrfs-progs: Cleanup, use bitshift instead of immediate number in btrfs_open_...Qu Wenruo1-7/+7
2015-01-19btrfs-progs: btrfstune: force to set seeding flagsFan Chengniang2-5/+8
2015-01-19btrfs-progs: tests, use non-interactive sudo helperDavid Sterba1-1/+1
2015-01-19btrfs-progs: fix check of running scrubDavid Sterba1-5/+1
2015-01-19btrfs-progs: make getopt tables static constDavid Sterba10-13/+13
2015-01-19btrfs-progs: cleanup, move getop long options close to their useDavid Sterba8-98/+107
2015-01-14btrfs-progs: tests, adjust alignment of the pretty command nameDavid Sterba4-5/+5
2015-01-14btrfs-progs: tests, use the root helper in 012David Sterba1-7/+9
2015-01-14btrfs-progs: tests, add support for running commands under rootDavid Sterba1-0/+15
2015-01-14btrfs-progs: Move extent tree rebuild test to its dirQu Wenruo2-39/+47
2015-01-14btrfs-progs: Move leaf-corruption no extent data case and add verification sc...Qu Wenruo2-0/+119
2015-01-14btrfs-progs: Move bad root items test cases to its corresponding dirQu Wenruo3-0/+15
2015-01-14btrfs-progs: Move btrfs-image dump to corresponding dirQu Wenruo10-0/+0
2015-01-14btrfs-progs: New btrfsck test infrastructureQu Wenruo2-49/+99
2015-01-14btrfs-progs: remove uneccessary subvol name check for subvol deletionGui Hecheng1-16/+1
2015-01-14btrfs-progs: btrfstune: fix multiple options errorFan Chengniang1-1/+5
2015-01-14btrfs-progs: add missing options to qgroup limitFan Chengniang1-0/+9
2015-01-14btrfs-progs: Fix wrong return value when executing 'fi show' on umounted device.Qu Wenruo1-4/+5
2015-01-14btrfs-progs: restore backtrace functionality on glibcMerlijn Wajer1-1/+3
2015-01-14btrfs-progs: Remove redundant short description from cmd_snapshot_usageMartin Volf1-1/+0
2015-01-09Btrfs progs v3.18.1v3.18.1David Sterba1-1/+1
2015-01-09btrfs-progs: Don't increase error count if the inode can be repaired.Qu Wenruo1-2/+3
2015-01-09btrfs-progs: fix some format errors in docFan Chengniang4-13/+10
2015-01-09btrfs-progs: doc: fix format of btrfs-replaceTsutomu Itoh1-0/+1
2015-01-09btrfs-progs: Fix a copy-n-paste bug in btrfs_read_fs_root().Qu Wenruo1-1/+1
2015-01-09btrfs-progs: Fix a buffer overflow causing segfault in fstests/btrfs/069Qu Wenruo1-0/+17
2015-01-09btrfs-progs: Documentation: fix broken conversionPeter Wu2-5/+9
2015-01-09btrfs-progs: Fix a extent buffer leak in count_csum_range().Qu Wenruo1-1/+1
2015-01-09btrfs-progs: Allow debug-tree to be executed on regular file.Qu Wenruo3-6/+21
2015-01-06btrfs-progs: convert, handle pwrite error in do_rollbackDavid Sterba1-0/+6
2015-01-06btrfs-progs: handle orphan creation error in btrfs_unlinkDavid Sterba1-0/+2
2015-01-03btrfs-progs: fix leak of path in reset_balanceDavid Sterba1-1/+2
2015-01-03btrfs-progs: safely copy path in btrfs_scan_lblkidDavid Sterba1-1/+1
2015-01-03btrfs-progs: cleanup whitespace in is_same_blk_fileDavid Sterba1-11/+7
2015-01-03btrfs-progs: use strncpy in is_same_blk_fileDavid Sterba1-3/+3
2015-01-03btrfs-progs: check, handle error in fix_key_orderDavid Sterba1-1/+1
2015-01-03btrfs-progs: doc subvolume, sort subcommands alphabeticallyDavid Sterba1-16/+16
2015-01-03btrfs-progs: doc scrub, sort subcommands alphabeticallyDavid Sterba1-18/+18
2015-01-03btrfs-progs: doc replace, sort subcommands alphabeticallyDavid Sterba1-3/+3
2015-01-03btrfs-progs: doc quota, sort subcommands alphabeticallyDavid Sterba1-4/+3
2015-01-03btrfs-progs: doc qgroup, sort subcommands alphabeticallyDavid Sterba1-11/+11
2015-01-03btrfs-progs: doc property, sort subcommands alphabeticallyDavid Sterba1-4/+4
2015-01-03btrfs-progs: doc inspect-internal, sort subcommands alphabeticallyDavid Sterba1-3/+3
2015-01-03btrfs-progs: doc device, sort subcommands alphabeticallyDavid Sterba1-3/+3
2015-01-03btrfs-progs: doc, undocument old balance syntaxDavid Sterba2-8/+10
2015-01-03btrfs-progs: doc balance, sort subcommands alphabeticallyDavid Sterba1-9/+9
2015-01-03btrfs-progs: doc filesystem, sort subcommands alphabeticallyDavid Sterba1-21/+21
2015-01-03btrfs-progs: doc btrfs, sort subcommands alphabeticallyDavid Sterba1-44/+45
2015-01-03btrfs-progs: doc restore, cleanups for wiki conversionDavid Sterba1-1/+2
2015-01-03btrfs-progs: doc filesystem, cleanups for wiki conversionDavid Sterba1-1/+2
2015-01-03btrfs-progs: doc balance, cleanups for wiki conversionDavid Sterba1-9/+10
2015-01-03btrfs-progs: doc mkfs, cleanups for wiki conversionDavid Sterba1-4/+5
2015-01-03btrfs-progs: doc mkfs, mark leafsize deprecatedDavid Sterba1-2/+3
2015-01-03btrfs-progs: doc: fix incorrect format of 'l' option in mkfs.btrfsTsutomu Itoh1-4/+3
2015-01-03btrfs-progs: doc filesystem, add unit suffixes to option descriptionsDavid Sterba1-8/+8
2015-01-03btrfs-progs: doc filesystem, fix quoting of size suffixesDavid Sterba1-1/+1
2014-12-30Btrfs progs v3.18v3.18David Sterba1-1/+1
2014-12-30btrfs-progs: fix minor leak of dev_info in btrfs_scan_kernelDavid Sterba1-1/+3
2014-12-30btrfs-progs: fix overflow check in btrfs_insert_inode_refDavid Sterba1-1/+1
2014-12-30btrfs-progs: check, missing parens around compound block in find_normal_file_...David Sterba1-1/+2
2014-12-30btrfs-progs: fi show, don't leak canonical pathDavid Sterba1-1/+1
2014-12-30btrfs-progs: check, fix path leak in error branchDavid Sterba1-2/+3
2014-12-30btrfs-progs: Documentation: add T/P/E description for resize cmdGui Hecheng1-2/+3
2014-12-29btrfs-progs: refine btrfs-debug-tree error prompt when a mount point givenv3.18-rc3Gui Hecheng1-0/+6
2014-12-29btrfs-progs: move check_arg_type() to util.cGui Hecheng3-32/+34
2014-12-29btrfs-progs: Fix btrfs fi show by uuid and labelJustin Maggard1-7/+2
2014-12-29btrfs-progs: Fix a bug in reset_nlink() which may deletes the recovered fileQu Wenruo1-0/+5
2014-12-22btrfs-progs fix wrong memory free on check_is_rootSatoru Takeuchi1-1/+13
2014-12-19btrfs-progs: let btrfs_free_path accept NULLv3.18-rc2David Sterba1-0/+2
2014-12-19btrfs-progs: check allocation result in add_clone_sourceDavid Sterba1-4/+21
2014-12-19btrfs-progs: check result of first_cache_extentDavid Sterba1-0/+2
2014-12-19btrfs-progs: fragments, close output file on errorDavid Sterba1-2/+5
2014-12-19btrfs-progs: corrupt block, add break after option UDavid Sterba1-0/+1
2014-12-19btrfs-progs: corrupt block, add missing break to option IDavid Sterba1-0/+1
2014-12-19btrfs-progs: move contents of math.h to utils.h and deleteDavid Sterba3-34/+10
2014-12-19btrfs-progs: cleanup: avoid to use literal for getopt valSatoru Takeuchi3-8/+11
2014-12-19btrfs-progs: Enhance the document of btrfs propertySatoru Takeuchi1-13/+19
2014-12-19btrfs-progs: Remove deprecated _BSD_SOURCE macro.Qu Wenruo1-1/+1
2014-12-19btrfs-progs: Remove a unused function offset_to_bitmap()Qu Wenruo1-16/+0
2014-12-19btrfs-progs: Remove a unused function root_gtp_mask().Qu Wenruo1-5/+0
2014-12-19btrfs-progs: Fix a clang dead-judgement warning in disk-io.c.Qu Wenruo1-3/+6
2014-12-19btrfs-progs: Makefile: Move linker only option to LDFLAGSQu Wenruo1-1/+2
2014-12-19btrfs-progs: remove false dependency on libmDavid Sterba1-1/+1
2014-12-18btrfs-progs: disable backtrace and define __always_inlineMerlijn Wajer1-0/+6
2014-12-18btrfs-progs: include headers required for musl-libcMerlijn Wajer3-0/+4
2014-12-18btrfs-progs: Add testcase for leaf-corrupted btrfsck repairing.Qu Wenruo1-0/+0
2014-12-18Btrfs-progs: add two new test imagesJosef Bacik2-0/+0
2014-12-18btrfs-progs: check, update documentationDavid Sterba1-11/+16
2014-12-18btrfs-progs: unify unit mode parameters and variablesDavid Sterba3-39/+40
2014-12-18btrfs-progs: dev usage, update manpageDavid Sterba1-0/+26
2014-12-18btrfs-progs: dev usage, add switches to set output unitsDavid Sterba1-10/+50
2014-12-18btrfs-progs: fi usage, update manpageDavid Sterba1-0/+28
2014-12-18btrfs-progs: fi usage, add switches to set output unitsDavid Sterba1-11/+53
2014-12-17btrfs-progs: fi usage, change option for tabular output to TDavid Sterba1-3/+3
2014-12-17btrfs-progs: Add a brief explanation of btrfs property in man 8 btrfsSatoru Takeuchi1-0/+5
2014-12-17btrfs-progs: fix typedefKarel Zak1-1/+1
2014-12-12btrfs-progs: tests: build prerequisities, btrfs-image and btrfsDavid Sterba2-2/+11
2014-12-12btrfs-progs: tests: use 'btrfs check' instead of btrfsckDavid Sterba2-7/+7
2014-12-10btrfs-progs: subvol delete: rename variable to match the option namev3.18-rc1David Sterba1-10/+10
2014-12-10btrfs-progs: subvol delete: add verbosity optionDavid Sterba1-4/+10
2014-12-10btrfs-progs: let subvol delete print commit mode inlineDavid Sterba1-1/+3
2014-12-10Btrfs-progs, fsck: move root items repair after root rebuildingWang Shilong1-16/+16
2014-12-10Btrfs-progs: fsck: add ability to rebuild extent tree with snapshotsWang Shilong1-3/+129
2014-12-10Btrfs-progs: fsck: deal with snapshot one by one when rebuilding extent treeWang Shilong1-90/+158
2014-12-10btrfs-progs: basic support for TREE_SEARCH_V2 ioctlDavid Sterba3-0/+56
2014-12-10btrfs-progs: mkfs: make skinny-metadata defaultDavid Sterba1-1/+2
2014-12-10btrfs-progs: Add inode item rebuild function.Qu Wenruo3-7/+160
2014-12-10btrfs-progs: Recover btree by dropping corrupted leaf/node.Qu Wenruo1-0/+102
2014-12-10btrfs-progs: record and report leaf/node corruption in fs/subvol treeQu Wenruo1-10/+50
2014-12-10btrfs-progs: Add fixing function for inodes whose nlink dismatchQu Wenruo1-4/+189
2014-12-10btrfs-progs: Add helper function find_file_name/type for nlink and inode_item...Qu Wenruo1-0/+41
2014-12-10btrfs-progs: Add count_digits() function to help calculate filename len.Qu Wenruo1-0/+18
2014-12-10btrfs-progs: Add btrfs_mkdir() function for the incoming 'lost+found' fsck me...Qu Wenruo2-0/+104
2014-12-10btrfs-progs: Add btrfs_unlink() and btrfs_add_link() functions.Qu Wenruo4-7/+449
2014-12-10btrfs-progs: Record highest inode number before repair.Qu Wenruo1-0/+15
2014-12-10btrfs-progs: Add last_cache_extent() for extent-cache.Qu Wenruo2-0/+10
2014-12-10btrfs-progs: Import lookup/del_inode_ref() function.Qu Wenruo3-0/+121
2014-12-10btrfs-progs: Import btrfs_insert/del/lookup_extref() functions.Qu Wenruo2-0/+218
2014-12-09btrfs-progs: convert: fix unable to rollback case with removed empty block gr...Gui Hecheng2-2/+13
2014-12-09btrfs-progs: remove dead condition for btrfs_map_blockGui Hecheng1-1/+1
2014-12-04btrfs-progs: cleanup duplicate assignment of variable leaf for btrfs-restoreGui Hecheng1-1/+2
2014-12-04btrfs-progs: remove duplicate pthread libs from buildDavid Sterba1-4/+3
2014-12-04btrfs-progs: convert: use task for progress indication of metadata creationSilvio Fricke4-10/+65
2014-12-04btrfs-progs: add task-utilsSilvio Fricke2-0/+183
2014-12-04Btrfs-progs: allow fsck to take the tree bytenrJosef Bacik1-2/+9
2014-12-04btrfs-progs: Add simple python front end to the search ioctlChris Mason1-0/+296
2014-12-04btrfs-progs: fix wrong num_devices for btrfs fi show with seed devicesGui Hecheng1-0/+76
2014-12-04btrfs-progs: remove BUG_ON on num of devices for btrfs fi showGui Hecheng1-1/+0
2014-12-04btrfs-progs: skip fs with no seed when build seed/sprout mapping for fi showGui Hecheng1-2/+23
2014-12-04btrfs-progs: rebuild missing block group during chunk recovery if possibleQu Wenruo3-40/+234
2014-12-04btrfs-progs: make the search target device routine more clear for fi showGui Hecheng1-9/+28
2014-12-04btrfs-progs: rework calculations of fi usageDavid Sterba1-48/+103
2014-12-04btrfs-progs: fix improper output msg for btrfs-fi-usageGui Hecheng1-10/+12
2014-12-04btrfs-progs: output the correct path when fi-usage failedGui Hecheng1-1/+1
2014-12-04btrfs-progs: fix wrong data ratio for raid56 in btrfs-file-usageGui Hecheng1-4/+6
2014-12-04btrfs-progs: provide better error message for raid profile mismatchHidetoshi Seto1-6/+35
2014-12-04btrfs-progs: hide FS occupied from device usage outputDavid Sterba1-0/+6
2014-12-04btrfs-progs: move global reserve to overall summaryDavid Sterba1-2/+20
2014-12-04btrfs-progs: clean up return codes and pathsDavid Sterba2-32/+34
2014-12-04btrfs-progs: replace df_pretty_sizes with pretty_size_modeDavid Sterba3-49/+30
2014-12-04btrfs-progs: cleanup filesystem/device usage codeDavid Sterba3-94/+105
2014-12-04btrfs-progs: add section of overall filesystem usageDavid Sterba1-12/+13
2014-12-04btrfs-progs: compare unallocated space against the correct valueDavid Sterba3-8/+6