platform/upstream/btrfs-progs.git
2012-10-04 Wang ShilongBtrfs-progs: introduces '-a' option into subvolume...
2012-10-04 Wang ShilongBtrfs-Progs: fix subvolumes's some full_path invaild...
2012-10-04 Miao XieBtrfs-progs: introduce '-t' option into subvolume list...
2012-10-04 wangshilongBtrfs-progs: introduce -g -c --sort options into btrfs...
2012-10-04 Zhou BoBtrfs-progs: update the manpage entries for the btrfs...
2012-10-04 Miao XieBtrfs-progs: enhance btrfs subvol list only to show...
2012-10-04 Miao XieBtrfs-progs: restructure list_subvolumes
2012-10-04 Miao XieBtrfs-progs: fix wrong way to check if the root item...
2012-10-04 Miao XieBtrfs-progs: fix wrong usage of btrfs subvolume list...
2012-10-04 Miao XieBtrfs-progs: fix compile warning of implicit declaratio...
2012-10-04 Zhou BoBtrfs-progs: move the function declarations to a new...
2012-10-04 Anand JainBtrfs-progs: seg fault in get_label_unmounted
2012-10-04 Anand JainBtrfs-progs: add -u to show subvol uuid
2012-10-04 Anand JainBtrfs-progs: add otime to the snapshot list
2012-10-04 Liu BoBtrfs-progs: list snapshots by generation
2012-10-04 Liu BoBtrfs-progs: show generation in command btrfs subvol...
2012-10-04 Liu BoBtrfs-progs: search subvolumes with proper objectid
2012-10-04 Miao XieBtrfs-progs: fix wrong return value of check_owner_ref()
2012-10-04 Miao XieBtrfs-progs: fix unresolved ref root message
2012-10-04 Miao XieBtrfs-progs: fix wrong leaf when checking the trees...
2012-10-04 Miao XieBtrfs-progs: fix several complie warning
2012-10-02 Tsutomu ItohBtrfs-progs: fix arguments check of qgroup limit
2012-10-02 Josef BacikBtrfs-progs: only enforce a maximum size if we specify one
2012-10-02 David Sterbabtrfs-progs: fsck: understand the -s option
2012-10-02 David Sterbabtrfs-progs: mkfs: create root directory with 755 permi...
2012-10-02 David Sterbabtrfs-progs: mkfs: rename nodiscard option to K
2012-09-04 Arne JansenBtrfs progs: quota groups support upstream/0.20.rc1 v0.20-rc1
2012-08-20 Jan SchmidtBtrfs-progs: replace find_mount_root from send code
2012-08-09 Chris MasonAllow relative paths for btrfs send
2012-07-26 Chris MasonUse intel hardware crc32c where available
2012-07-26 Chris MasonSwitch to -O1 for optimizations to enable FORTIFY_SOURCE
2012-07-26 Alexander BlockBtrfs-progs: add btrfs send/receive commands
2012-07-26 Alexander BlockBtrfs-progs: update ioctl.h to support btrfs send ioctl
2012-07-26 Alexander BlockBtrfs-progs: update btrfs-progs for subvol uuid+times...
2012-07-26 Alexander BlockBtrfs-progs: print inode transid and dir item data...
2012-07-26 Alexander BlockBtrfs-progs: update ioctl.h to support clone range...
2012-07-26 Alexander BlockBtrfs-progs: add BTRFS_IOC_SUBVOL_GET/SETFLAGS to ioctl.h
2012-07-06 David Sterbabtrfs-progs: mkfs: add option to skip trim
2012-07-05 Chris MasonBtrfs: fix off by one in null termination
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-07-03 Miao XieBtrfs-progs, btrfs-map-logical: Fix typo in usage
2012-07-03 Miao XieBtrfs-progs, btrfs-corrupt-block: fix the wrong usage
2012-07-03 Akira FujitaBtrfs-progs: Fix manual of btrfs command
2012-07-03 Phillip Susibtrfs-progs: document --rootdir mkfs switch
2012-07-03 Phillip Susibtrfs-progs: removed extraneous whitespace from mkfs...
2012-07-03 Goffredo Baroncelliscrub_fs_info( ) file handle leaking
2012-07-03 Shawn Bohrerbtrfs-progs: Update resize documentation
2012-07-03 Chris SamuelFix "set-dafault" typo in cmds-subvolume.c
2012-07-03 Hubert Karioman: fix btrfs man page formatting
2012-07-03 Josef Bacikbtrfs-progs: enforce block count on all devices in...
2012-07-03 Miao XieBtrfs-progs: fix btrfsck's snapshot wrong "unresolved...
2012-07-03 Jan Karamkfs: Handle creation of filesystem larger than the...
2012-07-03 Hubert KarioFix segmentation fault when opening invalid file system
2012-07-03 Josef BacikBtrfs-progs: make btrfs filesystem show <uuid> actually...
2012-06-05 Jim Meyeringmkfs: avoid heap-buffer-read-underrun for zero-length...
2012-06-05 Jim Meyeringavoid several strncpy-induced buffer overruns
2012-06-05 Jim Meyeringrestore: don't corrupt stack for a zero-length command...
2012-06-05 Jim Meyeringmkfs: use strdup in place of strlen,malloc,strcpy sequence
2012-06-05 Jim Meyeringbtrfs_scan_one_dir: avoid use-after-free on error path
2012-06-05 Josef BacikBtrfs-progs: make btrfsck aware of free space inodes
2012-06-05 Sergei TrofimovichMakefile: use $(MAKE) instead of hardcoded 'make'
2012-06-05 Sergei TrofimovichMakefile: use $(CC) as a compilers instead of $(CC...
2012-06-05 Wang Sheng-Huibtrfs-progs: cleanup: remove the redundant BTRFS_CSUM_T...
2012-03-28 Chris MasonAdd incompat flag for big metadata blocks
2012-03-26 Chris Masonmkfs: make -l and -n an alias for each other
2012-03-13 Ilya DryomovBtrfs-progs: allow dup for data chunks in mixed mode
2012-03-13 Ilya DryomovBtrfs-progs: make print-tree.c aware of free space...
2012-03-12 Ilya DryomovBtrfs-progs: bring 'subvol get-default' back in
2012-03-12 Ilya DryomovBtrfs-progs: refactor resolve_root() function a bit
2012-03-12 Ilya DryomovBtrfs-progs: nuke redundant zeroing in __list_subvol_se...
2012-02-22 Chris Masonbtrfsck: add early code to handle corrupted block groups
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...
2012-02-21 Chris MasonBtrfsck: add the ability to prune corrupt extent alloca...
2012-02-10 Chris Masonbtrfsck: remove extents from the fsck reference tracker...
2012-02-09 Chris Masonbtrfsck: make sure we fix the block group accounting...
2012-02-09 Chris Masonbtrfsck: add --init-csum-tree to replace the csum root...
2012-02-09 Chris Masonbtrfsck: make sure to dirty all block groups as we...
2012-02-09 Chris MasonFix btrfs-convert, btrfs-restore and btrfs-find-root...
2012-02-09 Chris MasonTurn off some commands in Makefile
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-09 Chris Masonbtrfsck: fix block group accounting during repair
2012-02-08 Ilya DryomovBtrfs-progs: allow multi-line command group synopsis
2012-02-07 Chris Masonbtrfs-corrupt-block: add -E option to randomly corrupt...
2012-02-07 Chris Masonbtrfsck: add code to rebuild extent records
2012-02-07 Chris Masonbtrfs-corrupt-block: add -e option to corrupt the exten...
2012-02-06 Chris Masonbtrfsck: don't BUG on corrupted extent records
2012-02-06 Chris MasonAllow extent_buffers to use more ram
2012-02-06 Chris Masonbtrfsck: print some progress
2012-02-05 Chris MasonAdd open_ctree_fs_info for partial FS opens
2012-02-05 Chris MasonMerge branch 'restriper' of git://github.com/idryomov...
2012-02-05 Chris MasonBtrfs-progs: fall back to the v1 ioctl if the new balan...
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 restriper commands
2012-02-03 Ilya DryomovBtrfs-progs: add 'balance' command group infrastructure
2012-02-03 Ilya DryomovBtrfs-progs: add restriper headers
2012-02-03 Ilya DryomovBtrfs-progs: switch all existing commands to a new...
2012-02-03 Ilya DryomovBtrfs-progs: implement new subcommand parser
2012-02-03 Ilya DryomovBtrfs-progs: rearrange files in the repo
next