summaryrefslogtreecommitdiff
path: root/mkfs.c
Commit message (Expand)AuthorAge
* btrfs-progs: mkfs: print the new UUIDDavid Sterba2016-11-11
* btrfs-progs: docs: update mkfs help string and manual pageDavid Sterba2016-11-09
* btrfs-progs: mkfs: simplify checks in directory_selectDavid Sterba2016-11-09
* btrfs-progs: mkfs: use on-stack path buffer in cleanup_temp_chunksDavid Sterba2016-11-09
* btrfs-progs: mkfs: constify some char parametersDavid Sterba2016-11-09
* btrfs-progs: mkfs: use const char for unmodified members of directory_name_entryDavid Sterba2016-11-09
* btrfs-progs: mkfs: fix warning for printf format on 32bitDavid Sterba2016-10-05
* btrfs-progs: mkfs: remove useless helperDavid Sterba2016-10-03
* btrfs-progs: remove unused variable in add_inode_itemsDavid Sterba2016-10-03
* btrfs-progs: cleanup, kill trivial btrfs_set_key_type helperDavid Sterba2016-10-03
* btrfs-progs: mkfs: check for sane sectorsize earlierDavid Sterba2016-09-21
* btrfs-progs: mkfs: use preallocated buffers for config uuidsDavid Sterba2016-09-21
* btrfs-progs: mkfs: fix reading rotational status valueDavid Sterba2016-09-21
* btrfs-progs: mkfs: cleanup, open_ctree to fs_info and use directlyDavid Sterba2016-08-24
* btrfs-progs: mkfs: kill print_versionDavid Sterba2016-08-24
* btrfs-progs: mkfs: clean up make_imageDavid Sterba2016-08-24
* btrfs-progs: mkfs: help and usage now to to stdoutDavid Sterba2016-08-24
* btrfs-progs: mkfs: handle and report transaction commit failuresDavid Sterba2016-08-24
* btrfs-progs: mkfs: switch BUG_ON to error handling in traverse_directoryDavid Sterba2016-08-24
* btrfs-progs: mkfs: improve error handling in recow_rootsDavid Sterba2016-08-24
* btrfs-progs: mkfs: improve error handling in main()David Sterba2016-08-24
* btrfs-progs: mkfs: return errors from block group creation functionsDavid Sterba2016-08-24
* btrfs-progs: two staged filesystem creationDavid Sterba2016-08-24
* btrfs-progs: mkfs: do not scan partially initialized devicesDavid Sterba2016-08-24
* btrfs-progs: mkfs: switch to new error message helpersDavid Sterba2016-08-18
* btrfs-progs: refactor and extend btrfs_prepare_device argumentsDavid Sterba2016-07-28
* btrfs-progs: mkfs: fix allocation information output of block group typesWang Xiaoguang2016-07-04
* Btrfs-progs: Initialize stripesize to the value of sectorsizeChandan Rajendra2016-06-17
* btrfs-progs: Introduce function to create convert data chunksQu Wenruo2016-06-07
* btrfs-progs: utils: Introduce new function for convertQu Wenruo2016-06-07
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: mkfs: also parse raid0 profile case-insensitiveDavid Sterba2016-03-16
* btrfs-progs: unify naming of argc and argvDavid Sterba2016-03-14
* btrfs-progs: use on-stack buffer in add_symbolic_linkDavid Sterba2016-01-12
* btrfs-progs: ftw_add_entry_size: Round up file size to sectorsizeChandan Rajendra2016-01-12
* btrfs-progs: mkfs: allow --data DUP for single deviceZhao Lei2015-11-26
* btrfs-progs: mkfs: increase buffer size in is_ssdMichael Lass2015-11-16
* btrfs-progs: drop unused argument from zero_output_fileDavid Sterba2015-11-13
* btrfs-progs: use fixed size buffer in zero_output_fileDavid Sterba2015-11-13
* btrfs-progs: handle memory allocation failures in traverse_directoryDavid Sterba2015-11-13
* btrfs-progs: handle memory allocation failure in add_file_itemsDavid Sterba2015-11-13
* btrfs-progs: mkfs: do not truncate the image when --rootdir is setDavid Sterba2015-11-05
* btrfs-progs: mkfs: remove unused code of format uuid stringZhao Lei2015-11-03
* btrfs-progs: mkfs: output device list in sorted orderZhao Lei2015-11-03
* btrfs-progs: mkfs: print version info firstDavid Sterba2015-11-02
* btrfs-progs: mkfs: remove stray message about forced mixed-bgDavid Sterba2015-11-02
* Btrfs-progs: Prevent creation of filesystem with 'mixed bgs' and having diffe...Chandan Rajendra2015-11-02
* Btrfs-progs: Do not force mixed block group creation unless '-M' option is sp...Chandan Rajendra2015-11-02
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-21
* btrfs-progs: fix is_block_device() return checksAnand Jain2015-10-02