Btrfs-progs: make btrfs-image restore with a valid chunk tree V2
[platform/upstream/btrfs-progs.git] / utils.c
2013-04-09 Josef BacikBtrfs-progs: make btrfs-image restore with a valid...
2013-03-14 Anand Jainbtrfs-progs: print errno string when /dev/btrfs-control...
2013-03-12 Eric Sandeenbtrfs-progs: rework get_fs_info to remove side effects
2013-03-12 Eric Sandeenbtrfs-progs: three new device/path helpers
2013-03-12 Eric Sandeenbtrfs-progs: close fd on return from label get/set...
2013-03-10 David Sterbabtrfs-progs: separate super_copy out of fs_info
2013-03-10 Eric Sandeenbtrfs-progs: check for null string in parse_size
2013-03-03 Anand Jainbtrfs-progs: from troubleshooting point of view message...
2013-02-27 Anand JainBtrfs-progs: add correct indentation
2013-02-26 Jeff Liubtrfs-progs: move btrfslabel.[c|h] stuff to utils....
2013-02-26 Jeff Liubtrfs-progs: refactor check_label()
2013-02-19 Tsutomu ItohBtrfs-progs: check out if the swap device
2013-02-06 Eric SandeenBtrfs-progs print more informative error when we fail...
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 Eric Sandeenbtrfs-progs: simplify ioctl name copy and null termination
2013-02-06 Zach Brownbtrfs-progs: fix overflow in btrfs_scan_one_dir()
2013-02-06 Zach Brownbtrfs-progs: array indexes must be < ARRAY_SIZE()
2013-02-06 Zach Brownbtrfs-progs: treat super.magic as an le64
2013-01-29 Stefan BehrensBtrfs-progs: make two utility functions globally available
2013-01-29 Anand JainBtrfs-progs: move open_file_or_dir() to utils.c
2013-01-21 Nirbheek ChauhanBtrfs-progs: fix resolving of loop devices
2013-01-18 Goffredo BaroncelliIgnore the error ENXIO and ENOMEDIUM during a devs...
2013-01-17 Kenji Okimotobtrfs-progs: plug memory leaks in btrfs_scan_one_dir...
2013-01-17 Goffredo Baroncelliparse_size(): add new suffixes
2013-01-17 Goffredo Baroncelliparse_size(): replace atoll() with strtoull()
2013-01-17 Goffredo BaroncelliMove parse_size() to utils.[hc]
2012-10-04 Goffredo Baroncellipretty_sizes() returns incorrect values
2012-10-02 Josef BacikBtrfs-progs: only enforce a maximum size if we specify one
2012-10-02 David Sterbabtrfs-progs: mkfs: create root directory with 755 permi...
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-06-05 Jim Meyeringavoid several strncpy-induced buffer overruns
2012-06-05 Jim Meyeringbtrfs_scan_one_dir: avoid use-after-free on error path
2012-02-22 Chris MasonScan /dev/md and device mapper devices last
2012-02-21 Chris MasonBtrfs: use /proc/partitions scanning for btrfs_scan_for...
2011-10-31 Chris MasonMerge branch 'recovery-beta' of git://git./linux/kernel...
2011-10-27 Chris Masonbtrfs-progs: fixup is_mounted checks
2011-10-25 Goffredo BaroncelliScan the devices listed in /proc/partitions
2011-10-25 Jan Schmidtbtrfs-progs: added check_mounted_where
2011-10-25 Jan Schmidtmkfs should initialize unused fields properly
2011-10-25 Tsutomu Itohbtrfs-progs: setting of time to the root directory
2011-10-25 Christoph Hellwigbtrfs-progs: add discard support to mkfs
2011-10-25 Goffredo BaroncelliAdd the "btrfs filesystem label" command
2011-10-25 Josef BacikBtrfs-progs: add support for mixed data+metadata block...
2011-10-25 Josef BacikBtrfs-progs: update super fields for space cache
2011-10-25 Goffredo BaroncelliImprove error handling in the btrfs command
2011-10-25 Goldwyn RodriguesBtrfs-progs utils Informative errors
2011-10-25 Eduardo SilvaBtrfs-progs use safe string manipulation functions
2010-09-24 Andi Drebesmultidevice support for check_mounted
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2009-01-21 Jan EngelhardtMention minimum size on devices that are considered...
2009-01-16 Chris MasonFix ioctl arg size (userland incompatible change!)
2009-01-07 Shen FengAdd error processing for btrfsctl -a
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-12-02 Josef Bacikbtrfs-progs: support for different csum algorithims
2008-11-18 Yan Zhengupdate btrfs-progs for seed device support
2008-10-29 Yan ZhengAdd root tree pointer transaction ids
2008-10-09 Yan ZhengCount space allocated to file in bytes
2008-10-09 Yan ZhengRemove offset field from struct btrfs_extent_ref
2008-09-23 Zheng YanFull back reference support
2008-07-24 Josef Bacikbtrfs-progs new dir index support
2008-05-12 Chris MasonFix the pretty print code for num_bytes == 0
2008-05-01 Chris MasonFix uninitialized variables, and use -O so gcc starts...
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 MasonAdd support for filesystem labels via mkfs.btrfs -L
2008-04-15 Chris MasonAdd chunk uuids and update multi-device back references
2008-04-10 Chris MasonWrite all super blocks during commit
2008-04-09 Chris MasonRetry metadata reads in the face of checksum failures
2008-04-04 Chris MasonRecow all roots at the end of mkfs
2008-04-03 Chris MasonAdd mirroring support across multiple drives
2008-04-01 Alex Chiangbtrfs-progs: Fix printf format casting errors
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 MasonBtrfsck updates for multi-device filesystems
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-01-22 Jan Engelhardtbtrfs-progs: fix a buffer overflow during mkfs
2008-01-08 YanAdd rollback support for the converter
2008-01-04 YanUpdate btrfs-progs to match kernel sources