summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Btrfs progs v4.2v4.2David Sterba2015-09-031-1/+1
* btrfs-progs: btrfstune: remove unnecessary fsid checksDavid Sterba2015-09-021-40/+18
* btrfs-progs: convert: rework checks of label sizeDavid Sterba2015-09-021-7/+6
* btrfs-progs: doc: document btrfs-select-super(8)Adam Borowski2015-09-022-0/+30
* btrfs-progs: remove unused argument from block_group_free_all_extentZhao Lei2015-09-021-3/+2
* btrfs-progs: Fix some spelling typos in chunk-recover.cZhao Lei2015-09-021-2/+2
* btrfs-progs: stat info for btrfs rescue chunk-recoverZhao Lei2015-09-021-18/+54
* btrfs-progs: Use long type to get thread's return valueZhao Lei2015-09-021-2/+2
* btrfs-progs: use for loop for scan_devicesZhao Lei2015-09-021-3/+1
* btrfs-progs: handle errors in btrfs_wipe_existing_sbDavid Sterba2015-09-021-11/+28
* btrfs-progs: use on-stack buffer for superblockDavid Sterba2015-09-021-9/+1
* btrfs-progs: image: better error handling in update_disk_super_on_deviceDavid Sterba2015-09-021-10/+18
* btrfs-progs: tests: Use mount_test_dev for misc-tests/007-subvolume-syncZhao Lei2015-09-011-2/+2
* btrfs-progs: tests: Fix mount fail of 013-extent-tree-rebuildZhao Lei2015-09-011-2/+2
* btrfs-progs: tests: introduce test dev mount helpersZhao Lei2015-09-011-0/+26
* btrfs-progs: tests: Use --no-same-owner option for tarZhao Lei2015-09-012-3/+3
* btrfs-progs: makefile: add support for additional build flagsDavid Sterba2015-09-012-3/+10
* btrfs-progs: use android compat headerDavid Sterba2015-09-014-3/+8
* btrfs-progs: add compat header for androidDavid Sterba2015-09-011-0/+28
* btrfs-progs: Add Android build mk filekenneth.kang2015-09-011-0/+111
* btrfs-progs: Simplify all-subvolumn-clean condition for wait_for_subvolume_cl...Zhao Lei2015-09-011-8/+7
* btrfs-progs: Simplify memory allocation for enumerate_dead_subvolsZhao Lei2015-09-011-11/+6
* btrfs-progs: Fix wrong return value of wait_for_subvolume_cleaning()Zhao Lei2015-09-011-1/+3
* btrfs-progs: Fix infinite loop of btrfs subvolumn syncZhao Lei2015-09-011-1/+1
* btrfs-progs: fix memory leak in btrfs-convert main()Byongho Lee2015-09-011-4/+5
* btrfs-progs: tests: umount TEST_MNT in clean-tests.shZhao Lei2015-09-011-2/+7
* btrfs-progs: tests: Introduce init_env to initialize common env variantZhao Lei2015-09-019-28/+7
* btrfs-progs: Use common unit parser for btrfs filesystem commandZhao Lei2015-09-012-164/+21
* btrfs-progs: Use common unit parser for btrfs qgroup commandZhao Lei2015-09-011-43/+4
* btrfs-progs: Use common unit parser for btrfs device commandZhao Lei2015-09-011-67/+9
* btrfs-progs: Introduce get_unit_mode_from_arg for common useZhao Lei2015-08-312-0/+126
* btrfs-progs: tests: Introduce subvolume sync testZhao Lei2015-08-311-0/+32
* btrfs-progs: add memory allocation fail check in btrfs_add_to_fsid()Byongho Lee2015-08-311-8/+12
* btrfs-progs: fix memory leak in btrfs-map-logical main()Byongho Lee2015-08-311-0/+2
* btrfs-progs: use btrfs_open_dir for btrfs device commandZhao Lei2015-08-311-11/+5
* btrfs-progs: Introduce btrfs_open_dir wrapperZhao Lei2015-08-312-0/+57
* btrfs-progs: remove code for setup mntid in cmd_subvol_showZhao Lei2015-08-311-7/+1
* btrfs-progs: fix use after free in replace startDavid Sterba2015-08-311-1/+1
* btrfs-progs: add newline to some error messagesTsutomu Itoh2015-08-316-18/+24
* btrfs-progs: close all fs_devices before exit in some commandsZhao Lei2015-08-314-0/+8
* btrfs-progs: Introduce btrfs_close_all_devices helperZhao Lei2015-08-312-0/+12
* btrfs-progs: find-root: fix a bug that will cause wrong resultQu Wenruo2015-08-311-2/+7
* btrfs-progs: find-root: Output matched root when searching all rootsQu Wenruo2015-08-311-1/+6
* btrfs-progs: unified error handling in print_replace_statusZhao Lei2015-08-311-8/+7
* btrfs-progs: Use existing facility to replace read_data_extent functionQu Wenruo2015-08-311-39/+19
* btrfs-progs: tests, verify that btrfs-image works on a missing deviceDavid Sterba2015-08-311-0/+78
* btrfs-progs: tests, add more common helpersDavid Sterba2015-08-311-0/+13
* btrfs-progs: Avoid reading bad fd in case of missing device.Qu Wenruo2015-08-313-5/+5
* btrfs-progs: add missing free operation of raid_map for raid56Zhao Lei2015-08-311-0/+1
* btrfs-progs: Add initialztion of rec->crossing_stripesZhao Lei2015-08-311-0/+1