platform/upstream/btrfs-progs.git
2014-03-21 Gui Hechengbtrfs-progs: make the device scan logic more clear
2014-03-21 Gui Hechengbtrfs-progs: cleanup device stat usage prompt
2014-03-21 Rakesh PanditBtrfs-progs: free path if we don't find root item
2014-03-21 Christophe... btrfs-progs: include <sys/xattr.h> instead of <attr...
2014-03-21 Josef BacikBtrfs-progs: make sure to save mirror_num only if it...
2014-03-21 Josef BacikBtrfs-progs: record generation for tree blocks in fsck
2014-03-21 Qu Wenruobtrfs-progs: Init root_item to avoid gcc 4.8.2 warning
2014-03-21 Wang ShilongBtrfs-progs: use bitfield instead of integer for some...
2014-03-21 Filipe David... Btrfs-progs: fix restore of files with compressed extents
2014-03-21 Anand Jainbtrfs-progs: Fix bug when scanned for devid which was...
2014-03-21 Anand Jainbtrfs-progs: latest_devid is not always the probed...
2014-03-21 Anand Jainbtrfs-progs: there is devid 0 when replace is running
2014-03-21 Wang ShilongBtrfs-progs: fsck: fix wrong return value in check_block()
2014-03-21 Wang ShilongBtrfs-progs: fsck: avoid overwritting existed space...
2014-03-21 Hidetoshi Setobtrfs-progs: Copyright string update
2014-03-21 Rakesh Panditbtrfs-progs: mkfs.btrfs man page: update default metada...
2014-03-21 Rakesh Panditbtrfs-progs: don't remove BTRFS_BLOCK_GROUP_DUP in...
2014-03-21 Goffredo Baroncellibtrfs-progs: Allow use of get_device_info()
2014-03-21 Gui Hechengbtrfs-progs: fix wrong error msg for exec btrfsck as...
2014-03-21 Gui Hechengbtrfs-progs: judge the return value of check_mounted...
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part3
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part2
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part1
2014-03-21 Wang ShilongBtrfs-progs: new helper to parse string to u64 for...
2014-03-21 Gui Hechengbtrfs-progs: fix fsck leaks on error returns
2014-03-21 Justin Maggardbtrfs-progs: add dry-run option to restore command
2014-03-21 Gui Hechengbtrfs-progs: cleanup nonsense ret value assignment
2014-03-21 Gui Hechengbtrfs-progs: remove a dead break before usage()
2014-03-21 Gui Hechengbtrfs-progs: use usage() to replace the warning msg...
2014-03-21 Mitch Harderbtrfs-progs: Remove superfluous BUG_ON check.
2014-03-21 Qu Wenruobtrfs-progs: Fix check_arg_type() which doesn't use...
2014-03-21 Mitch Harderbtrfs-progs: Preserve process_one_leaf return value.
2014-03-21 Wang ShilongBtrfs-progs: receive: don't output normal message into...
2014-03-21 Qu Wenruobtrfs-progs: move find_mount_root to utils.[ch]
2014-03-21 Mitch Harderbtrfs-progs: Change BUG() to use assert.
2014-03-21 Qu Wenruobtrfs-progs: Add missing devices check for mounted...
2014-03-21 David Disseldorpioctl: add note regarding CLONE_RANGE(len=0) behaviour
2014-03-21 Anand Jainbtrfs-progs: fix typo in reported error
2014-03-21 David Sterbabtrfs-progs: enclose uuid tree compat code with ifdefs
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 Filipe David... Btrfs-progs: add support for the compression property
2014-01-31 Filipe David... Btrfs-progs: add type root to label property
2014-01-31 Filipe David... Btrfs-progs: fix detection of root objects in cmds...
2014-01-31 Alexander BlockBtrfs-progs: introduce btrfs property subgroup
2014-01-31 Wang ShilongBtrfs-progs: make send/receive compatible with older...
2014-01-31 Wang ShilongBtrfs-progs: fix double free when deleting subvolumes
2014-01-31 Ivan Jagerbtrfs-progs: Fix bus error on sparc
2014-01-31 Mitchel Humpherysbtrfs-progs: fix minor grammar issues
2014-01-31 Anand Jainbtrfs-progs: btrfsck operations should be exclusive
2014-01-31 Eryu GuanBtrfs-progs: check return value of read_tree_block...
2014-01-31 Anand Jainbtrfs-progs: sync-up with newly introduced ioctl number
2014-01-31 Josef BacikBtrfs-progs: add support for the no holes incompat...
2014-01-31 Pascal VITOUXbtrfs-progs: skip non-regular files while defragmenting
2014-01-31 Wang ShilongBtrfs-progs: fix to make list specified directory's...
2014-01-31 Anand Jainbtrfs-progs: test_skip_this_disk() isn't needed anymore
2014-01-31 Anand Jainbtrfs-progs: handle error in the btrfs_prepare_device
2014-01-31 Wang ShilongBtrfs-progs: receive: fix the case that we can not...
2014-01-31 Gui Hechengbtrfs-progs: fix btrfstune silence on failure
2014-01-31 David Sterbabtrfs-progs: update send help strings and manpage
2014-01-31 David Sterbabtrfs-progs: add options to set commit mode after subvo...
2014-01-31 Anand Jainbtrfs-progs: use stripe_len define here
2014-01-31 Anand Jainbtrfs-progs: don't replicate the stripe_len defines
2014-01-31 Gui Hechengbtrfs-progs: remove NULL-ptr judge before free for...
2014-01-31 Wang ShilongBtrfs-progs: add sanity checks for btrfs device operations
2014-01-31 Eric Sandeenbtrfs-progs: fix resource leak in scrub_start()
2014-01-31 Josef BacikBtrfs-progs: deal with invalid key orderings and bad...
2014-01-31 Josef BacikBtrfs-progs: reset balance before reiniting extent...
2014-01-31 Wang ShilongBtrfs-progs: make sure we are opening a file or dir...
2014-01-31 Gui Hechengbtrfs-progs: fix improper error prompt for defragment
2014-01-31 David Sterbabtrfs-progs: convert remaining uuid buffer declarations...
2014-01-31 David Sterbabtrfs-progs: add fsck.btrfs stub and manpage
2014-01-31 Gui Hechengbtrfs-progs: fix a manpage item for btrfstune
2014-01-31 David Sterbabtrfs-progs: send: check if parent or clone sources...
2014-01-31 Wang ShilongBtrfs-progs: avoid using btrfs internal subvolume path...
2014-01-31 Anand Jainbtrfs-progs: qgroup destroy says create failed
2014-01-31 Wang ShilongBtrfs-progs: fix segfault when getting scrub status
2014-01-31 Wang ShilongBtrfs-progs: add option to skip whether a scrub has...
2014-01-31 Anand Jainbtrfs-progs: fix backref after init-csum-tree
2014-01-31 Anand Jainbtrfs-progs: Turning ON incompat isn't an error
2014-01-31 Gui Hechengbtrfs-progs: scan devices in parallel for chunk-recover
2014-01-31 Gui Hechengbtrfs-progs: add chunk-recover raid0/5/6 data stripes...
2014-01-31 Gui Hechengbtrfs-progs: skip chunk recover works when check chunks...
2014-01-31 Wang ShilongBtrfs-progs: chunk-recover: add new flag to prepare...
2014-01-31 David Sterbabtrfs-progs: use mntent functions in find_mount_root
2014-01-31 David Sterbabtrfs-progs: call endmntent in btrfs_scan_kernel
2014-01-31 Liu BoBtrfs-progs: fix the mismatch of extent buffer's space
2014-01-31 Wang ShilongBtrfs-progs: chunk-recover: use right size when allocat...
2014-01-31 Ross Kirkbtrfs-progs: Make btrfs_header_chunk_tree_uuid() return...
2014-01-31 Anand Jainbtrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid...
2014-01-31 Filipe David... Btrfs-progs: let get_label return the label instead...
2014-01-31 Wang ShilongBtrfs-progs: try harder to make btrfs receive successfully
2014-01-31 Anand Jainbtrfs-progs: make it static if function isn't called...
2014-01-31 Anand Jainbtrfs-progs: use /proc/self/mounts
2014-01-31 David Sterbabtrfs-progs: fix loop device mount checks
2014-01-31 Miao XieBtrfs-progs: don't output baffling message when checkin...
2014-01-31 Josef BacikBtrfs-progs: allow --init-extent-tree to work when...
2014-01-31 Anand Jainbtrfs-progs: make filesystem show by label work
2014-01-31 David Sterbabtrfs-progs: remove cmds-chunk.c
2014-01-31 Gui HechengBtrfs-progs: fix btrfsck improper prompt on dropping...
next