aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik1-3/+5
2016-08-01Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana1-3/+45
2016-08-01Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana1-0/+2
2016-08-01Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko1-1/+11
2016-08-01Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko1-0/+4
2016-08-01Btrfs: incremental send, fix premature rmdir operationsRobbie Ko1-1/+1
2016-08-01Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana1-1/+2
2016-08-01Btrfs: send, add missing error check for calls to path_loop()Filipe Manana1-0/+2
2016-08-01Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko1-5/+95
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-3/+3
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-3/+3
2016-05-06btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba1-5/+8
2016-05-06btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba1-4/+7
2016-05-06btrfs: send: use temporary variable to store allocation sizeDavid Sterba1-6/+8
2016-05-06btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba1-4/+7
2016-05-06btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba1-4/+7
2016-05-06btrfs: send: silence an integer overflow warningDan Carpenter1-0/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-8/+8
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-11btrfs: send: use GFP_KERNEL everywhereDavid Sterba1-18/+18
2015-12-31Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2015-10-13btrfs: fix resending received snapshot with parentRobin Ruede1-2/+8
2015-10-13Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana1-27/+173
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-1/+1
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-1/+1
2015-10-05Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana1-3/+5
2015-06-12Btrfs: use received_uuid of parent during sendJosef Bacik1-4/+21
2015-06-10Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.2Chris Mason1-21/+83
2015-06-02Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana1-1/+17
2015-06-03Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana1-19/+37
2015-06-03Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana1-2/+46
2015-03-26Btrfs: incremental send, remove dead codeFilipe Manana1-59/+0
2015-03-26Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana1-0/+17
2015-03-26Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana1-2/+2
2015-03-26Btrfs: send, add missing check for dead clone rootFilipe Manana1-1/+2
2015-03-02Btrfs: incremental send, don't rename a directory too soonFilipe Manana1-15/+156
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba1-6/+3
2014-11-25Btrfs: ensure send always works on roots without orphansFilipe Manana1-0/+49
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-1/+1
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana1-1/+1
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba1-1/+1
2014-09-17Btrfs: send, lower mem requirements for processing xattrsFilipe Manana1-8/+32
2014-09-17Btrfs: fix sparse warningFabian Frederick1-1/+2
2014-06-09Btrfs: send, use the right limits for xattr names and valuesFilipe Manana1-7/+23
2014-06-09Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-2/+2
2014-06-09Btrfs: send, fix more issues related to directory renamesFilipe Manana1-94/+96
2014-06-09Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana1-6/+0
2014-06-09Btrfs: send, account for orphan directories when building path stringsFilipe Manana1-24/+9
2014-06-09Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana1-6/+7