summaryrefslogtreecommitdiff
path: root/mkfs.c
Commit message (Expand)AuthorAge
* 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
* btrfs-progs: utils: Check nodesize against featuresQu Wenruo2015-10-02
* btrfs-progs: use android compat headerDavid Sterba2015-09-01
* btrfs-progs: add newline to some error messagesTsutomu Itoh2015-08-31
* btrfs-progs: close all fs_devices before exit in some commandsZhao Lei2015-08-31
* btrfs-progs: Add missing exit for parse_profile functionQu Wenruo2015-08-31
* btrfs-progs: mkfs: catch errors after transaction startDavid Sterba2015-08-31
* btrfs-progs: mkfs: Cleanup temporary chunk to avoid strange balance behavior.Qu Wenruo2015-07-14
* Revert "btrfs-progs: mkfs: create only desired block groups for single device"Qu Wenruo2015-07-14
* btrfs-progs: mkfs: create only desired block groups for single deviceDavid Sterba2015-07-03
* btrfs-progs: drop unused argument from create_raid_groupsDavid Sterba2015-07-02
* btrfs-progs: split data block group creation out of make_root_dirDavid Sterba2015-07-02
* btrfs-progs: move transaction start/commit out of make_root_dirDavid Sterba2015-07-01
* btrfs-progs: split metadata group creation out of make_root_dirDavid Sterba2015-07-01