platform/upstream/btrfs-progs.git
2013-09-03 Qu Wenruobtrfs-progs: Fix the return value of btrfs-map-logical
2013-09-03 Jan SchmidtBtrfs-progs: added "btrfs quota rescan" -w switch ...
2013-09-03 Koen De Witbtrfs-progs: mkfs.btrfs documentation: clarify current...
2013-09-03 Eric Sandeenbtrfs-progs: make set/get functions for the super compa...
2013-09-03 Eric Sandeenbtrfs-progs: fix definition of struct btrfs_extent_inli...
2013-09-03 Eric Sandeenbtrfs-progs: drop weird indirections & dead code from...
2013-09-03 Eric Sandeenbtrfs-progs: drop unused parameter from btrfs_release_path
2013-09-03 Josef BacikBtrfs-progs: sanitize xattrs when we specify sanitization
2013-09-03 Filipe David... Btrfs-progs: return immediately on tree search failure
2013-09-03 Anand Jainbtrfs-progs: don't have to report ENOMEDIUM error durin...
2013-08-09 Qu Wenruobtrfs-progs: Update the man page of btrfs
2013-08-09 Qu Wenruobtrfs-progs: Update the usage strings of some cmds
2013-08-09 Filipe David... Btrfs-progs: add missing path alloc return value check
2013-08-09 Wang ShilongBtrfs-progs: make btrfs-map-logical handle error gracefully
2013-08-09 Wang ShilongBtrfs-progs: fix wrong arg sb_bytenr for btrfs_scan_fs_...
2013-08-09 Anand Jainbtrfs-progs: get_label_mounted to return label instead...
2013-08-09 Anand Jainbtrfs-progs: device delete to get errors from the kernel
2013-08-09 Anand Jainbtrfs-progs: congregate dev scan
2013-08-09 Anand Jainbtrfs-progs: update device scan usage
2013-08-09 Anand Jainbtrfs-progs: label option in btrfs filesystem show...
2013-08-09 Anand Jainbtrfs-progs: btrfs_scan_for_fsid doesn't need all the...
2013-08-09 Wang ShilongBtrfs-progs: fix closing of opendir()
2013-08-09 Qu Wenruobtrfs-progs: Add chunk corrupt funtion to btrfs-corrupt...
2013-08-09 Wang ShilongBtrfs-progs: listing subvols and getting default subvol...
2013-08-09 Filipe David... Btrfs-progs: restore can now recover file xattrs
2013-08-09 David Sterbabtrfs-progs: use IEC units for sizes
2013-08-09 Filipe David... Btrfs-progs: update usage message for cmds-restore
2013-08-09 David Sterbabtrfs-progs: use reentrant localtime
2013-08-09 David Sterbabtrfs-progs: use accessor macro for otime
2013-08-09 Michal Marekbtrfs-progs: fix duplicate __[su]* typedefs on ppc64
2013-08-09 David Sterbabtrfs-progs: Fix getopt on arm/ppc platforms
2013-08-09 Filipe David... Btrfs-progs: add missing path release
2013-08-09 Kusanagi Kouichibtrfs-progs: Fix automatic prerequisite generation
2013-08-09 Filipe David... Btrfs-progs: optimize function btrfs_read_chunk_tree
2013-08-09 Filipe David... Btrfs-progs: remove incorrect slot decrement
2013-08-09 Filipe David... Btrfs-progs: fix optimization in btrfs_lookup_extent_info
2013-08-09 Filipe David... Btrfs-progs: don't ignore errors in extent-tree.c
2013-08-09 Filipe David... Btrfs-progs: return error on write failure in make_btrfs()
2013-08-09 Filipe David... Btrfs-progs: add missing write check for mkfs
2013-08-09 Wang ShilongBtrfs-progs: fix possible memory leak related to subvol...
2013-08-09 Zach Brownbtrfs-progs: per-thread, per-call pretty buffer
2013-08-09 Filipe David... Btrfs-progs: remove unused code
2013-08-09 Filipe David... Btrfs-progs: add kstrdup() return value check
2013-08-09 Qu Wenruobtrfs-progs: Cleanup unneeded extra variant in btrfs_re...
2013-08-09 Qu Wenruobtrfs-progs: Cleanup for using BTRFS_SETGET_STACK inste...
2013-08-09 Cristian Rodríguezbtrfs-progs: kerncompat.h: remove offsetof redefinition
2013-08-09 Wang Sheng-Huibtrfs-progs: fix the comment for extent_io.c/clear_exte...
2013-08-09 Guangyu Sunbtrfs-progs: update man page for btrfs filesystem label
2013-08-09 Stefan BehrensBtrfs-progs: add option to btrfs-debug-tree to print...
2013-08-09 Stefan BehrensBtrfs-progs: add uuid_tree_gen field to btrfs-show...
2013-08-09 Stefan BehrensBtrfs-progs: use UUID tree for send/receive
2013-08-09 Stefan BehrensBtrfs-progs: add UUID tree lookup methods
2013-08-09 Stefan BehrensBtrfs-progs: Support UUID tree and UUID items in btrfs...
2013-08-09 Josef BacikBtrfs-progs: commit the csum_root if we do --init-csum...
2013-08-09 Filipe David... Btrfs-progs: pretty print dir_item type
2013-08-09 Filipe David... Btrfs-progs: Add missing close_ctree() calls to debug...
2013-08-09 Filipe David... Btrfs-progs: Add missing free_extent_buffer() call...
2013-08-09 Wang ShilongBtrfs-progs: fix compile warning in btrfs_free_block_gr...
2013-08-09 David Sterbabtrfs-progs: mkfs: add -O option to specify fs features
2013-08-09 Stefan BehrensBtrfs-progs: detect when scrub is started twice
2013-08-09 David Sterbabtrfs-progs: restore: use long option for the path...
2013-08-09 Josef Bacikbtrfs-progs: fix regexec to only work if we actually...
2013-08-09 Peter Stugerestore: Add regex matching of paths and files to be...
2013-08-09 Lin Mingbtrfs-progs: pass up return value of walk_down_tree
2013-08-09 Eryu Guanbtrfs-progs: update manpage to add filesystem show...
2013-08-09 Richard W.M... libbtrfs: Set SONAME to "libbtrfs.so.0" (instead of...
2013-08-09 Stefan BehrensBtrfs-progs: add send option for using new end-cmd...
2013-08-09 Eric SandeenBtrfs-progs: make btrfsck a hardlink at install time
2013-08-09 Eric SandeenBtrfs-progs: remove btrfs_init_path calls from ctree.c
2013-08-09 Eric SandeenBtrfs-progs: remove the unnecessary 'return -1;' at...
2013-08-09 Eric SandeenBtrfs-progs: make extent_ref_type() match kernelspace
2013-08-09 Eric SandeenBtrfs-progs: cleanup duplicated division functions
2013-08-09 Eric SandeenBtrfs-progs: remove some dead/unbuilt code
2013-08-09 Eric SandeenBtrfs-progs: move btrfs_fsck_reinit_root to cmds-check.c
2013-08-09 Eric SandeenBtrfs-progs: fix array bound checking
2013-08-09 Eric SandeenBtrfs-progs: remove dead btrfs-defrag.c
2013-07-05 Chris Masonbtrfs-restore: deal with NULL returns from read_node_slot
2013-07-05 Chris Masonbtrfs-restore: use the correct leafsize when reading...
2013-07-05 Chris MasonAdd options to btrfs-find-root to control generation...
2013-07-05 Chris Masonbtrfsck: fix incorrect casting on items in the corrupt_...
2013-07-05 Filipe David... Btrfs-progs: fix closing of devices
2013-07-03 Chris MasonMerge branch 'liubo-image-restore'
2013-07-03 Liu BoBtrfs-progs: enhance btrfs-image to restore image onto...
2013-07-03 Liu BoBtrfs-progs: cleanup btrfs-image usage
2013-07-03 Liu BoBtrfs-progs: delete fs_devices itself from fs_uuid...
2013-07-03 Liu BoBtrfs-progs: skip open devices which is missing
2013-07-03 Liu BoBtrfs-progs: fix misuse of skinny metadata in btrfs...
2013-07-03 Miao XieBtrfs-progs: recover raid0/raid10/raid5/raid6 metadata...
2013-07-03 Miao XieBtrfs-progs: Add chunk rebuild function for RAID1/SINGL...
2013-07-03 Miao XieBtrfs-progs: introduce list_{first, next}_entry/list_sp...
2013-07-03 Miao XieBtrfs-progs: Add chunk recover function - using old...
2013-07-03 Miao XieBtrfs-progs: Add block group check funtion
2013-07-03 Miao XieBtrfs-progs: extend the extent cache for the device...
2013-07-03 Miao XieBtrfs-progs: use rb-tree instead of extent cache tree...
2013-07-03 Miao XieBtrfs-progs: introduce common insert/search/delete...
2013-07-03 Miao XieBtrfs-progs: cleanup similar code in open_ctree_* and...
2013-07-03 Miao XieBtrfs-progs: Don't free the devices when close the...
2013-07-03 Miao XieBtrfs-progs: don't close the file descriptor 0 when...
2013-07-03 Wang ShilongBtrfs-progs: fix missing recow roots when making btrfs...
2013-06-19 Josef BacikBtrfs-progs: fix reference check for roots in btrfsck
next