platform/upstream/btrfs-progs.git
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
2014-08-22 Gui Hechengbtrfs-progs: replace BTRFS_NUM_MIRRORS with BTRFS_MAX_M...
2014-08-22 Eric Sandeenbtrfs-progs: add supported attr flags to btrfs(5)
2014-08-22 Qu Wenruobtrfs-progs: Add minimum device size check
2014-08-22 Hugo Millsbtrfs-progs: check: Fix wrong level access
2014-08-22 Wang ShilongBtrfs-progs: fsck: add tests for extent tree rebuilding
2014-08-22 Gui Hechengbtrfs-progs: delete invalid output file when btrfs...
2014-08-22 Gui Hechengbtrfs-progs: deal with invalid option combinations...
2014-08-22 Gui Hechengbtrfs-progs: update manpage for btrfs-image with -m...
2014-08-22 Gui Hechengbtrfs-progs: cleanup duplicate assignment of variable...
2014-08-22 Wang Shilongbtrfs-progs: restore: document updates
2014-08-22 Wang Shilongbtrfs-progs: restore: don't allow users to specify...
2014-08-22 Wang Shilongbtrfs-progs: restore: output resason why it fails to...
2014-08-22 Wang Shilongbtrfs-progs: restore: fix wrong return value if it...
2014-08-22 Wang Shilongbtrfs-progs: restore: check if specified root is fs...
2014-08-22 Wang ShilongBtrfs-progs: fsck: switch to is_fstree()
2014-08-22 Vincent Stehlébtrfs-progs: restore: check lzo compress length
2014-08-22 Adam Buchbinderbtrfs-progs: Properly size the leafsize field in the...
2014-08-22 Adam Buchbinderbtrfs-progs: Use sparse files for filesystem conversion...
2014-08-22 Gui Hechengbtrfs-progs: clean fsck noise for free inode generation 0
2014-08-22 Qu Wenruobtrfs-progs: Improve the parse_size() error message
2014-08-22 Gui Hechengbtrfs-progs: show meaningful msgs for replace cmd upon...
2014-08-22 Gui Hechengbtrfs-progs: fix max mirror number error for chunk...
2014-08-22 Gui Hechengbtrfs-progs: fix missing parity stripe for raid6 in...
2014-08-22 Adam Buchbinderbtrfs-progs: Add some simple end-to-end tests for btrfs...
2014-08-22 Qu Wenruobtrfs-progs: Add human readable flags output for chunk...
2014-08-22 Qu Wenruobtrfs-progs: Add human readable flags output string...
2014-08-22 Gui Hechengbtrfs-progs: update manpage for btrfs resize support...
2014-08-22 Adam Buchbinderbtrfs-progs: Fix a use-after-free in the volumes code.
2014-08-22 Adam Buchbinderbtrfs-progs: Fix undefined behavior in radix-tree.c.
2014-08-22 David Sterbabtrfs-progs: rename btrfs-mount.5 to btrfs.5
2014-08-22 Eric Sandeenbtrfs-progs: add mount options to btrfs-mount.5
2014-08-22 Gui Hechengbtrfs-progs: cleanup unused assignment for chunk-recover
2014-08-22 Jeff Mahoneybtrfs-progs: canonicalize pathnames for device commands
next