summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Btrfs progs v4.2.3v4.2.3David Sterba2015-10-191-1/+1
* btrfs-progs: restore: fix off-by-one len checkVincent Stehlé2015-10-161-1/+1
* btrfs-progs: subvol sync: fix reversed conditionDavid Sterba2015-10-071-1/+1
* btrfs-progs: convert: Print different error message if convert partly failed.Qu Wenruo2015-10-071-1/+7
* btrfs-progs: optimize not to scan repeated fsid mount pointsAnand Jain2015-10-071-0/+4
* Btrfs progs v4.2.2v4.2.2David Sterba2015-10-051-1/+1
* btrfs-progs: fix error checking in load_device_infoDavid Sterba2015-10-021-5/+4
* btrfs-progs: fix double free during scanningDavid Sterba2015-10-021-0/+2
* btrfs-progs: check: fix memset rangeSilvio Fricke2015-10-021-1/+1
* btrfs-progs: tasks info->id is a pthread_t and should not set to -1Silvio Fricke2015-10-021-2/+2
* btrfs-progs: Show detail error message when write sb failed in write_dev_supe...Zhao Lei2015-10-021-2/+12
* btrfs-progs: Increase running state's priority in stat outputZhao Lei2015-10-021-10/+8
* btrfs-progs: fix is_block_device() return checksAnand Jain2015-10-023-9/+10
* btrfs-progs: make sure that is_block_device will return only 0/1David Sterba2015-10-021-1/+1
* btrfs-progs: utils: Check nodesize against featuresQu Wenruo2015-10-024-14/+14
* btrfs-progs: provide fail safe for BTRFS_IOC_GET_FSLABEL ioctlAnand Jain2015-10-023-10/+17
* Btrfs progs v4.2.1v4.2.1David Sterba2015-09-201-1/+1
* btrfs-progs: tests: Add '-o loop' to mount command line in convert-tests.shZhao Lei2015-09-201-1/+1
* btrfs-progs: docs: add option variants, defaults and versions to mount optionsDavid Sterba2015-09-151-10/+48
* btrfs-progs: cleanup, update function definitions to be ANSI conformantDavid Sterba2015-09-143-3/+3
* btrfs-progs: cleanup, mark more functions staticDavid Sterba2015-09-145-11/+11
* btrfs-progs: cleanup, make usage strings staticDavid Sterba2015-09-142-4/+4
* btrfs-progs: use calloc instead of malloc+memset for tree rootsOmar Sandoval2015-09-141-15/+7
* btrfs-progs: image: close all_devices at the endZhao Lei2015-09-111-0/+2
* btrfs-progs: image: don't create unused threadsZhao Lei2015-09-111-5/+8
* btrfs-progs: image: fix infinite looping with -t 0Zhao Lei2015-09-111-2/+3
* btrfs-progs: fix cross stripe boundary checkDavid Sterba2015-09-111-1/+1
* btrfs-progs: close inode scan in copy_inodesZhao Lei2015-09-091-0/+1
* btrfs-progs: Avoid uninitialized data in output of btrfs-convertZhao Lei2015-09-092-0/+6
* btrfs-progs: fix typo in set/get of btrfs_inode_item::sequenceZhao Lei2015-09-091-1/+1
* btrfs-progs: tests: add crafted and fuzzed imagesDavid Sterba2015-09-0912-0/+248
* btrfs-progs: makefile: drop u option from ar invocationArnd Hannemann2015-09-081-1/+1
* btrfs-progs: INSTALL: enhance build instructionsDavid Sterba2015-09-071-0/+27
* btrfs-progs: autogen: add check for pkg-configDavid Sterba2015-09-071-1/+10
* 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