summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-2/+2
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-2/+3
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-10/+7
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-3/+4
* Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-281-0/+58
|\
| * Btrfs: fix incremental send failure caused by balanceFilipe Manana2016-10-121-0/+58
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-38/+41
|\|
| * btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney2016-09-261-27/+38
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-261-9/+5
| * btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-261-6/+2
* | posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-271-1/+1
|/
* Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik2016-09-011-3/+5
* Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana2016-08-011-3/+45
* Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana2016-08-011-0/+2
* Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko2016-08-011-1/+11
* Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko2016-08-011-0/+4
* Btrfs: incremental send, fix premature rmdir operationsRobbie Ko2016-08-011-1/+1
* Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana2016-08-011-1/+2
* Btrfs: send, add missing error check for calls to path_loop()Filipe Manana2016-08-011-0/+2
* Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko2016-08-011-5/+95
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-3/+3
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-3/+3
* | btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba2016-05-061-5/+8
* | btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba2016-05-061-4/+7
* | btrfs: send: use temporary variable to store allocation sizeDavid Sterba2016-05-061-6/+8
* | btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba2016-05-061-4/+7
* | btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba2016-05-061-4/+7
* | btrfs: send: silence an integer overflow warningDan Carpenter2016-05-061-0/+6
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* btrfs: send: use GFP_KERNEL everywhereDavid Sterba2016-02-111-18/+18
* Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2015-12-311-1/+15
* btrfs: fix resending received snapshot with parentRobin Ruede2015-10-131-2/+8
* Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana2015-10-131-27/+173
* Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-121-1/+1
|\
| * btrfs: switch more printks to our helpersDavid Sterba2015-10-081-1/+1
* | Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana2015-10-051-3/+5
|/
* Btrfs: use received_uuid of parent during sendJosef Bacik2015-06-121-4/+21
* Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2015-06-101-21/+83
|\
| * Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana2015-06-031-19/+37
| * Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana2015-06-031-2/+46
* | Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana2015-06-021-1/+17
|/
* Btrfs: incremental send, remove dead codeFilipe Manana2015-03-261-59/+0
* Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana2015-03-261-0/+17
* Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana2015-03-261-2/+2
* Btrfs: send, add missing check for dead clone rootFilipe Manana2015-03-261-1/+2
* Btrfs: incremental send, don't rename a directory too soonFilipe Manana2015-03-021-15/+156
* btrfs: kill btrfs_inode_*time helpersDavid Sterba2015-02-021-6/+3
* Btrfs: ensure send always works on roots without orphansFilipe Manana2014-11-251-0/+49
* Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-1/+1
|\