aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana1-2/+2
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-4/+7
2014-01-29Btrfs: fix send file hole detection leading to data corruptionFilipe David Borba Manana1-0/+15
2014-01-29Btrfs: make send's file extent item search more efficientFilipe David Borba Manana1-10/+17
2014-01-29Btrfs: fix infinite path build loops in incremental sendFilipe David Borba Manana1-21/+518
2014-01-28Btrfs: fix snprintf usage by send's gen_unique_nameFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: fix wrong search path initialization before searching tree rootWang Shilong1-1/+1
2014-01-28Btrfs: fix send to not send non-aligned clone operationsFilipe David Borba Manana1-1/+2
2014-01-28Btrfs: remove unnecessary transaction commit before sendWang Shilong1-29/+0
2014-01-28Btrfs: fix protection between send and root deletionWang Shilong1-0/+16
2014-01-28Btrfs: fix wrong send_in_progress accountingWang Shilong1-3/+13
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2014-01-28btrfs: check balance of send_in_progressDavid Sterba1-18/+20
2014-01-28Btrfs: remove transaction from btrfs sendWang Shilong1-33/+0
2014-01-28btrfs: Check read-only status of roots during sendDavid Sterba1-0/+54
2014-01-28btrfs: remove unused mnt from send_ctxDavid Sterba1-4/+0
2014-01-28btrfs: send: clean up dead codeDavid Sterba1-50/+8
2014-01-28Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana1-3/+3
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik1-9/+149
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter1-2/+2
2013-11-11Btrfs: check file extent type before anything elseJosef Bacik1-5/+5
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-3/+1
2013-11-11Btrfs: stop using vfs_read in sendJosef Bacik1-103/+72
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk1-2/+2
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-48/+192
2013-09-01btrfs: reuse kbasename helperAndy Shevchenko1-12/+6
2013-09-01Btrfs: fix send to deal with sparse files properlyJosef Bacik1-3/+31
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-2/+2
2013-09-01Btrfs: fix send issues related to inode number reuseJosef Bacik1-30/+132
2013-09-01Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik1-1/+2
2013-09-01Btrfs: check our parent dir when doing a compare sendJosef Bacik1-0/+19
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+1
2013-06-14Btrfs: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1