summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAge
* btrfs-progs: mkfs: fix an error when using DUP on multidev fsSatoru Takeuchi2016-03-30
* btrfs-progs: fix fd leak in get_subvol_infoDavid Sterba2016-03-30
* btrfs-progs: use safe copy for label buffer everywhereDavid Sterba2016-03-30
* btrfs-progs: rename __strncpy__null to __strncpy_nullDavid Sterba2016-03-30
* btrfs-progs: mkfs: allow DUP on multidev fs, only warnDavid Sterba2016-03-30
* btrfs-progs: cleanup block group helpers typesDavid Sterba2016-03-30
* btrfs-progs: utils: make more arguments constDavid Sterba2016-03-30
* btrfs-progs: rename get_subvol_name() to subvol_strip_mountpoint()Anand Jain2016-03-30
* btrfs-progs: create get_subvol_info()Anand Jain2016-03-30
* btrfs-progs: move get_subvol_name() to utils.cAnand Jain2016-03-30
* btrfs-progs: remove duplicate function __is_subvol()Anand Jain2016-03-30
* btrfs-progs: move test_issubvolume() to utils.cAnand Jain2016-03-30
* btrfs-progs: rearrange subvolume functions togetherAnand Jain2016-03-30
* btrfs-progs: utils: make sure set_label_mounted uses correct length buffersPetros Angelatos2016-03-30
* btrfs-progs: utils: switch more error messages to common helpersDavid Sterba2016-03-14
* btrfs-progs: improve error messages after failed wipingDavid Sterba2016-03-14
* btrfs-progs: Avoid interpreting options after "--" when getting unit modeSatoru Takeuchi2016-03-14
* btrfs-progs: Dont' stop scanning of devices at first failed deviceYauhen Kharuzhy2016-03-14
* btrfs-progs: util: Fix a wrong unit of pretty_sizeQu Wenruo2016-03-14
* btrfs-progs: write down the meaning of BTRFS_ARG_BLKDEVSatoru Takeuchi2016-02-05
* btrfs-progs: introduce helper for parsing args without optionsDavid Sterba2016-01-14
* btrfs-progs: let test_isdir return the exact errorDavid Sterba2016-01-13
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-12
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-12
* btrfs-progs: use NULL instead of 0Byongho Lee2016-01-12
* btrfs-progs: docs: mkfs, implications of DUP on devicesDavid Sterba2016-01-04
* btrfs-progs: mkfs: allow --data DUP for single deviceZhao Lei2015-11-26
* btrfs-progs: mkfs: use correct size for superblock csum and writeoutDavid Sterba2015-11-19
* btrfs-progs: fix fd leak in resolve_loop_device_with_loopdevDavid Sterba2015-11-16
* btrfs-progs: utils: do not expect lo_file_name to be null terminatedDavid Sterba2015-11-16
* btrfs-progs: Fix partitioned loop devices resolvingFlorian Margaine2015-11-16
* btrfs-progs: mkfs: handler memory allocation error in make_btrfsDavid Sterba2015-11-16
* btrfs-progs: simplify empty stirngs checkDavid Sterba2015-11-06
* btrfs-progs: mkfs: Round device size down to sectorsizeZhao Lei2015-11-03
* btrfs-progs: Rename variables in btrfs_add_to_fsidZhao Lei2015-11-03
* btrfs-progs: fix missing initialization of list head for dev_listAnand Jain2015-11-02
* Btrfs-progs: Do not force mixed block group creation unless '-M' option is sp...Chandan Rajendra2015-11-02
* btrfs-progs: move is_numerical() helper to utils and renameAnand Jain2015-11-02
* btrfs-progs: use btrfs_open_dir in open_path_or_dev_mntZhao Lei2015-11-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: cleanup, update function definitions to be ANSI conformantDavid Sterba2015-09-14
* btrfs-progs: handle errors in btrfs_wipe_existing_sbDavid Sterba2015-09-02
* btrfs-progs: Introduce get_unit_mode_from_arg for common useZhao Lei2015-08-31
* btrfs-progs: add memory allocation fail check in btrfs_add_to_fsid()Byongho Lee2015-08-31
* btrfs-progs: Introduce btrfs_open_dir wrapperZhao Lei2015-08-31
* btrfs-progs: utils: missing newline in error messages when checking dupDavid Sterba2015-07-14
* btrfs-progs: drop unused parameter from make_btrfsDavid Sterba2015-07-01