summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAge
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
* Btrfs: fix an integer overflow checkDan Carpenter2017-03-29
* Btrfs: incremental send, fix unnecessary hole writes for sparse filesFilipe Manana2017-02-24
* Btrfs: incremental send, do not issue invalid rmdir operationsRobbie Ko2017-02-24
* Btrfs: incremental send, do not delay rename when parent inode is newFilipe Manana2017-02-24
* Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko2017-02-24
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-06
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-06
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-06
* Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-28
|\
| * Btrfs: fix incremental send failure caused by balanceFilipe Manana2016-10-12
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-11
|\ \ | |/
| * btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney2016-09-26
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-26
| * btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-26
* | posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-27
|/
* Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik2016-09-01
* Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana2016-08-01
* Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana2016-08-01
* Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko2016-08-01
* Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko2016-08-01
* Btrfs: incremental send, fix premature rmdir operationsRobbie Ko2016-08-01
* Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana2016-08-01
* Btrfs: send, add missing error check for calls to path_loop()Filipe Manana2016-08-01
* Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko2016-08-01
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-25
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-25
* | btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba2016-05-06
* | btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba2016-05-06
* | btrfs: send: use temporary variable to store allocation sizeDavid Sterba2016-05-06
* | btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba2016-05-06
* | btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba2016-05-06
* | btrfs: send: silence an integer overflow warningDan Carpenter2016-05-06
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-11
* btrfs: send: use GFP_KERNEL everywhereDavid Sterba2016-02-11
* Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2015-12-31
* btrfs: fix resending received snapshot with parentRobin Ruede2015-10-13
* Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana2015-10-13
* Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-12
|\
| * btrfs: switch more printks to our helpersDavid Sterba2015-10-08
* | Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana2015-10-05
|/
* Btrfs: use received_uuid of parent during sendJosef Bacik2015-06-12
* Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2015-06-10
|\
| * Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana2015-06-03
| * Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana2015-06-03
* | Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana2015-06-02
|/
* Btrfs: incremental send, remove dead codeFilipe Manana2015-03-26
* Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana2015-03-26