btrfs-progs: Free resources when returning error from cmd_subvol_create()
[platform/upstream/btrfs-progs.git] / mkfs.c
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)
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2011-10-25 Donggeun Kimbtrfs-progs: Add new feature to mkfs.btrfs to make...
2011-10-25 Josef BacikBtrfs-progs: add support for mixed data+metadata block...
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2009-06-03 Luca BrunoFix printf format casting errors
2009-06-03 Luca BrunoAdd -V|--version to mkfs.btrfs argument parser
2009-01-11 Chris MasonFix mispatch of the experimental warnings
2009-01-07 Shen FengFix mkfs.btrfs usage help to match the current args
2009-01-07 Shen FengMake the minimum filesystem size error message more...
2008-12-17 Yan ZhengBtrfs: update converter for the new disk format
2008-12-05 Yan Zhengsuperblock duplication
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-10-29 Yan ZhengAdd root tree pointer transaction ids
2008-09-26 Zheng Yanupdate mkfs.btrfs for the new space balancing code
2008-09-23 Zheng YanFull back reference support
2008-07-24 Josef Bacikbtrfs-progs new dir index support
2008-07-24 Chris MasonPrint the version string in a few programs
2008-05-05 Chris MasonAdd a readonly flag open_ctree to force RO opens
2008-05-01 Chris MasonFix uninitialized variables, and use -O so gcc starts...
2008-04-28 Chris MasonAdd btrfs-vol command to balance, add and (eventually...
2008-04-25 Chris MasonAdd mkfs.btrfs -A offset to control allocation start...
2008-04-22 Chris MasonUpdate the Ext3 converter
2008-04-22 Chris MasonAdd a command to show all of the btrfs filesystems...
2008-04-18 Chris MasonAdd checks to avoid adding the same device twice during...
2008-04-18 Chris MasonUse better chunk sizes for small and large filesystems
2008-04-18 Chris MasonAdd support for filesystem labels via mkfs.btrfs -L
2008-04-16 Chris MasonAdd raid10 support
2008-04-15 Chris MasonAdd chunk uuids and update multi-device back references
2008-04-09 Chris MasonUse leafsize and nodesize == pagesize for now
2008-04-04 Chris MasonRecow all roots at the end of mkfs
2008-04-03 Chris MasonAdd mkfs options for data and metadata mirroring modes
2008-04-03 Chris MasonAdd support for single single duplication of metadata
2008-04-03 Chris MasonAdd mirroring support across multiple drives
2008-04-01 Chris MasonUse getopt_long and introduce long mkfs options. ...
2008-04-01 Goldwyn Rodriguescheck if partition is mounted before mkfs
2008-03-24 Chris MasonWalk all block devices looking for btrfs
2008-03-24 Chris Masonioctls to scan for btrfs filesystems
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-02-15 Chris Masonmkfs: Zero 2MB at the start and end of the device
2008-01-04 YanUpdate btrfs-progs to match kernel sources
2007-12-21 Chris MasonAdd online resizing ioctls
2007-12-13 Chris MasonReorder extent back refs to differentiate file data...
2007-12-12 Chris MasonCreate macros to generation set/get funcs for on disk...
2007-12-11 Chris MasonAdd back pointers from extents to the file or btree...
2007-12-09 Chris MasonAdd generation numbers to block pointers
2007-11-30 Chris MasonAdd simple stripe size parameter
2007-10-17 Chris MasonRemove the last radix tree (block_group_cache)
2007-10-15 Chris MasonSwitch to byte granular allocations
2007-10-15 Chris MasonAllow large blocks
2007-08-29 Josef Bacikbtrfs-progs support for root block accounting
2007-08-07 Chris Masonadd defrag ioctl
2007-06-12 Chris Masoni386 fixes from axboe
2007-06-12 Chris Masonadd GPLv2
2007-06-12 Chris Masonprintf cleanups
2007-06-09 Chris Masonremove device tree
2007-06-08 Chris Masonendian fixes, makefile fixes
2007-05-30 Chris Masondata vs metadata flag for block groups
next