btrfs-progs: check: introduce function to check an extent
[platform/upstream/btrfs-progs.git] / utils.c
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
2016-01-14 David Sterbabtrfs-progs: introduce helper for parsing args without...
2016-01-13 David Sterbabtrfs-progs: let test_isdir return the exact error
2016-01-12 David Sterbabtrfs-progs: check for negative return value from ioctl
2016-01-12 David Sterbabtrfs-progs: remove unnecessary errno temp variables
2016-01-12 Byongho Leebtrfs-progs: use NULL instead of 0
2016-01-04 David Sterbabtrfs-progs: docs: mkfs, implications of DUP on devices
2015-11-26 Zhao Leibtrfs-progs: mkfs: allow --data DUP for single device
2015-11-19 David Sterbabtrfs-progs: mkfs: use correct size for superblock...
2015-11-16 David Sterbabtrfs-progs: fix fd leak in resolve_loop_device_with_lo...
2015-11-16 David Sterbabtrfs-progs: utils: do not expect lo_file_name to be...
2015-11-16 Florian Margainebtrfs-progs: Fix partitioned loop devices resolving
2015-11-16 David Sterbabtrfs-progs: mkfs: handler memory allocation error...
2015-11-06 David Sterbabtrfs-progs: simplify empty stirngs check
2015-11-03 Zhao Leibtrfs-progs: mkfs: Round device size down to sectorsize
2015-11-03 Zhao Leibtrfs-progs: Rename variables in btrfs_add_to_fsid
2015-11-02 Anand Jainbtrfs-progs: fix missing initialization of list head...
2015-11-02 Chandan RajendraBtrfs-progs: Do not force mixed block group creation...
2015-11-02 Anand Jainbtrfs-progs: move is_numerical() helper to utils and...
2015-11-02 Zhao Leibtrfs-progs: use btrfs_open_dir in open_path_or_dev_mnt
2015-10-02 Anand Jainbtrfs-progs: fix is_block_device() return checks
2015-10-02 David Sterbabtrfs-progs: make sure that is_block_device will return...
2015-10-02 Qu Wenruobtrfs-progs: utils: Check nodesize against features
2015-10-02 Anand Jainbtrfs-progs: provide fail safe for BTRFS_IOC_GET_FSLABE...
2015-09-14 David Sterbabtrfs-progs: cleanup, update function definitions to...
2015-09-02 David Sterbabtrfs-progs: handle errors in btrfs_wipe_existing_sb
2015-08-31 Zhao Leibtrfs-progs: Introduce get_unit_mode_from_arg for commo...
2015-08-31 Byongho Leebtrfs-progs: add memory allocation fail check in btrfs_...
2015-08-31 Zhao Leibtrfs-progs: Introduce btrfs_open_dir wrapper
2015-07-14 David Sterbabtrfs-progs: utils: missing newline in error messages...
2015-07-01 David Sterbabtrfs-progs: drop unused parameter from make_btrfs
2015-07-01 David Sterbabtrfs-progs: move make_btrfs arguments to a struct
2015-06-12 David Sterbabtrfs-progs: add helper for copying paths
2015-06-12 David Sterbabtrfs-progs: properly set up ioctl arguments
2015-06-12 David Sterbabtrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAX
2015-06-10 David Sterbabtrfs-progs: use less memory for pretty_size_mode buffers
2015-06-10 David Sterbabtrfs-progs: print error within test_num_disk_vs_raid
2015-06-10 David Sterbabtrfs-progs: print error within test_dev_for_mkfs
2015-06-09 David Sterbabtrfs-progs: cleanup after errors in open_file_or_dir3
2015-06-09 David Sterbabtrfs-progs: fix argv0_buf handling
2015-06-08 Goffredo Baroncellibtrfs-progs: return the fsid from make_btrfs()
2015-06-08 Goffredo Baroncellibtrfs-progs: add strdup in btrfs_add_to_fsid() to track...
2015-06-08 David Sterbabtrfs-progs: mkfs: move info message out of btrfs_add_t...
2015-06-04 David Sterbabtrfs-progs: add function to stringify filesystem features
2015-06-02 Sam Tygierbtrfs-progs: mkfs: check metadata redundancy
2015-05-14 Anand Jainbtrfs-progs: btrfs_scan_block_devices is unused functio...
2015-04-07 David Sterbabtrfs-progs: print fs features filtered by a mask
2015-04-07 David Sterbabtrfs-progs: move feature parsing from mkfs to utils
2015-04-07 David Sterbabtrfs-progs: mkfs, deprecate leafsize and clean up...
2015-03-23 Qu Wenruobtrfs-progs: Allow parse_qgroupid() to resolve subvolum...
2015-03-23 Qu Wenruobtrfs-progs: Move parse_qgroupid() to utils.c
2015-03-23 Sebastian Thorarensenbtrfs-progs: Fix msgs in check_node_or_leaf_size
2015-03-23 Sebastian Thorarensenbtrfs-progs: mkfs: Move out some nodesize code
2015-01-27 Xing Gubtrfs-progs: don't output operational status informatio...
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
2015-01-09 Qu Wenruobtrfs-progs: Fix a buffer overflow causing segfault...
2015-01-09 Qu Wenruobtrfs-progs: Allow debug-tree to be executed on regular...
2015-01-03 David Sterbabtrfs-progs: safely copy path in btrfs_scan_lblkid
2015-01-03 David Sterbabtrfs-progs: cleanup whitespace in is_same_blk_file
2015-01-03 David Sterbabtrfs-progs: use strncpy in is_same_blk_file
2014-12-29 Gui Hechengbtrfs-progs: move check_arg_type() to util.c
2014-12-10 David Sterbabtrfs-progs: basic support for TREE_SEARCH_V2 ioctl
2014-12-04 Gui Hechengbtrfs-progs: fix wrong num_devices for btrfs fi show...
2014-12-04 Gui Hechengbtrfs-progs: remove BUG_ON on num of devices for btrfs...
2014-12-04 Hidetoshi Setobtrfs-progs: provide better error message for raid...
2014-12-04 Goffredo Baroncellibtrfs-progs: Add command btrfs filesystem disk-usage
2014-12-04 Goffredo Baroncellibtrfs-progs: Enhance the command btrfs filesystem df
next