aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Btrfs progs v4.4HEADv4.4masterDavid Sterba1-1/+1
2016-01-15btrfs-progs: docs: update balance manual pageDavid Sterba1-31/+37
2016-01-15btrfs-progs: debug-tree: tweak tree node checksDavid Sterba1-2/+2
2016-01-15btrfs-progs: fix static buildNoah Massey1-2/+2
2016-01-14btrfs-progs: Use AC_CHECK_TOOL to find ARMike Gilbert1-1/+1
2016-01-14Btrfs progs v4.4-rc1v4.4-rc1David Sterba1-1/+1
2016-01-14btrfs-progs: subvol show: use clean_args_no_options instead of opencodingDavid Sterba1-14/+1
2016-01-14btrfs-progs: introduce helper for parsing args without optionsDavid Sterba3-3/+32
2016-01-14btrfs-progs: move prefixcmp to utilsDavid Sterba2-9/+10
2016-01-14btrfs-progs: receive: don't leak open find handleDavid Sterba1-0/+2
2016-01-14btrfs-progs: also check filesystem type in test_issubvolumeDavid Sterba1-2/+11
2016-01-14btrfs-progs: more verbose errors from test_issubvolumeDavid Sterba2-5/+6
2016-01-14btrfs-progs: let test_issubvolume return the exact errorDavid Sterba2-9/+9
2016-01-14btrfs-progs: use symbolic name for subvolume inode number in test_issubvolumeDavid Sterba1-1/+2
2016-01-14btrfs-progs: handle errors from test_isdirDavid Sterba1-0/+8
2016-01-13btrfs-progs: let test_isdir return the exact errorDavid Sterba1-8/+8
2016-01-13btrfs-progs: debug-tree: teach -t option about the chunk and root treesDavid Sterba1-0/+23
2016-01-13btrfs-progs: subvol show: handle options by getoptDavid Sterba1-3/+18
2016-01-13btrfs-progs: fi usage: support mixed blockgroupsDavid Sterba1-6/+20
2016-01-12btrfs-progs: docs: enhance btrfs-filesystem manual pageDavid Sterba1-39/+175
2016-01-12btrfs-progs: tests: add missing prerequisitesDavid Sterba16-4/+29
2016-01-12btrfs-porgs: fi usage: rename variable to avoid shadowingDavid Sterba1-2/+2
2016-01-12btrfs-porgs: check: rename variable to avoid shadowingDavid Sterba1-4/+4
2016-01-12btrfs-porgs: qgroup: rename variable to avoid shadowingDavid Sterba1-3/+3
2016-01-12btrfs-progs: add function attributes for the printf-likeDavid Sterba2-0/+5
2016-01-12btrfs-progs: build: fix builds with extra warnings, W=1David Sterba1-1/+1
2016-01-12btrfs-progs: check for negative return value from ioctlDavid Sterba11-20/+24
2016-01-12btrfs-progs: remove unnecessary errno temp variablesDavid Sterba12-69/+35
2016-01-12btrfs-progs: free-space-tree: minor message adjustmentsDavid Sterba1-6/+12
2016-01-12btrfsprogs: corrupt-blocks: include limits.h to define PATH_MAXKhem Raj1-0/+1
2016-01-12btrfs-progs: docs: document new mount option fragmentDavid Sterba1-0/+8
2016-01-12btrfs-progs: docs: sort mount options alphabeticallyDavid Sterba1-65/+68
2016-01-12btrfs-progs: check the free space tree in btrfsckOmar Sandoval10-8/+459
2016-01-12btrfs-progs: add basic awareness of the free space treeOmar Sandoval4-2/+92
2016-01-12btrfs-progs: docs: rename btrfs-mount to btrfs-man5David Sterba2-5/+5
2016-01-12btrfs-progs: docs, btrfs-mount: enhance file attributes sectionDavid Sterba1-14/+43
2016-01-12btrfs-progs: cleanup, move usage help strings closer to the command callbacksDavid Sterba3-46/+46
2016-01-12btrfs-progs: cmd property: use correct usage stringsDavid Sterba1-2/+2
2016-01-12btrfs-progs: cmd fi usage: switch to common error message wrapperDavid Sterba1-25/+18
2016-01-12btrfs-progs: cmd filesystem: switch to common error message wrapperDavid Sterba1-42/+28
2016-01-12btrfs-progs: cmd replace: switch to common error message wrapperDavid Sterba1-23/+14
2016-01-12btrfs-progs: cmd subvolume: switch to common error message wrapperDavid Sterba1-59/+41
2016-01-12btrfs-progs: cmd send: switch to common error message wrapperDavid Sterba1-73/+44
2016-01-12btrfs-progs: cmd receive: switch to common error message wrapperDavid Sterba1-114/+78
2016-01-12btrfs-progs: cmd qgroup: switch to common error message wrapperDavid Sterba1-15/+10
2016-01-12btrfs-progs: cmd property: switch to common error message wrapperDavid Sterba1-20/+14
2016-01-12btrfs-progs: cmd balance: switch to common error message wrapperDavid Sterba1-62/+40
2016-01-12btrfs-progs: cmd quota: switch to common error message wrapperDavid Sterba1-5/+3
2016-01-12btrfs-progs: cmd rescue: switch to common error message wrapperDavid Sterba1-12/+10
2016-01-12btrfs-progs: catch memory allocation failure in btrfs_split_itemDavid Sterba1-0/+1
2016-01-12btrfs-progs: handler memory allocation failure in add_extent_recDavid Sterba1-0/+2
2016-01-12btrfs-progs: catch memory allocation failure from alloc_data_backrefDavid Sterba1-1/+6
2016-01-12btrfs-progs: catch memory allocation failure from alloc_tree_backrefDavid Sterba1-1/+6
2016-01-12btrfs-progs: catch memory allocation failure in splice_shared_nodeDavid Sterba1-0/+1
2016-01-12btrfs-progs: handle errors in get_inode_backref and fail in the callerDavid Sterba1-0/+3
2016-01-12btrfs-progs: handle errors in get_root_backref and fail in the callerDavid Sterba1-0/+3
2016-01-12btrfs-progs: return errors from get_root_rec, fail in callersDavid Sterba1-1/+8
2016-01-12btrfs-progs: handle errors in add_shared_node and fail in the callerDavid Sterba1-3/+7
2016-01-12btrfs-progs: return errors from clone_inode_rec, fail in callersDavid Sterba1-2/+30
2016-01-12btrfs-progs: return errors from get_inode_rec, fail in callersDavid Sterba1-1/+15
2016-01-12btrfs-progs: docs, enhance the mount option manual pageDavid Sterba1-95/+197
2016-01-12btrfs-progs: docs, btrfs-mount: enhance fatal_errosDavid Sterba1-2/+7
2016-01-12btrfs-progs: docs, btrfs-mount: put NOTE tag to new paragraphDavid Sterba1-0/+1
2016-01-12btrfs-progs: docs, btrfs-mount: unindent descriptionsDavid Sterba1-135/+135
2016-01-12btrfs-progs: document snapshot unaware defragChristoph Anton Mitterer2-4/+14
2016-01-12btrfs-progs: docs, update btrfs(8) manual pageDavid Sterba1-9/+15
2016-01-12Btrfs-progs: fix typo in parse_rangeLiu Bo1-1/+1
2016-01-12btrfs-progs: use on-stack buffer in add_symbolic_linkDavid Sterba1-5/+3
2016-01-12btrfs: only free root_path if it was allocated from the heapNeil Horman1-1/+3
2016-01-12btrfs-progs: fix using on-disk structure to store in memory dataByongho Lee1-11/+17
2016-01-12btrfs-progs: fix endian bug in update_super()Byongho Lee1-2/+1
2016-01-12btrfs-progs: fix endian bugs in chunk rebuildingByongho Lee1-4/+4
2016-01-12btrfs-progs: make private symbols to staticByongho Lee2-6/+6
2016-01-12btrfs-progs: use NULL instead of 0Byongho Lee4-11/+13
2016-01-12btrfs-progs: get sparse checking workingByongho Lee1-1/+1
2016-01-12btrfs-progs: Enhance chunk validation checkQu Wenruo3-3/+36
2016-01-12btrfs-progs: ftw_add_entry_size: Round up file size to sectorsizeChandan Rajendra1-4/+4
2016-01-12btrfs-progs: balance: enhance the usage filter with rangeDavid Sterba1-5/+24
2016-01-12btrfs-progs: extend balance args to take min/max usage filterDavid Sterba4-1/+25
2016-01-12btrfs-progs: balance: add stripes filterGabríel Arthúr Pétursson4-1/+26
2016-01-12btrfs-progs: balance: enhance the limit fiter with rangeDavid Sterba1-4/+12
2016-01-12btrfs-progs: extend balance args to take min/max limit filterDavid Sterba4-1/+23
2016-01-12btrfs-progs: tests: test multiple-linked file corruptionNaohiro Aota2-4/+7
2016-01-12btrfs-progs: Introduce new members for btrfs_convert_contextQu Wenruo2-0/+33
2016-01-12btrfs-progs: extent-tree: Add add_merge_cache_extent functionQu Wenruo2-0/+65
2016-01-12btrfs-progs: extent-cache: Add comments for search/lookup functionsQu Wenruo1-0/+31
2016-01-12btrfs-progs: check, properly reset nlink of multi-linked fileNaohiro Aota1-2/+3
2016-01-12btrfs-progs: tests: print test typeDavid Sterba5-7/+7
2016-01-04btrfs-progs: show-super: copy implementation of btrfs_read_sys_arrayDavid Sterba1-15/+54
2016-01-04btrfs-progs: tests: add sys-array-num-stripes-0.raw.xzDavid Sterba2-0/+30
2016-01-04btrfs-progs: verbose error when we find an unexpected item in sys_arrayDavid Sterba1-1/+5
2016-01-04btrfs-progs: handle invalid num_stripes in sys_arrayDavid Sterba1-0/+8
2016-01-04btrfs-progs: add more checks to btrfs_read_sys_arrayDavid Sterba1-3/+23
2016-01-04btrfs-progs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba1-15/+16
2016-01-04btrfs-progs: update btrfs_read_sys_array to match kernel implementationDavid Sterba1-15/+16
2016-01-04btrfs-progs: tests: mkfs, check sectorsize and nodesize combinationsQu Wenruo1-0/+49
2016-01-04btrfs-progs: install to /usr/local by default againDavid Sterba1-1/+1
2016-01-04btrfs-progs: docs: mkfs, implications of DUP on devicesDavid Sterba2-5/+29
2015-11-26btrfs-progs: tests: enhance 001-basic-profiles with --data DUPDavid Sterba1-0/+2
2015-11-26btrfs-progs: mkfs: allow --data DUP for single deviceZhao Lei3-10/+7
2015-11-26btrfs-progs: convert: add context and operations struct to allow different fi...Jeff Mahoney1-58/+202
2015-11-26btrfs-progs: tests: add 019-non-skinny-false-alertDavid Sterba2-0/+23
2015-11-26btrfs-progs: fsck: Fix a false alert where extent record has wrong metadata flagQu Wenruo1-0/+4
2015-11-24btrfs-progs: docs: update raid table in mkfs manpageDavid Sterba1-8/+14
2015-11-19btrfs-progs: chunk-recovery: Fix a float point errorQu Wenruo2-3/+23
2015-11-19btrfs-progs: tests: add 007-mix-nodesize-sectorsizeDavid Sterba1-0/+35
2015-11-19btrfs-progs: mkfs: use correct size for superblock csum and writeoutDavid Sterba1-4/+4
2015-11-18btrfs-progs: docs: fix typo in balance man pageJeffrey Schiller1-1/+1
2015-11-16Btrfs progs v4.3.1v4.3.1David Sterba1-1/+1
2015-11-16btrfs-progs: fix fd leak in resolve_loop_device_with_loopdevDavid Sterba1-5/+10
2015-11-16btrfs-progs: tests: add 006-partitioned-loopdevDavid Sterba2-0/+26
2015-11-16btrfs-progs: utils: do not expect lo_file_name to be null terminatedDavid Sterba1-1/+2
2015-11-16btrfs-progs: Fix partitioned loop devices resolvingFlorian Margaine1-1/+30
2015-11-16btrfs-progs: find-root: Add support to search chunk rootQu Wenruo3-11/+29
2015-11-16btrfs-progs: cleanup cmd_device_usage, simplify loop checksZhao Lei1-6/+4
2015-11-16btrfs-progs: device: use warning/error for error messageZhao Lei1-29/+18
2015-11-16btrfs-progs: Check periodic.timer_fd's value before useZhao Lei1-0/+3
2015-11-16btrfs-progs: tests: add 005-long-device-name-for-ssdDavid Sterba1-0/+39
2015-11-16btrfs-progs: mkfs: increase buffer size in is_ssdMichael Lass1-1/+1
2015-11-16btrfs-progs: tests: add 011-delete-missing-deviceDavid Sterba1-0/+82
2015-11-16btrfs-progs: allow device deletion using 'missing' keyword againAlexander Fougner1-1/+1
2015-11-16btrfs-progs: mkfs: handler memory allocation error in make_btrfsDavid Sterba1-3/+5
2015-11-16btrfs-progs: image: reorder initialization in metadump_initDavid Sterba1-19/+13
2015-11-13btrfs-progs: corrupt-block: use on-stack path buffer in corrupt_dir_itemDavid Sterba1-7/+1
2015-11-13btrfs-progs: calc-size: kill fs_roots structure and its userDavid Sterba1-9/+3
2015-11-13btrfs-progs: calc-size: use on-stack buffer for a helper structureDavid Sterba1-12/+4
2015-11-13btrfs-progs: drop unused argument from zero_output_fileDavid Sterba1-2/+2
2015-11-13btrfs-progs: use fixed size buffer in zero_output_fileDavid Sterba1-10/+7
2015-11-13btrfs-progs: handle memory allocation failures in traverse_directoryDavid Sterba1-0/+6
2015-11-13btrfs-progs: handle memory allocation failure in add_file_itemsDavid Sterba1-0/+6
2015-11-13btrfs-progs: use on-stack buffer in __csum_tree_block_sizeDavid Sterba1-7/+1
2015-11-13btrfs-progs: use on-stack buffer in __ino_to_path_fdDavid Sterba1-7/+2
2015-11-13btrfs-progs: use on-stack buffer in recover_prepareDavid Sterba1-13/+6
2015-11-13btrfs-progs: use on-stack variable in __rebuild_device_itemsDavid Sterba1-6/+2
2015-11-13btrfs-progs: use on-stack buffer for btrfs_scan_one_deviceDavid Sterba1-13/+3
2015-11-13btrfs-progs: use on-stack buffer for dev_to_fsidDavid Sterba1-7/+1
2015-11-06btrfs-progs: remove unused parameter from print_one_fsDavid Sterba1-3/+2
2015-11-06btrfs-progs: don't print version info from embedded subcommandsDavid Sterba2-4/+0
2015-11-06btrfs-progs: simplify empty stirngs checkDavid Sterba6-14/+14
2015-11-06btrfs-progs: utils: rename helpinfo unit vairablesDavid Sterba5-7/+7
2015-11-06Btrfs progs v4.3v4.3David Sterba1-1/+1
2015-11-05btrfs-progs: mkfs: do not truncate the image when --rootdir is setDavid Sterba2-1/+31
2015-11-05btrfs-progs: Allow btrfs_leaf_free_space to accept NULL rootQu Wenruo1-4/+5
2015-11-03btrfs-progs: mkfs: Round device size down to sectorsizeZhao Lei1-0/+2
2015-11-03btrfs-progs: Rename variables in btrfs_add_to_fsidZhao Lei1-5/+5
2015-11-03btrfs-progs: print-tree: Output stripe dev uuidQu Wenruo1-0/+8
2015-11-03btrfs-progs: mkfs: remove unused code of format uuid stringZhao Lei1-3/+0
2015-11-03btrfs-progs: mkfs: output device list in sorted orderZhao Lei1-1/+11
2015-11-03btrfs-progs: fi usage: print header and footer separation lineDavid Sterba1-2/+10
2015-11-03btrfs-progs: string table: add specifier for fillup charDavid Sterba2-5/+5
2015-11-03btrfs-progs: string table: cleanup, rename single letter variablesDavid Sterba1-16/+16
2015-11-03btrfs-progs: string table: fix whitespace damageDavid Sterba2-31/+23
2015-11-03btrfs-progs: fi usage: print device id column in the tabular output<F2>David Sterba1-7/+10
2015-11-03btrfs-progs: fi usage: cleanup, replace space info starting column constantDavid Sterba1-5/+7
2015-11-03btrfs-progs: fi usage: cleanup, replace header constantDavid Sterba1-12/+16
2015-11-03btrfs-progs: fi usage: properly count real space infosDavid Sterba1-2/+9
2015-11-02btrfs-progs: fi usage: print path header in the tabular modeDavid Sterba1-0/+1
2015-11-02btrfs-progs: fi usage: cleanup, print header in one goDavid Sterba1-16/+5
2015-11-02btrfs-progs: fi usage: do not print global block reserveDavid Sterba1-16/+46
2015-11-02Btrfs progs v4.3-rc1v4.3-rc1David Sterba1-1/+1
2015-11-02btrfs-progs: show-super: Add option to print superblock at given bytenrQu Wenruo2-1/+10
2015-11-02btrfs-progs: docs: enhance manual page for inspect-internalDavid Sterba1-21/+29
2015-11-02btrfs-progs: docs: enhance the manual page for convertDavid Sterba1-23/+62
2015-11-02btrfs-progs: docs: enhance manual page for balanceDavid Sterba1-45/+98
2015-11-02btrfs-progs: docs: enhance manual page for btrfstuneDavid Sterba1-8/+11
2015-11-02btrfs-progs: docs: enhance manual page for mkfsDavid Sterba1-95/+229
2015-11-02btrfs-progs: mkfs: print version info firstDavid Sterba1-7/+5
2015-11-02btrfs-progs: image: fix bogus check after cpu on-line detectionDavid Sterba1-3/+5
2015-11-02btrfs-progs: Avoid use pointer in handle_optionsZhao Lei1-14/+18
2015-11-02btrfs-progs: Fix uninitialized key.type for btrfs_find_free_objectidZhao Lei1-0/+1
2015-11-02btrfs-progs: Fix negative eb's ref_cnt in btrfs-calc-sizeZhao Lei1-1/+8
2015-11-02btrfs-progs: fix floating point exception for btrfs-calc-sizeZhao Lei1-2/+2
2015-11-02btrfs-progs: add initial tests/READMEDavid Sterba1-0/+136
2015-11-02btrfs-progs: add an initial READMEDavid Sterba1-0/+41
2015-11-02btrfs-progs: mkfs: remove stray message about forced mixed-bgDavid Sterba1-5/+0
2015-11-02btrfs-progs: tests: add 003-mixed-with-wrong-nodesizeDavid Sterba1-0/+12
2015-11-02btrfs-progs: tests: do not log output of run_mayfail to terminalDavid Sterba1-2/+6
2015-11-02Btrfs-progs: Prevent creation of filesystem with 'mixed bgs' and having diffe...Chandan Rajendra1-12/+13
2015-11-02btrfs-progs: use system's default path for math.hZhao Lei1-1/+1
2015-11-02btrfs-progs: Add missing close_ctree to btrfs-select-super.cZhao Lei1-0/+1
2015-11-02btrfs-progs: Add all missing btrfs_close_all_devices to standalone toolsZhao Lei6-1/+10
2015-11-02btrfs-progs: Remove all btrfs_close_all_devices in sub-commandZhao Lei3-6/+0
2015-11-02btrfs-progs: btrfs: Add missing btrfs_close_all_devices for btrfs commandZhao Lei1-1/+8
2015-11-02btrfs-progs: tests: add support for command instrumentationDavid Sterba1-3/+15
2015-11-02btrfs-progs: tests: 001-simple-unmounted: iterate over fuzzed images and run ...David Sterba1-0/+20
2015-11-02btrfs-progs: tests: add test driver for fuzzed imagesDavid Sterba2-1/+46
2015-11-02btrfs-progs: fix missing initialization of list head for dev_listAnand Jain1-0/+1
2015-11-02btrfs-progs: fix uninitialized copy of btrfs_fs_devices listAnand Jain1-1/+1
2015-11-02btrfs-progs: tests: do not run sudo helper tests if not necessaryDavid Sterba1-1/+1
2015-11-02btrfs-progs: tests: set default test image size to 2GDavid Sterba1-1/+1
2015-11-02btrfs-progs: tests: add 010-convert-delete-ext2-subvolDavid Sterba1-0/+24
2015-11-02Btrfs-progs: fix btrfs-convert rollback to check ROOT_BACKREFLiu Bo1-0/+17
2015-11-02btrfs-progs: mute coverity warnings about deadcodeEryu Guan1-4/+4
2015-11-02btrfs-progs: tests: add 002-no-force-mixed-on-small-volumeDavid Sterba1-0/+13
2015-11-02btrfs-progs: tests: add 001-basic-profiles mkfs testsDavid Sterba1-0/+89
2015-11-02btrfs-progs: tests: add mkfs testsDavid Sterba2-1/+49
2015-11-02Btrfs-progs: Do not force mixed block group creation unless '-M' option is sp...Chandan Rajendra6-23/+45
2015-11-02btrfs-progs: add helpers to print rangesDavid Sterba1-0/+20
2015-11-02btrfs-progs: add helpers for parsing 32bit rangesDavid Sterba1-0/+32
2015-11-02btrfs-progs: extend parse_range API to accept a relaxed rangeDavid Sterba1-5/+25