libbtrfsutil: use local mkfs.btrfs for tests if it exists
[platform/upstream/btrfs-progs.git] / utils.c
2018-03-06 Omar Sandovalbtrfs-progs: replace test_issubvolume() with btrfs_util...
2018-03-06 Omar Sandovalbtrfs-progs: use libbtrfsutil for subvol show
2018-02-19 Axel Burribtrfs-progs: prevent incorrect use of subvol_strip_moun...
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2018-01-31 David Sterbabtrfs-progs: don't clobber errno in close_file_or_dir
2018-01-31 Nikolay Borisovbtrfs-progs: Replace usage of list_for_each with list_f...
2018-01-31 Nikolay Borisovbtrfs-progs: Factor out common print_device_info
2018-01-08 Qu Wenruobtrfs-progs: mkfs: Use the whole file or block device...
2018-01-08 Qu Wenruobtrfs-progs: mkfs: fix regression preventing --rootdir...
2017-10-06 Jeff Mahoneybtrfs-progs: extent-cache: actually cache extent buffers
2017-10-06 Misono, Tomohirobtrfs-progs: change seen_fsid to hold fd and DIR
2017-10-06 Misono, Tomohirobtrfs-progs: move seen_fsid to utils.c
2017-10-06 Misono, Tomohirobtrfs-progs: move get_fsid() to utils.c
2017-09-08 Misono, Tomohirobtrfs-progs: inspect rootid: Allow a file to be specified
2017-09-08 David Sterbabtrfs-progs: add crude error handling when transaction...
2017-07-20 Anand Jainbtrfs-progs: subvol show: add support to search subvolu...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_add_device() to use btrfs_f...
2017-07-03 Qu Wenruobtrfs-progs: Refactor nodesize users in utils.c
2017-03-08 David Sterbabtrfs-progs: move prefixcmp helper to utils
2017-03-08 David Sterbabtrfs-progs: move utils code out of header
2017-03-08 David Sterbabtrfs-progs: move mkfs helper implementation out of...
2017-03-08 David Sterbabtrfs-progs: move more mkfs declarations to the common...
2017-03-08 David Sterbabtrfs-progs: move fs features implementation to own...
2017-03-08 David Sterbabtrfs-progs: move fs features declarations to own heade...
2017-03-08 David Sterbabtrfs-progs: convert: move common api implementation...
2017-03-08 David Sterbabtrfs-progs: mkfs: move common api implementation to...
2017-03-08 David Sterbabtrfs-progs: move convert definitions to own header
2017-03-08 David Sterbabtrfs-progs: move mkfs definitions to own header
2017-03-08 David Sterbabtrfs-progs: move help implemetnation to own file
2017-03-08 David Sterbabtrfs-progs: move help defines to own header
2017-03-08 Qu Wenruobtrfs-progs: Introduce kernel sizes to cleanup large...
2017-03-08 David Sterbabtrfs-progs: introduce global config
2017-01-27 David Sterbabtrfs-progs: mkfs/convert: separate the convert part...
2017-01-25 David Sterbabtrfs-progs: mkfs: print device name while trimming
2017-01-25 David Sterbabtrfs-progs: make negative number pretty printing optional
2017-01-25 Zygo Blaxellbtrfs-progs: utils: negative numbers are more plausible...
2016-12-14 Chandan Rajendrabtrfs-progs: Use helper function to access btrfs_super_...
2016-11-24 David Sterbabtrfs-progs: move lookup_path_rootid to library utils
2016-11-23 Qu Wenruobtrfs-progs: utils: Fix NULL pointer derefernces in...
2016-11-11 David Sterbabtrfs-progs: mkfs: add names of matching sysfs feature...
2016-11-11 David Sterbabtrfs-progs: mkfs: enhance feature table
2016-11-11 David Sterbabtrfs-progs: mkfs: extend mkfs features with compat...
2016-11-11 David Sterbabtrfs-progs: mkfs: add temporary variable for fs features
2016-11-09 David Sterbabtrfs-progs: use correct type for device id iteration...
2016-11-09 David Sterbabtrfs-progs: fix search tree v2 ioctl detection
2016-11-09 David Sterbabtrfs-progs: utils: remove useless check in make_btrfs
2016-11-09 David Sterbabtrfs-progs: mkfs: store creation time of the toplevel...
2016-11-09 David Sterbabtrfs-progs: subvol show: print more details about...
2016-11-09 David Sterbabtrfs-progs: use existing rootid resolving helper in...
2016-11-09 David Sterbabtrfs-progs: rename lookup_ino_rootid
2016-10-25 Karel Zakbtrfs-progs: rename btrfs_scan_lblkid() to btrfs_scan_d...
2016-10-25 David Sterbabtrfs-progs: mkfs: detect version of running kernel
2016-10-03 David Sterbabtrfs-progs: constify string arguments where appropriate
2016-10-03 Domagoj Tršanbtrfs-progs: change btrfs_csum_final result param type...
2016-10-03 David Sterbabtrfs-progs: use standard allocation functions in non...
2016-10-03 David Sterbabtrfs-progs: improve error handling in btrfs_add_to_fsid
2016-10-03 David Sterbabtrfs-progs: remove redundant check in btrfs_add_to_fsid
2016-09-21 David Sterbabtrfs-progs: mkfs: handle block ordering errors in...
2016-09-21 David Sterbabtrfs-progs: mkfs: check for sane sectorsize earlier
2016-09-21 David Sterbabtrfs-progs: more verbose error handling in creation...
2016-09-21 David Sterbabtrfs-progs: switch BUG_ON to ASSERT in reserve_free_space
2016-09-21 David Sterbabtrfs-progs: mkfs: use preallocated buffers for config...
2016-09-21 Qu Wenruobtrfs-progs: mkfs: Warn user for minimal RAID5/6 device...
2016-08-24 David Sterbabtrfs-progs: two staged filesystem creation
2016-08-24 David Sterbabtrfs-progs: introduce signature for a partially set...
2016-08-24 David Sterbabtrfs-progs: make superblock reading/scanning api more...
2016-07-28 David Sterbabtrfs-progs: refactor and extend btrfs_prepare_device...
2016-07-13 Wang Shilongbtrfs-progs: du: fix to skip not btrfs dir/file
2016-06-17 David Sterbabtrfs-progs: new helper for option parsing, more permis...
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to setup temporary...
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to initialize csum...
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to initialize fs tree
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to initialize device...
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to setup temporary...
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to setup temporary...
2016-06-07 Qu Wenruobtrfs-progs: Introduce function to setup temporary...
2016-06-07 Qu Wenruobtrfs-progs: utils: Introduce new function for convert
2016-06-01 Qu Wenruobtrfs-progs: utils: Introduce new pseudo random API
2016-06-01 David Sterbabtrfs-progs: switch to common message helpers in utils.c
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-03-30 Satoru Takeuchibtrfs-progs: mkfs: fix an error when using DUP on multi...
2016-03-30 David Sterbabtrfs-progs: fix fd leak in get_subvol_info
2016-03-30 David Sterbabtrfs-progs: use safe copy for label buffer everywhere
2016-03-30 David Sterbabtrfs-progs: rename __strncpy__null to __strncpy_null
2016-03-30 David Sterbabtrfs-progs: mkfs: allow DUP on multidev fs, only warn
2016-03-30 David Sterbabtrfs-progs: cleanup block group helpers types
2016-03-30 David Sterbabtrfs-progs: utils: make more arguments const
2016-03-30 Anand Jainbtrfs-progs: rename get_subvol_name() to subvol_strip_m...
2016-03-30 Anand Jainbtrfs-progs: create get_subvol_info()
2016-03-30 Anand Jainbtrfs-progs: move get_subvol_name() to utils.c
2016-03-30 Anand Jainbtrfs-progs: remove duplicate function __is_subvol()
2016-03-30 Anand Jainbtrfs-progs: move test_issubvolume() to utils.c
2016-03-30 Anand Jainbtrfs-progs: rearrange subvolume functions together
2016-03-30 Petros Angelatosbtrfs-progs: utils: make sure set_label_mounted uses...
2016-03-14 David Sterbabtrfs-progs: utils: switch more error messages to commo...
2016-03-14 David Sterbabtrfs-progs: improve error messages after failed wiping
2016-03-14 Satoru Takeuchibtrfs-progs: Avoid interpreting options after "--"...
2016-03-14 Yauhen Kharuzhybtrfs-progs: Dont' stop scanning of devices at first...
2016-03-14 Qu Wenruobtrfs-progs: util: Fix a wrong unit of pretty_size
2016-02-05 Satoru Takeuchibtrfs-progs: write down the meaning of BTRFS_ARG_BLKDEV
next