summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* btrfs-progs: inspect: set return value of error caseZhao Lei2015-11-02
* btrfs-progs: inspect: Bypass unnecessary clean function in open_errorZhao Lei2015-11-02
* btrfs-progs: balance: use btrfs_open_dir for btrfs balance commandZhao Lei2015-11-02
* btrfs-progs: filesystem: use btrfs_open_dir for btrfs filesystem commandZhao Lei2015-11-02
* btrfs-progs: subvolume: use btrfs_open_dir for btrfs subvolume commandZhao Lei2015-11-02
* btrfs-progs: print root item's last_snapshot valueLakshmipathi.G2015-11-02
* btrfs-progs: docs: add html build targetDavid Sterba2015-11-02
* btrfs-progs: build: make support for static checkers more genericDavid Sterba2015-10-21
* btrfs-progs: check: update help textDavid Sterba2015-10-21
* btrfs-progs: a bit of makefile documentationDavid Sterba2015-10-21
* btrfs-progs: build: allow to build with various compiler warningsDavid Sterba2015-10-21
* btrfs-progs: tests: print commands on terminal if requestedDavid Sterba2015-10-21
* btrfs-progs: misc tests: add 009-subvolume-sync-must-waitDavid Sterba2015-10-21
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-21
* btrfs-progs: use common warning/error for cmds-scrub.cZhao Lei2015-10-21
* btrfs-progs: Introduce warning and error for common useZhao Lei2015-10-21
* btrfs-progs: check: add progress indicatorSilvio Fricke2015-10-21
* btrfs-progs: add more superblock validation checksQu Wenruo2015-10-21
* btrfs-progs: Read the whole superblock instead of struct btrfs_super_blockQu Wenruo2015-10-21
* btrfs-progs: enhance error message with status from kernel and errnoZhao Lei2015-10-19
* btrfs-progs: use switch instead of a series of ifs for output error messageZhao Lei2015-10-19
* btrfs-progs: tests: Avoid printing useless warning in fsck testsZhao Lei2015-10-19
* btrfs-progs: fsck: Add check for extent and parent chunk typeQu Wenruo2015-10-19
* btrfs-progs: tests: Introduce misc-tests/008-leaf-crossing-stripesZhao Lei2015-10-19
* btrfs-progs: tests: Introduce fsck-tests/018-leaf-crossing-stripesZhao Lei2015-10-19
* btrfs-progs: tests: Move extract_image out of check_all_images for common useZhao Lei2015-10-19
* Btrfs progs v4.2.3David Sterba2015-10-19
* btrfs-progs: restore: fix off-by-one len checkVincent Stehlé2015-10-16
* btrfs-progs: subvol sync: fix reversed conditionDavid Sterba2015-10-07
* btrfs-progs: convert: Print different error message if convert partly failed.Qu Wenruo2015-10-07
* btrfs-progs: optimize not to scan repeated fsid mount pointsAnand Jain2015-10-07
* Btrfs progs v4.2.2David Sterba2015-10-05
* btrfs-progs: fix error checking in load_device_infoDavid Sterba2015-10-02
* btrfs-progs: fix double free during scanningDavid Sterba2015-10-02
* btrfs-progs: check: fix memset rangeSilvio Fricke2015-10-02
* btrfs-progs: tasks info->id is a pthread_t and should not set to -1Silvio Fricke2015-10-02
* btrfs-progs: Show detail error message when write sb failed in write_dev_supe...Zhao Lei2015-10-02
* btrfs-progs: Increase running state's priority in stat outputZhao Lei2015-10-02
* btrfs-progs: fix is_block_device() return checksAnand Jain2015-10-02
* btrfs-progs: make sure that is_block_device will return only 0/1David Sterba2015-10-02
* btrfs-progs: utils: Check nodesize against featuresQu Wenruo2015-10-02
* btrfs-progs: provide fail safe for BTRFS_IOC_GET_FSLABEL ioctlAnand Jain2015-10-02
* Btrfs progs v4.2.1David Sterba2015-09-20
* btrfs-progs: tests: Add '-o loop' to mount command line in convert-tests.shZhao Lei2015-09-20
* btrfs-progs: docs: add option variants, defaults and versions to mount optionsDavid Sterba2015-09-15
* btrfs-progs: cleanup, update function definitions to be ANSI conformantDavid Sterba2015-09-14
* btrfs-progs: cleanup, mark more functions staticDavid Sterba2015-09-14
* btrfs-progs: cleanup, make usage strings staticDavid Sterba2015-09-14
* btrfs-progs: use calloc instead of malloc+memset for tree rootsOmar Sandoval2015-09-14
* btrfs-progs: image: close all_devices at the endZhao Lei2015-09-11