summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-121-48/+192
|\
| * btrfs: reuse kbasename helperAndy Shevchenko2013-09-011-12/+6
| * Btrfs: fix send to deal with sparse files properlyJosef Bacik2013-09-011-3/+31
| * Btrfs: get rid of sparse warningsStefan Behrens2013-09-011-2/+2
| * Btrfs: fix send issues related to inode number reuseJosef Bacik2013-09-011-30/+132
| * Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik2013-09-011-1/+2
| * Btrfs: check our parent dir when doing a compare sendJosef Bacik2013-09-011-0/+19
* | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
|/
* Btrfs: Cocci spatch "memdup.spatch"Thomas Meyer2013-06-141-2/+1
* Btrfs: fix estale with btrfs sendJosef Bacik2013-06-141-0/+35
* Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLStefan Behrens2013-06-141-6/+2
* Btrfs: cleanup unused arguments in send.cTsutomu Itoh2013-06-141-99/+90
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-1/+1
* Btrfs: fix error handling in btrfs_ioctl_send()Tsutomu Itoh2013-05-061-2/+2
* Btrfs: remove unused variable in __process_changed_new_xattr()Tsutomu Itoh2013-05-061-2/+0
* Btrfs: allow omitting stream header and end-cmd for btrfs sendStefan Behrens2013-05-061-10/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-291-6/+4
|\
| * Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt2013-03-281-6/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-021-7/+46
|\|
| * btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh2013-02-201-4/+46
| * btrfs: remove unused fd in btrfs_ioctl_send()Eric Sandeen2013-02-201-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Btrfs: fix memory leak in name_cache_insert()Tsutomu Itoh2013-01-141-1/+3
|/
* Btrfs: rename root_times_lock to root_item_lockAnand Jain2012-12-161-4/+4
* Btrfs: Send: preserve ownership (uid and gid) also for symlinks.Alex Lyakas2012-10-251-14/+13
* Btrfs: send correct rdev and mode in btrfs-sendArne Jansen2012-10-251-1/+2
* Btrfs: extended inode refs support for send mechanismJan Schmidt2012-10-251-46/+80
* Btrfs: write_buf is now callable outside send.cAnand Jain2012-10-041-5/+6
* Btrfs: fix a bug in parsing return value in logical resolveLiu Bo2012-10-011-3/+4
* Btrfs: fix gcc warnings for 32bit compilesJan Schmidt2012-10-011-2/+2
* 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/+0
* Btrfs: code cleanups for send/receiveAlexander Block2012-10-011-48/+35
* 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/+37
* 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/+0
* Btrfs: use normal return path for root == send_root caseAlexander Block2012-10-011-6/+0
* 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/+0
* Btrfs: add correct parent to check_dirs when dir got movedAlexander Block2012-10-011-0/+11