platform/upstream/btrfs-progs.git
2014-10-10 Anand Jainbtrfs-progs: remove scan_for_btrfs()
2014-10-10 Anand Jainbtrfs-progs: remove BTRFS_SCAN_PROC scan method
2014-10-10 Wang Shilongbtrfs-progs: super-recover: fix double free fs_devices...
2014-10-10 Anand Jainbtrfs-progs: force overwrite should wipe stale SB
2014-10-10 David Sterbabtrfs-progs: make free space checker work on non-4k...
2014-10-10 Filipe David... btrfs-progs: check, fix csum check in the presence...
2014-10-10 Wang Shilongbtrfs-progs: fsck: add ability to check reloc roots
2014-10-10 Wang Shilongbtrfs-progs: fsck: finish transaction commit if repair...
2014-10-10 Wang Shilongbtrfs-progs: fsck: remove unfriendly BUG_ON() for searc...
2014-10-10 Wang Shilongbtrfs-progs: fsck: clear out log tree in repair mode
2014-10-10 Wang Shilongbtrfs-progs: fsck: avoid pinning same block several...
2014-10-10 Eric Sandeenbtrfs-progs: remove BTRFS_SCAN_DEV and btrfs_scan_one_dir
2014-10-10 Eric Sandeenbtrfs-progs: don't fall back to recursive /dev scan
2014-10-10 Eric Sandeenbtrfs-progs: scan /proc/partitions not all of /dev...
2014-10-10 David Sterbabtrfs-progs: wait until all subvolumes are cleaned
2014-10-10 Qu Wenruobtrfs-progs: Fix malloc size for superblock.
2014-10-01 David SterbaBtrfs progs v3.16.2
2014-10-01 Josef BacikBtrfs-progs: check all slots in leaves
2014-10-01 Qu Wenruobtrfs-progs: Check the csum tree node before go through...
2014-10-01 Josef Bacikbtrfs-progs: add root to dirty list when fixing bad...
2014-10-01 Josef BacikBtrfs-progs: let btrfs-image actually work on a balanced fs
2014-10-01 Josef BacikBtrfs-progs: don't assert when we have an invalid mapping
2014-10-01 Josef BacikBtrfs-progs: make BUG*() be more verbose
2014-10-01 Qu Wenruobtrfs-progs: Add human readable incompat flags output...
2014-10-01 David Disseldorpbtrfs-progs: fix typo in subvol list usage
2014-10-01 Gui Hechengbtrfs-progs: update manpage with new option -f for...
2014-10-01 Dimitri John... btrfs-progs: Properly cast to avoid compiler warnings...
2014-10-01 Naohiro Aotabtrfs-progs: fix many typos in documents
2014-09-15 David SterbaBtrfs progs v3.16.1
2014-09-14 Naohiro Aotabtrfs-progs: doc: fix invalid reference to setattr(8)
2014-09-14 Gui Hechengbtrfs-progs: remove wrong set_argv0 for restore
2014-09-14 Gui Hechengbtrfs-progs: remove btrfs_release_path before btrfs_fre...
2014-09-14 Qu Wenruobtrfs-progs: fix find_mount_root() to handle duplicated...
2014-09-14 Gui Hechengbtrfs-progs: fix next_leaf in restore as it improperly...
2014-09-14 Gui Hechengbtrfs-progs: fix len of read_extent_buffer for inline...
2014-09-14 Zach Brownbtrfs-progs: kill BUG_ON in readahead_tree_block()
2014-09-14 Qu Wenruobtrfs-progs: corrupt-block: fix a delete and use bug...
2014-09-14 Gui Hechengbtrfs-progs: init uninitialized output buf for btrfs...
2014-09-14 Hugo Millsbtrfs-progs: Add -R to list UUIDs of original received...
2014-09-02 Holger HoffstätteBtrfs-progs: fix typos
2014-09-02 Thomas Petazzonibtrfs-progs: Improve static building and installation
2014-09-02 Gustavo Zacariasbtrfs-progs: Add support for DISABLE_DOCUMENTATION
2014-09-02 Gui Hechengbtrfs-progs: move debug info to verbose mode for restore
2014-09-02 Arvin Schnellbtrfs-progs: library version defines
2014-08-28 David Sterbabtrfs-progs: read global reserve size from space infos
2014-08-28 Gui Hechengbtrfs-progs: remove unused flags for btrfs_path
2014-08-28 Naohiro Aotabtrfs-progs: Do not free dirty extent buffer
2014-08-26 Chris MasonBtrfs Progs v3.16
2014-08-22 David Sterbabtrfs-progs: check: do not require argument for --subvo...
2014-08-22 David Sterbabtrfs-progs: mkfs make --uuid require an argument
2014-08-22 Hugo Millsbtrfs-progs: Fix spelling in btrfs sub list help
2014-08-22 Zach Brownbtrfs-progs: fix unaligned loads in receive
2014-08-22 Gui Hechengbtrfs-progs: add ask_user confirmation for btrfstune...
2014-08-22 Satoru Takeuchibtrfs-progs: avoid to use numeric literal for the size...
2014-08-22 Satoru Takeuchibtrfs-progs: random fixes for usage string of btrfs...
2014-08-22 Satoru Takeuchibtrfs-progs: add missing descriptions of '--max-errors...
2014-08-22 Gui Hechengbtrfs-progs: remove unused parameter in rollback for...
2014-08-22 Gui Hechengbtrfs-progs: check option conflict for btrfs-convert
2014-08-22 Satoru Takeuchibtrfs-progs: move test_isdir() to utils.c
2014-08-22 Satoru Takeuchibtrfs-progs: introduce test_issubvolname() for simplicity
2014-08-22 Gui Hechengbtrfs-progs: add mount status check for btrfs-image
2014-08-22 Satoru Takeuchibtrfs-progs: remove unnecessary NULL check after get_df()
2014-08-22 Gui Hechengbtrfs-progs: fix improper return value check for is_exi...
2014-08-22 Gui Hechengbtrfs-progs: remove unnecessary return value check...
2014-08-22 Gui Hechengbtrfs-progs: init variables which are checked later...
2014-08-22 David Sterbabtrfs-progs: mkfs: remove experimental tag
2014-08-22 Justin Maggardbtrfs-progs: add always option to restore's looping...
2014-08-22 Wang ShilongBtrfs-progs: fix some build warnings on 32bit platform
2014-08-22 Satoru Takeuchibtrfs-progs: Unify the messy error message formats
2014-08-22 Wang ShilongBtrfs-progs: remove author and copyright info from...
2014-08-22 Qu Wenruobtrfs-progs: Check fstype in find_mount_root()
2014-08-22 Qu Wenruobtrfs-progs: Remove fprintf() in find_mount_root().
2014-08-22 Liu BoBtrfs-progs: fix wrong manpage of defrag command
2014-08-22 Gui Hechengbtrfs-progs: use check_argc_* to check arg number for...
2014-08-22 Nils Steingerbtrfs-progs: Add uninstall targets to Makefiles.
2014-08-22 Gui Hechengbtrfs-progs: replace a confusing raw number with a...
2014-08-22 Anand Jainbtrfs-progs: fix wrong message about forcing the mixed...
2014-08-22 David Sterbabtrfs-progs: fix build of static target
2014-08-22 Gui Hechengbtrfs-progs: correct manpage option description for...
2014-08-22 Gui Hechengbtrfs-progs: remove unnecessary judgment for fd in...
2014-08-22 Gui Hechengbtrfs-progs: adjust the return values for scrub
2014-08-22 Zach Brownbtrfs-progs: mkfs: don't zero extend small files
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 Tsutomu Itohbtrfs-progs: doc: fix incorrect subvol name
2014-08-22 Mark Fashehbtrfs-progs: ignore orphaned qgroups by default
2014-08-22 Liu BoBtrfs-progs: fix Segmentation fault of btrfs-convert
2014-08-22 Qu Wenruobtrfs-progs: Allow btrfs_read_dev_super() to read all...
2014-08-22 Mark Fashehbtrfs-progs: show extent state for a subvolume
2014-08-22 Gui Hechengbtrfs-progs: limit minimal num of args for btrfs-image
2014-08-22 Gui Hechengbtrfs-progs: move the check_argc_* functions into utils.c
2014-08-22 David Sterbabtrfs-progs: balance filter: add limit of processed...
2014-08-22 David Sterbabtrfs-progs: add X inode flag to btrfs(5)
2014-08-22 Gui Hechengbtrfs-progs: cleanup unnecessary free if malloc fails...
2014-08-22 Wang ShilongBtrfs-progs: fsck: reduce memory usage for extents...
2014-08-22 Gui Hechengbtrfs-progs: fix btrfs-image old_restore fsck failure
2014-08-22 Satoru Takeuchibtrfs-progs: Avoid double-free of fs_devices->list
2014-08-22 Gui Hechengbtrfs-progs: use BTRFS_SUPER_INFO_SIZE to replace raw...
2014-08-22 Gui Hechengbtrfs-progs: cleanup possible silent failure in btrfs...
2014-08-22 Gui Hechengbtrfs-progs: deal with malloc failure in btrfs-image
next