summaryrefslogtreecommitdiff
path: root/utils.h
Commit message (Expand)AuthorAge
* btrfs-progs: replace test_issubvolume() with btrfs_util_is_subvolume()Omar Sandoval2018-03-06
* btrfs-progs: use libbtrfsutil for subvol showOmar Sandoval2018-03-06
* btrfs-progs: Factor out common print_device_infoNikolay Borisov2018-01-31
* btrfs-progs: mkfs: Use the whole file or block device to mkfs for rootdirQu Wenruo2018-01-08
* btrfs-progs: mkfs: fix regression preventing --rootdir to create fileQu Wenruo2018-01-08
* btrfs-progs: extent-cache: actually cache extent buffersJeff Mahoney2017-10-06
* btrfs-progs: change seen_fsid to hold fd and DIRMisono, Tomohiro2017-10-06
* btrfs-progs: move seen_fsid to utils.cMisono, Tomohiro2017-10-06
* btrfs-progs: move get_fsid() to utils.cMisono, Tomohiro2017-10-06
* btrfs-progs: inspect rootid: Allow a file to be specifiedMisono, Tomohiro2017-09-08
* btrfs-progs: subvol show: add support to search subvolume by rootid or uuidAnand Jain2017-07-20
* btrfs-progs: Refactor csum_tree_block to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: move prefixcmp helper to utilsDavid Sterba2017-03-08
* btrfs-progs: move message helpers out of utilsDavid Sterba2017-03-08
* btrfs-progs: move utils code out of headerDavid Sterba2017-03-08
* btrfs-progs: convert: move internal bg size definitionDavid Sterba2017-03-08
* btrfs-progs: move more mkfs declarations to the common headerDavid Sterba2017-03-08
* btrfs-progs: move fs features declarations to own header from utilsDavid 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 some common definitions to own headerDavid 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: 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: 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: remove stray function declarationDavid Sterba2016-10-03
* btrfs-progs: mkfs: use preallocated buffers for config uuidsDavid Sterba2016-09-21
* btrfs-progs: build: add more debugging featuresDavid Sterba2016-08-22
* btrfs-progs: refactor and extend btrfs_prepare_device argumentsDavid Sterba2016-07-28
* btrfs-progs: new helper for option parsing, more permissive for "no options"David Sterba2016-06-17
* btrfs-progs: utils: Introduce new function for convertQu Wenruo2016-06-07
* btrfs-progs: use wider int type in btrfs_min_global_blk_rsv_sizeDavid Sterba2016-06-03
* btrfs-progs: utils: Introduce new pseudo random APIQu Wenruo2016-06-01
* btrfs-progs: fix re-declared get_device_info()Anand Jain2016-05-02
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: rename __strncpy__null to __strncpy_nullDavid 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: move test_issubvolume() to utils.cAnand Jain2016-03-30
* btrfs-progs: libbtrfs: remove max/min macros from APIOndrej Kozina2016-03-14
* btrfs-progs: introduce helper for parsing args without optionsDavid Sterba2016-01-14