summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: fix btrfs send for inline items and compressionChris Mason2012-10-011-13/+33
* Btrfs: don't treat top/root directory inode as deleted/reusedAlexander Block2012-10-011-1/+20
* Btrfs: ignore non-FS inodes for send/receiveAlexander Block2012-10-011-0/+5
* Btrfs: pass root instead of parent_root to iterate_inode_refAlexander Block2012-10-011-2/+2
* Btrfs: use <= instead of < in is_extent_unchangedAlexander Block2012-10-011-1/+1
* Btrfs: fix check for changed extent in is_extent_unchangedAlexander Block2012-10-011-2/+2
* Btrfs: free nce and nce_head on error in name_cache_insertAlexander Block2012-10-011-1/+5
* Btrfs: remove unused tmp_path from iterate_dir_itemAlexander Block2012-10-011-8/+0Star
* Btrfs: code cleanups for send/receiveAlexander Block2012-10-011-48/+35Star
* Btrfs: add/fix comments/documentation for send/receiveAlexander Block2012-10-011-6/+134
* Btrfs: update send_progress at correct placesAlexander Block2012-10-011-6/+20
* Btrfs: fix use of radix_tree for name_cache in send/receiveAlexander Block2012-10-011-39/+37Star
* Btrfs: fix memory leak for name_cache in send/receiveAlexander Block2012-10-011-0/+1
* Btrfs: don't break in the final loop of find_extent_cloneAlexander Block2012-10-011-1/+0Star
* Btrfs: use normal return path for root == send_root caseAlexander Block2012-10-011-6/+0Star
* Btrfs: use kmalloc instead of stack for backref_ctxAlexander Block2012-10-011-11/+18
* Btrfs: rename backref_ctx::found_in_send_root to found_itselfAlexander Block2012-10-011-4/+4
* Btrfs: remove unused use_list from send/receive codeAlexander Block2012-10-011-2/+0Star
* Btrfs: add correct parent to check_dirs when dir got movedAlexander Block2012-10-011-0/+11
* Btrfs: remove unused code with #if 0Alexander Block2012-10-011-0/+2
* Btrfs: add missing check for dir != tmp_dir to is_first_refAlexander Block2012-10-011-1/+1
* Btrfs: fix cur_ino < parent_ino case for send/receiveAlexander Block2012-10-011-244/+146Star
* Btrfs: add rdev to get_inode_info in send/receiveAlexander Block2012-10-011-13/+17
* Btrfs: using vmalloc and friends needs vmalloc.hStephen Rothwell2012-07-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-261-4/+5
* Btrfs: uninit variable fixes in send/receiveChris Mason2012-07-261-2/+2
* Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block2012-07-251-0/+4570