aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-1/+1
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana1-1/+1
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba1-1/+1
2014-09-17Btrfs: send, lower mem requirements for processing xattrsFilipe Manana1-8/+32
2014-09-17Btrfs: fix sparse warningFabian Frederick1-1/+2
2014-06-09Btrfs: send, use the right limits for xattr names and valuesFilipe Manana1-7/+23
2014-06-09Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-2/+2
2014-06-09Btrfs: send, fix more issues related to directory renamesFilipe Manana1-94/+96
2014-06-09Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana1-6/+0
2014-06-09Btrfs: send, account for orphan directories when building path stringsFilipe Manana1-24/+9
2014-06-09Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana1-6/+7
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba1-2/+12
2014-06-06Btrfs: send, fix corrupted path strings for long pathsFilipe Manana1-2/+5
2014-05-20Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana1-1/+1
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason1-0/+5
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana1-3/+3
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana1-1/+3
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik1-16/+32
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-55/+2
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-0/+2
2014-03-21btrfs: fix uninit variable warningChris Mason1-1/+1
2014-03-21Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana1-5/+66
2014-03-21Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana1-3/+3
2014-03-20Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana1-7/+2
2014-03-10Btrfs: add readahead for send_writeLiu Bo1-0/+9
2014-03-10Btrfs: share the same code for __record_{new,deleted}_refLiu Bo1-32/+17
2014-03-10Btrfs: avoid unnecessary utimes update in incremental sendFilipe Manana1-10/+11
2014-03-10Btrfs: skip search tree for REG filesLiu Bo1-4/+15
2014-03-10btrfs: send: simplify allocation code in fs_path_ensure_bufDavid Sterba1-18/+12
2014-03-10btrfs: send: fix old buffer length in fs_path_ensure_bufDavid Sterba1-3/+3
2014-03-10Btrfs: fix send issuing outdated paths for utimes, chown and chmodFilipe Manana1-19/+12
2014-03-10Btrfs: fix send attempting to rmdir non-empty directoriesFilipe Manana1-26/+221
2014-03-10Btrfs: send, don't send rmdir for same target multiple timesFilipe Manana1-1/+4
2014-03-10Btrfs: incremental send, fix invalid path after dir renameFilipe Manana1-7/+34
2014-03-10Revert "Btrfs: remove transaction from btrfs send"Wang Shilong1-0/+33
2014-03-10btrfs: send: lower memory requirements in common caseDavid Sterba1-69/+37
2014-03-10Btrfs: make some tree searches in send.c more efficientFilipe David Borba Manana1-41/+64
2014-03-10Btrfs: use right extent item position in send when finding extent clonesFilipe David Borba Manana1-2/+0
2014-03-10btrfs: send: remove BUG_ON from name_cache_deleteDavid Sterba1-2/+9
2014-03-10btrfs: send: remove BUG from process_all_refsDavid Sterba1-1/+4
2014-03-10btrfs: send: squeeze bitfilelds in fs_pathDavid Sterba1-2/+2
2014-03-10btrfs: send: remove virtual_mem member from fs_pathDavid Sterba1-6/+2
2014-03-10btrfs: send: remove prepared member from fs_pathDavid Sterba1-13/+13
2014-03-10btrfs: send: replace check with an assert in gen_unique_nameDavid Sterba1-5/+1
2014-03-10Btrfs: more send support for parent/child dir relationship inversionFilipe David Borba Manana1-2/+2
2014-03-10Btrfs: fix send dealing with file renames and directory movesFilipe David Borba Manana1-9/+1
2014-03-10Btrfs: add missing error check in incremental sendFilipe David Borba Manana1-1/+4
2014-02-15Btrfs: use right clone root offset for compressed extentsFilipe David Borba Manana1-0/+10
2014-02-08Btrfs: fix assert screwup for the pending move stuffJosef Bacik1-5/+3