summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2017-07-27Btrfs: incremental send, fix invalid memory accessFilipe Manana
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-26Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana
2017-03-29Btrfs: fix an integer overflow checkDan Carpenter
2017-02-24Btrfs: incremental send, fix unnecessary hole writes for sparse filesFilipe Manana
2017-02-24Btrfs: incremental send, do not issue invalid rmdir operationsRobbie Ko
2017-02-24Btrfs: incremental send, do not delay rename when parent inode is newFilipe Manana
2017-02-24Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-12Btrfs: fix incremental send failure caused by balanceFilipe Manana
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-27posix_acl: xattr representation cleanupsAndreas Gruenbacher
2016-09-26btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada
2016-09-01Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik
2016-08-01Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana
2016-08-01Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana
2016-08-01Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko
2016-08-01Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko
2016-08-01Btrfs: incremental send, fix premature rmdir operationsRobbie Ko
2016-08-01Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana
2016-08-01Btrfs: send, add missing error check for calls to path_loop()Filipe Manana
2016-08-01Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-06btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba
2016-05-06btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba
2016-05-06btrfs: send: use temporary variable to store allocation sizeDavid Sterba
2016-05-06btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba
2016-05-06btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba
2016-05-06btrfs: send: silence an integer overflow warningDan Carpenter
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-11btrfs: send: use GFP_KERNEL everywhereDavid Sterba
2015-12-31Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana
2015-10-13btrfs: fix resending received snapshot with parentRobin Ruede
2015-10-13Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-08btrfs: switch more printks to our helpersDavid Sterba
2015-10-05Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana
2015-06-12Btrfs: use received_uuid of parent during sendJosef Bacik
2015-06-10Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2015-06-02Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana
2015-06-03Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana