btrfs-progs: cleanup, move getop long options close to their use
[platform/upstream/btrfs-progs.git] / mkfs.c
2015-01-19 David Sterbabtrfs-progs: cleanup, move getop long options close...
2014-12-18 Merlijn Wajerbtrfs-progs: include headers required for musl-libc
2014-12-10 David Sterbabtrfs-progs: mkfs: make skinny-metadata default
2014-10-16 Anand Jainbtrfs-progs: mkfs should be consistent in calling regis...
2014-08-22 David Sterbabtrfs-progs: mkfs make --uuid require an argument
2014-08-22 David Sterbabtrfs-progs: mkfs: remove experimental tag
2014-08-22 Anand Jainbtrfs-progs: define BTRFS_MKFS_SMALL_VOLUME_SIZE for...
2014-08-22 Anand Jainbtrfs-progs: dont break the string
2014-08-22 Qu Wenruobtrfs-progs: Add minimum device size check
2014-08-22 Eric Sandeenbtrfs-progs: mkfs: allow UUID specification at mkfs...
2014-05-02 Holger Hoffstättebtrfs-progs: fix mkfs.btrfs segfault with --features...
2014-05-02 Rakesh PanditBtrfs-progs: mkfs: remove ununsed parameters
2014-05-02 Li YangBtrfs-progs: mkfs: Remove 'zero_end =1' since it has...
2014-03-21 Gui Hechengbtrfs-progs: skip erroneous free before initialization
2014-03-21 Gui Hechengbtrfs-progs: fix bug on mkfs with relative path specified
2014-03-21 Wang ShilongBtrfs-progs: mkfs: make sure we can deal with hard...
2014-03-21 Wang ShilongBtrfs-progs: mkfs: don't create extent for an empty...
2014-03-21 Christophe Vu-Brugierbtrfs-progs: include <sys/xattr.h> instead of <attr...
2014-01-31 Josef BacikBtrfs-progs: add support for the no holes incompat...
2014-01-31 Anand Jainbtrfs-progs: handle error in the btrfs_prepare_device
2014-01-31 Gui Hechengbtrfs-progs: remove NULL-ptr judge before free for...
2014-01-31 Anand Jainbtrfs-progs: Turning ON incompat isn't an error
2014-01-31 Liu BoBtrfs-progs: fix the mismatch of extent buffer's space
2013-11-15 Anand Jainbtrfs-progs: for mixed group check opt before default...
2013-11-14 David Sterbabtrfs-progs: mkfs: enable extended refs by default
2013-11-14 David Sterbabtrfs-progs: mkfs: extend -O syntax to disable features
2013-11-08 Chris Masonmkfs: change default metadata blocksize to 16KB
2013-11-07 Eric Sandeenbtrfs-progs: don't leak buffer on add_file_items()...
2013-11-07 Josef BacikBtrfs-progs: rework open_ctree to take flags, add a...
2013-10-16 Chris Masonmkfs: fix mkfs -r to properly allocate space
2013-10-16 David Sterbabtrfs-progs: use better name for nodiscard variable...
2013-10-16 Chris West (Faux)btrfs-progs: fix -Wmissing-noreturn
2013-10-16 Hidetoshi Setobtrfs-progs: error if device have no space to make...
2013-10-16 Hidetoshi Setobtrfs-progs: error if device for mkfs is too small
2013-10-16 Gui Hechengbtrfs-progs: local variable memory freed
2013-10-16 Wang ShilongBtrfs-progs: fix compile warning in is_ssd()
2013-10-16 Anand Jainbtrfs-progs: mkfs should check for small vol well before
2013-10-16 Anand Jainbtrfs-progs: avoid write to the disk before sure to...
2013-09-03 Filipe David Borba... Btrfs-progs: mkfs can now create fs with skinny extents
2013-09-03 Zach Brownbtrfs-progs: use NULL instead of 0
2013-09-03 Zach Brownbtrfs-progs: don't use <linux/fs.h>
2013-09-03 Zach Brownbtrfs-progs: remove __CHECKER__ from main code
2013-09-03 Koen De Witbtrfs-progs: mkfs.btrfs documentation: clarify current...
2013-09-03 Eric Sandeenbtrfs-progs: drop unused parameter from btrfs_release_path
2013-08-09 Filipe David Borba... Btrfs-progs: return error on write failure in make_btrfs()
2013-08-09 Zach Brownbtrfs-progs: per-thread, per-call pretty buffer
2013-08-09 David Sterbabtrfs-progs: mkfs: add -O option to specify fs features
2013-07-03 Chris MasonMerge branch 'liubo-image-restore'
2013-07-03 Wang ShilongBtrfs-progs: fix missing recow roots when making btrfs...
2013-04-23 Eric Sandeenbtrfs-progs: use clearer var names in is_ssd()
2013-04-23 Eric Sandeenbtrfs-progs: replace blkid_probe_get_wholedisk_devno
2013-04-23 David Sterbabtrfs-progs: do not enable extended refs in mkfs by...
2013-04-23 David Sterbabtrfs-progs: revert skinny extents changes from mkfs
2013-04-23 Josef BacikBtrfs-progs: add skinny metadata support to progs V3
2013-04-23 Anand Jainbtrfs-progs: mkfs should first check all disks before...
2013-03-14 Eric Sandeenbtrfs-progs: document force option in mkfs usage()...
2013-03-10 David Sterbabtrfs-progs: separate super_copy out of fs_info
2013-03-10 Zhi Yong Wubtrfs-progs: update mkfs.btrfs help info for raid5/6
2013-02-19 Eric Sandeenbtrfs-progs: require mkfs -f force option to overwrite...
2013-02-19 Tsutomu ItohBtrfs-progs: check out if the swap device
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-06 Zach Brownbtrfs-progs: don't close(-1)
2013-02-06 Zach Brownbtrfs-progs: use ftw() unstead of system("du")
2013-02-01 David WoodhouseAdd basic RAID[56] support
2013-01-31 Mark Fashehbtrfs-progs: mkfs support for extended inode refs
2013-01-31 Eric Sandeenbtrfs-progs: fix mkfs.btrfs -r option
2013-01-25 Josef Bacikbtrfs-progs: kill check for /'s in labels
2013-01-23 Josef BacikBtrfs-progs: detect if the disk we are formatting is...
2013-01-23 Eric Sandeenbtrfs-progs: Use sysconf instead of getpagesize
2013-01-21 Danny Kukawkabtrfs-progs: Handle errors returned from open_ctree
2013-01-17 Goffredo BaroncelliMove parse_size() to utils.[hc]
2013-01-17 Wang Sheng-Huibtrfs-progs: add -V description in print_usage
2013-01-17 Wade ClineBtrfs-progs: Fix compiler warnings on PPC64
2012-10-04 Robin Dongbtrfs-progs: limit the max value of leafsize and nodesize
2012-10-02 Josef BacikBtrfs-progs: only enforce a maximum size if we specify one
2012-10-02 David Sterbabtrfs-progs: mkfs: rename nodiscard option to K
2012-07-06 David Sterbabtrfs-progs: mkfs: add option to skip trim
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-07-03 Josef Bacikbtrfs-progs: enforce block count on all devices in...
2012-07-03 Jan Karamkfs: Handle creation of filesystem larger than the...
2012-06-05 Jim Meyeringmkfs: avoid heap-buffer-read-underrun for zero-length...
2012-06-05 Jim Meyeringmkfs: use strdup in place of strlen,malloc,strcpy sequence
2012-03-26 Chris Masonmkfs: make -l and -n an alias for each other
2012-03-13 Ilya DryomovBtrfs-progs: allow dup for data chunks in mixed mode
2012-02-05 Chris MasonMerge branch 'restriper' of git://github.com/idryomov...
2012-02-05 Chris MasonMerge branch 'restriper' of git://github.com/idryomov...
2012-02-05 Chris MasonMerge branch 'parser' of git://github.com/idryomov...
2011-12-12 Ilya DryomovBtrfs-progs: change the way mkfs picks raid profiles
2011-12-12 Ilya DryomovBtrfs-progs: fail gracefully on error from open_ctree()
2011-10-25 Zhong, Xinbtrfs-progs: Improvement for making btrfs image from...
2011-10-25 Jeff LiuBtrfs-progs: specify label length larger than 255 bytes...
2011-10-25 Hubert Karioremove unused variables
2011-10-25 Hugo Millsmkfs.btrfs: Fix compilation errors with gcc 4.6
2011-10-25 Sergei Trofimovichmkfs.btrfs: fix error text in '-r' mode
2011-10-25 Sergei Trofimovichmkfs.btrfs: fix memory leak caused by 'scandir()' calls
2011-10-25 Sergei Trofimovichmkfs.btrfs: free buffers allocated by pretty_sizes
2011-10-25 Sergei Trofimovichmkfs.btrfs: write zeroes instead on uninitialized data.
2011-10-25 Sergei Trofimovichmkfs.btrfs: fix symlink names writing
2011-10-25 Sergei Trofimovichmkfs.btrfs: fail on scandir error (-r mode)
next