summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-031-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-091-7/+23
* Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana2014-06-091-0/+4
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-091-2/+2
* Btrfs: send, fix more issues related to directory renamesFilipe Manana2014-06-091-94/+96
* Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana2014-06-091-6/+0
* Btrfs: send, account for orphan directories when building path stringsFilipe Manana2014-06-091-24/+9
* Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana2014-06-091-6/+7
* btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-091-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-061-55/+2
* Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-061-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
* Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana2014-03-211-3/+3
* Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana2014-03-201-7/+2
* Btrfs: add readahead for send_writeLiu Bo2014-03-101-0/+9
* Btrfs: share the same code for __record_{new,deleted}_refLiu Bo2014-03-101-32/+17
* Btrfs: avoid unnecessary utimes update in incremental sendFilipe Manana2014-03-101-10/+11
* Btrfs: skip search tree for REG filesLiu Bo2014-03-101-4/+15
* btrfs: send: simplify allocation code in fs_path_ensure_bufDavid Sterba2014-03-101-18/+12
* btrfs: send: fix old buffer length in fs_path_ensure_bufDavid Sterba2014-03-101-3/+3
* Btrfs: fix send issuing outdated paths for utimes, chown and chmodFilipe Manana2014-03-101-19/+12
* Btrfs: fix send attempting to rmdir non-empty directoriesFilipe Manana2014-03-101-26/+221
OpenPOWER on IntegriCloud