summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAge
* 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
* btrfs-progs: move make_btrfs arguments to a structDavid Sterba2015-07-01
* btrfs-progs: add helper for copying pathsDavid Sterba2015-06-12
* btrfs-progs: properly set up ioctl argumentsDavid Sterba2015-06-12
* btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba2015-06-12
* btrfs-progs: use less memory for pretty_size_mode buffersDavid Sterba2015-06-11
* btrfs-progs: print error within test_num_disk_vs_raidDavid Sterba2015-06-11
* btrfs-progs: print error within test_dev_for_mkfsDavid Sterba2015-06-11
* btrfs-progs: cleanup after errors in open_file_or_dir3David Sterba2015-06-09
* btrfs-progs: fix argv0_buf handlingDavid Sterba2015-06-09
* btrfs-progs: return the fsid from make_btrfs()Goffredo Baroncelli2015-06-08
* btrfs-progs: add strdup in btrfs_add_to_fsid() to track the device pathGoffredo Baroncelli2015-06-08
* btrfs-progs: mkfs: move info message out of btrfs_add_to_fsidDavid Sterba2015-06-08
* btrfs-progs: add function to stringify filesystem featuresDavid Sterba2015-06-04
* btrfs-progs: mkfs: check metadata redundancySam Tygier2015-06-02
* btrfs-progs: btrfs_scan_block_devices is unused function delete itAnand Jain2015-05-14
* btrfs-progs: print fs features filtered by a maskDavid Sterba2015-04-07
* btrfs-progs: move feature parsing from mkfs to utilsDavid Sterba2015-04-07
* btrfs-progs: mkfs, deprecate leafsize and clean up the codeDavid Sterba2015-04-07
* btrfs-progs: Allow parse_qgroupid() to resolve subvolume path into qgroupidQu Wenruo2015-03-24
* btrfs-progs: Move parse_qgroupid() to utils.cQu Wenruo2015-03-24
* btrfs-progs: Fix msgs in check_node_or_leaf_sizeSebastian Thorarensen2015-03-23
* btrfs-progs: mkfs: Move out some nodesize codeSebastian Thorarensen2015-03-23
* btrfs-progs: don't output operational status information to stderrXing Gu2015-01-27
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27