summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-06btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba
2016-05-06btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba
2016-05-06btrfs: send: use temporary variable to store allocation sizeDavid Sterba
2016-05-06btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba
2016-05-06btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba
2016-05-06btrfs: send: silence an integer overflow warningDan Carpenter
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-11btrfs: send: use GFP_KERNEL everywhereDavid Sterba
2015-12-31Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana
2015-10-13btrfs: fix resending received snapshot with parentRobin Ruede
2015-10-13Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-08btrfs: switch more printks to our helpersDavid Sterba
2015-10-05Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana
2015-06-12Btrfs: use received_uuid of parent during sendJosef Bacik
2015-06-10Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2015-06-02Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana
2015-06-03Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana
2015-06-03Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana
2015-03-26Btrfs: incremental send, remove dead codeFilipe Manana
2015-03-26Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana
2015-03-26Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana
2015-03-26Btrfs: send, add missing check for dead clone rootFilipe Manana
2015-03-02Btrfs: incremental send, don't rename a directory too soonFilipe Manana
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba
2014-11-25Btrfs: ensure send always works on roots without orphansFilipe Manana
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba
2014-09-17Btrfs: send, lower mem requirements for processing xattrsFilipe Manana
2014-09-17Btrfs: fix sparse warningFabian Frederick
2014-06-09Btrfs: send, use the right limits for xattr names and valuesFilipe Manana
2014-06-09Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: send, fix more issues related to directory renamesFilipe Manana
2014-06-09Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana
2014-06-09Btrfs: send, account for orphan directories when building path stringsFilipe Manana
2014-06-09Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba
2014-06-06Btrfs: send, fix corrupted path strings for long pathsFilipe Manana
2014-05-20Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik