summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-061-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-031-1/+17
|/
* Btrfs: incremental send, remove dead codeFilipe Manana2015-03-271-59/+0Star
* Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana2015-03-271-0/+17
* Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana2015-03-271-2/+2
* Btrfs: send, add missing check for dead clone rootFilipe Manana2015-03-271-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-031-6/+3Star
* 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
|\
| * btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba2014-10-021-1/+1
* | Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana2014-10-041-1/+1
|/
* Btrfs: send, lower mem requirements for processing xattrsFilipe Manana2014-09-171-8/+32
* Btrfs: fix sparse warningFabian Frederick2014-09-171-1/+2
* Btrfs: send, use the right limits for xattr names and valuesFilipe Manana2014-06-101-7/+23
* Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana2014-06-101-0/+4
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-101-2/+2
* Btrfs: send, fix more issues related to directory renamesFilipe Manana2014-06-101-94/+96
* Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana2014-06-101-6/+0Star
* Btrfs: send, account for orphan directories when building path stringsFilipe Manana2014-06-101-24/+9Star
* Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana2014-06-101-6/+7
* btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-101-2/+12
* Btrfs: send, fix corrupted path strings for long pathsFilipe Manana2014-06-061-2/+5
* Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana2014-05-201-1/+1
* Btrfs: limit the path size in send to PATH_MAXChris Mason2014-04-261-0/+5
* Btrfs: send, build path string only once in send_holeFilipe Manana2014-04-071-3/+3
* Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana2014-04-071-1/+3
* Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik2014-04-071-16/+32
* Btrfs: remove transaction from sendJosef Bacik2014-04-071-55/+2Star
* Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-071-0/+2
* btrfs: fix uninit variable warningChris Mason2014-03-211-1/+1
* Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana2014-03-211-5/+66