summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs-progs: fix memory leaks in error pathByongho Lee2015-08-314-5/+36
* btrfs-progs: Add further checks to btrfs replace start commandGoffredo Baroncelli2015-08-311-1/+15
* btrfs-progs: cleanup: remove unnecessary check before btrfs_free_path is calledTsutomu Itoh2015-08-311-2/+1
* btrfs-progs: update help for device statsDavid Sterba2015-08-311-1/+3
* btrfs-progs: fsck-tests: add case for inode losing all its extentsQu Wenruo2015-08-311-0/+0
* btrfs-progs: fsck: fix a infinite loop on discount file extent repairQu Wenruo2015-08-311-0/+9
* btrfs-progs: fsck: print correct file holeQu Wenruo2015-08-311-1/+6
* btrfs-progs: do not install static binaries over non-staticDavid Sterba2015-08-311-1/+3
* btrfs-progs: compilation errors when using musl libcBrendan Heading2015-08-315-0/+6
* btrfs-progs: Add missing exit for parse_profile functionQu Wenruo2015-08-311-0/+1
* btrfs-progs: doc: update qgroup docsDavid Sterba2015-08-312-14/+18
* btrfs-progs: qgroup assign: add option to schedule rescanDavid Sterba2015-08-312-14/+51
* btrfs-progs: qgroup assign: set path after checking argument countDavid Sterba2015-08-311-1/+3
* btrfs-progs: Schedule quota rescan if qgroup assign caused inconsistence.Qu Wenruo2015-08-311-2/+22
* btrfs-progs: Introduce a misc test for thread conflict in btrfs-convertZhao Lei2015-08-311-0/+14
* btrfs-progs: tests: Move code to create loop device to commonZhao Lei2015-08-315-40/+20