summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-20btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2019-12-21Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-08-06Btrfs: fix incremental send failure after deduplicationFilipe Manana1-62/+15
2018-12-17Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko1-3/+8
2018-11-10Btrfs: incremental send, fix invalid memory accessFilipe Manana1-3/+4
2018-05-30Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana1-0/+3
2018-03-24Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana1-2/+21
2017-12-25Btrfs: fix an integer overflow checkDan Carpenter1-1/+6
2017-10-21Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko1-1/+4
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+58
2016-10-12Btrfs: fix incremental send failure caused by balanceFilipe Manana1-0/+58
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-38/+41
2016-09-28posix_acl: xattr representation cleanupsAndreas Gruenbacher1-1/+1
2016-09-26btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney1-27/+38
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-9/+5
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada1-6/+2
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-13Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-1/+1
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-1/+1
2015-10-06Btrfs: 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/gi...Chris Mason1-21/+83
2015-06-03Btrfs: 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-27Btrfs: incremental send, remove dead codeFilipe Manana1-59/+0
2015-03-27Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana1-0/+17
2015-03-27Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana1-2/+2