btrfs-progs: sb-mod: add csum_type
[platform/upstream/btrfs-progs.git] / cmds-filesystem.c
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
2012-02-03 Ilya DryomovBtrfs-progs: switch all existing commands to a new...
2012-02-03 Ilya DryomovBtrfs-progs: rearrange files in the repo