summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAge
* btrfs-progs: move prefixcmp helper to utilsDavid Sterba2017-03-08
* btrfs-progs: move utils code out of headerDavid Sterba2017-03-08
* btrfs-progs: move mkfs helper implementation out of utilsDavid Sterba2017-03-08
* btrfs-progs: move more mkfs declarations to the common headerDavid Sterba2017-03-08
* btrfs-progs: move fs features implementation to own fileDavid Sterba2017-03-08
* btrfs-progs: move fs features declarations to own header from utilsDavid Sterba2017-03-08
* btrfs-progs: convert: move common api implementation to own fileDavid Sterba2017-03-08
* btrfs-progs: mkfs: move common api implementation to own fileDavid Sterba2017-03-08
* btrfs-progs: move convert definitions to own headerDavid Sterba2017-03-08
* btrfs-progs: move mkfs definitions to own headerDavid Sterba2017-03-08
* btrfs-progs: move help implemetnation to own fileDavid Sterba2017-03-08
* btrfs-progs: move help defines to own headerDavid Sterba2017-03-08
* btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo2017-03-08
* btrfs-progs: introduce global configDavid Sterba2017-03-08
* btrfs-progs: mkfs/convert: separate the convert part from make_btrfsDavid Sterba2017-01-27
* btrfs-progs: mkfs: print device name while trimmingDavid Sterba2017-01-25
* btrfs-progs: make negative number pretty printing optionalDavid Sterba2017-01-25
* btrfs-progs: utils: negative numbers are more plausible than sizes over 8 EiBZygo Blaxell2017-01-25
* btrfs-progs: Use helper function to access btrfs_super_block->sys_chunk_array...Chandan Rajendra2016-12-14
* btrfs-progs: move lookup_path_rootid to library utilsDavid Sterba2016-11-24
* btrfs-progs: utils: Fix NULL pointer derefernces in string_is_numericalQu Wenruo2016-11-23
* btrfs-progs: mkfs: add names of matching sysfs feature namesDavid Sterba2016-11-11
* btrfs-progs: mkfs: enhance feature tableDavid Sterba2016-11-11
* btrfs-progs: mkfs: extend mkfs features with compat, safe and default versionsDavid Sterba2016-11-11
* btrfs-progs: mkfs: add temporary variable for fs featuresDavid Sterba2016-11-11
* btrfs-progs: use correct type for device id iteration in get_fs_infoDavid Sterba2016-11-09
* btrfs-progs: fix search tree v2 ioctl detectionDavid Sterba2016-11-09
* btrfs-progs: utils: remove useless check in make_btrfsDavid Sterba2016-11-09
* btrfs-progs: mkfs: store creation time of the toplevel subvolumeDavid Sterba2016-11-09
* btrfs-progs: subvol show: print more details about toplevel subvolumeDavid Sterba2016-11-09
* btrfs-progs: use existing rootid resolving helper in btrfs_list_get_path_rootidDavid Sterba2016-11-09
* btrfs-progs: rename lookup_ino_rootidDavid Sterba2016-11-09
* btrfs-progs: rename btrfs_scan_lblkid() to btrfs_scan_devices()Karel Zak2016-10-25
* btrfs-progs: mkfs: detect version of running kernelDavid Sterba2016-10-25
* btrfs-progs: constify string arguments where appropriateDavid Sterba2016-10-03
* btrfs-progs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-10-03
* btrfs-progs: use standard allocation functions in non-kenrel codeDavid Sterba2016-10-03
* btrfs-progs: improve error handling in btrfs_add_to_fsidDavid Sterba2016-10-03
* btrfs-progs: remove redundant check in btrfs_add_to_fsidDavid Sterba2016-10-03
* btrfs-progs: mkfs: handle block ordering errors in make_btrfsDavid Sterba2016-09-21
* btrfs-progs: mkfs: check for sane sectorsize earlierDavid Sterba2016-09-21
* btrfs-progs: more verbose error handling in creation helpersDavid Sterba2016-09-21
* btrfs-progs: switch BUG_ON to ASSERT in reserve_free_spaceDavid Sterba2016-09-21
* btrfs-progs: mkfs: use preallocated buffers for config uuidsDavid Sterba2016-09-21
* btrfs-progs: mkfs: Warn user for minimal RAID5/6 devices setupQu Wenruo2016-09-21
* btrfs-progs: two staged filesystem creationDavid Sterba2016-08-24
* btrfs-progs: introduce signature for a partially set up filesystemDavid Sterba2016-08-24
* btrfs-progs: make superblock reading/scanning api more genericDavid Sterba2016-08-24
* btrfs-progs: refactor and extend btrfs_prepare_device argumentsDavid Sterba2016-07-28
* btrfs-progs: du: fix to skip not btrfs dir/fileWang Shilong2016-07-13