Btrfs-progs: add feature to get mininum size for resizing a fs/device
[platform/upstream/btrfs-progs.git] / cmds-filesystem.c
2015-08-31 Filipe MananaBtrfs-progs: add feature to get mininum size for resizi...
2015-06-26 Omar Sandovalbtrfs-progs: replace struct cmd_group->hidden with...
2015-06-26 David Sterbabtrfs-progs: doc: update defrag page
2015-06-25 David Sterbabtrfs-progs: defrag, check target extent earlier
2015-06-25 Patrik Lundquistbtrfs-progs: fix defrag threshold overflow
2015-06-22 Qu Wenruobtrfs-progs: Allow "filesystem show" command to handle...
2015-06-12 David Sterbabtrfs-progs: properly set up ioctl arguments
2015-06-12 David Sterbabtrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAX
2015-06-09 David Sterbabtrfs-progs: add command group info strings
2015-04-24 Zygo Blaxellbtrfs-progs: report failure when resize ioctl fails
2015-04-22 David Sterbabtrfs-progs: cleanup, rename *disk_usage* files to...
2015-04-22 David Sterbabtrfs-progs: fi resize: accept only directories as...
2015-04-08 David Sterbabtrfs-progs: cleanup option index argument from getopt_long
2015-01-28 Karel Zakbtrfs-progs: autoconf: use standard PACKAGE_* macros
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
2015-01-21 David Sterbabtrfs-progs: unify getopt table terminators
2015-01-21 David Sterbabtrfs-progs: add --human-readable option where applicable
2015-01-19 David Sterbabtrfs-progs: make getopt tables static const
2015-01-14 Qu Wenruobtrfs-progs: Fix wrong return value when executing...
2014-12-30 David Sterbabtrfs-progs: fix minor leak of dev_info in btrfs_scan_k...
2014-12-30 David Sterbabtrfs-progs: fi show, don't leak canonical path
2014-12-29 Gui Hechengbtrfs-progs: move check_arg_type() to util.c
2014-12-29 Justin Maggardbtrfs-progs: Fix btrfs fi show by uuid and label
2014-12-19 Satoru Takeuchibtrfs-progs: cleanup: avoid to use literal for getopt val
2014-12-04 Gui Hechengbtrfs-progs: skip fs with no seed when build seed/sprou...
2014-12-04 Gui Hechengbtrfs-progs: make the search target device routine...
2014-12-04 David Sterbabtrfs-progs: add original 'df' and rename 'disk_usage...
2014-12-04 Goffredo Baroncellibtrfs-progs: Add command btrfs filesystem disk-usage
2014-12-04 Goffredo Baroncellibtrfs-progs: Enhance the command btrfs filesystem df
2014-12-04 David Sterbabtrfs-progs: move group type and profile pretty printer...
2014-11-27 Gui Hechengbtrfs-progs: apply realpath for btrfs fi show when...
2014-11-14 Gui Hechengbtrfs-progs: use canonical name for device in btrfs...
2014-11-04 David Sterbabtrfs-progs: use the correct SI prefixes
2014-11-03 Anand Jainbtrfs-progs: optimize btrfs_scan_lblkid() for multiple...
2014-11-03 Gui Hechengbtrfs-progs: skip mounted fs when deal with umounted...
2014-11-03 Qu Wenruobtrfs-progs: Fix number of arguments check of 'btrfs...
2014-10-10 David Sterbabtrfs-progs: add options to tune units for fi df output
2014-10-10 Gui Hechengbtrfs-progs: fix device missing of btrfs fi show with...
2014-10-10 Anand Jainbtrfs-progs: remove BTRFS_SCAN_PROC scan method
2014-10-10 Eric Sandeenbtrfs-progs: scan /proc/partitions not all of /dev...
2014-08-28 David Sterbabtrfs-progs: read global reserve size from space infos
2014-08-22 Satoru Takeuchibtrfs-progs: avoid to use numeric literal for the size...
2014-08-22 Satoru Takeuchibtrfs-progs: remove unnecessary NULL check after get_df()
2014-08-22 Qu Wenruobtrfs-progs: Allow btrfs_read_dev_super() to read all...
2014-08-22 Satoru Takeuchibtrfs-progs: Avoid double-free of fs_devices->list
2014-08-22 Gui Hechengbtrfs-progs: update manpage for btrfs resize support...
2014-04-22 Qu Wenruobtrfs-progs: Fix the return value of btrfs_scan_kernel()
2014-03-21 Rakesh PanditBtrfs-progs: return with -ENOMEM if malloc fails
2014-03-21 Qu Wenruobtrfs-progs: Fix a memleak in btrfs_scan_one_device.
2014-03-21 Chris Masonbtrfs-progs: fix uninit variable in btrfs_scan_kernel
2014-03-21 Qu Wenruobtrfs-progs: Fix check_arg_type() which doesn't use...
2014-03-21 Qu Wenruobtrfs-progs: Add missing devices check for mounted...
2014-01-31 Anand Jainbtrfs-progs: return non zero when label is not found
2014-01-31 Anand Jainbtrfs-progs: lblkid wouldn't find non mapper path input
2014-01-31 Mitchel Humpherysbtrfs-progs: fix minor grammar issues
2014-01-31 Pascal VITOUXbtrfs-progs: skip non-regular files while defragmenting
2014-01-31 Gui Hechengbtrfs-progs: fix improper error prompt for defragment
2014-01-31 David Sterbabtrfs-progs: call endmntent in btrfs_scan_kernel
2014-01-31 Anand Jainbtrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid...
2014-01-31 Filipe David Borba... Btrfs-progs: let get_label return the label instead...
2014-01-31 Anand Jainbtrfs-progs: make filesystem show by label work
2013-11-18 Chris Masonbtrfs filesystem show: skip duplicate fsids
2013-11-07 Eric Sandeenbtrfs-progs: check for fstat failure in cmd_defrag
2013-11-07 Eric Sandeenbtrfs-progs: pass positive errno to strerror in cmd_df()
2013-11-07 Eric Sandeenbtrfs-progs: btrfs_scan_kernel(): fd==0 is not an error
2013-11-07 Eric Sandeenbtrfs-progs: fix error returns in get_df()
2013-10-24 Anand Jainbtrfs-progs: filesystem show of specified mounted disk...
2013-10-16 Anand Jainbtrfs-progs: use BTRFS_SCAN_LBLKID as default scan...
2013-10-16 Anand Jainbtrfs-progs: use kernel for mounted disk for show
2013-10-16 Frank Holtonbtrfs-progs: Add recursive defrag using -r option
2013-10-16 Anand Jainbtrfs-progs: move out print in cmd_df to another function
2013-10-16 David Sterbabtrfs-progs: add list_sort and use it to sort devices...
2013-10-16 Wang ShilongBtrfs-progs: fix magic return value in cmds-filesystem.c
2013-09-03 Zach Brownbtrfs-progs: use NULL instead of 0
2013-08-09 Qu Wenruobtrfs-progs: Update the usage strings of some cmds
2013-08-09 Anand Jainbtrfs-progs: congregate dev scan
2013-08-09 Anand Jainbtrfs-progs: label option in btrfs filesystem show...
2013-08-09 Wang ShilongBtrfs-progs: fix closing of opendir()
2013-08-09 Zach Brownbtrfs-progs: per-thread, per-call pretty buffer
2013-04-23 Liu BoBtrfs-progs: record errno for ioctl DEFRAG_RANGE
2013-03-18 Anand Jainbtrfs-progs: defrag return zero on success
2013-02-26 Jeff Liubtrfs-progs: move btrfslabel.[c|h] stuff to utils....
2013-02-26 Jeff LiuBtrfs-progs: fix cmd_label_usage to reflect this change.
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: don't leak fd in resize
2013-02-01 David WoodhouseAdd basic RAID[56] support
2013-01-17 Goffredo BaroncelliMove parse_size() to utils.[hc]
2012-10-04 Zhi Yong Wubtrfs-progs: Fix up memory leakage
2012-10-04 Zhi Yong Wubtrfs-progs: Close file descriptor on exit
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-07-03 Shawn Bohrerbtrfs-progs: Update resize documentation
2012-07-03 Josef BacikBtrfs-progs: make btrfs filesystem show <uuid> actually...
2012-06-05 Jim Meyeringavoid several strncpy-induced buffer overruns
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-08 Ilya DryomovBtrfs-progs: allow multi-line command group synopsis
2012-02-05 Chris MasonMerge branch 'restriper' of git://github.com/idryomov...
2012-02-05 Chris MasonMerge branch 'parser' of git://github.com/idryomov...
2012-02-03 Ilya DryomovBtrfs-progs: add 'balance' command group infrastructure
next