aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-14Btrfs: fix estale with btrfs sendJosef Bacik1-0/+35
2013-06-14Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLStefan Behrens1-6/+2
2013-06-14Btrfs: cleanup unused arguments in send.cTsutomu Itoh1-99/+90
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-1/+1
2013-05-06Btrfs: fix error handling in btrfs_ioctl_send()Tsutomu Itoh1-2/+2
2013-05-06Btrfs: remove unused variable in __process_changed_new_xattr()Tsutomu Itoh1-2/+0
2013-05-06Btrfs: allow omitting stream header and end-cmd for btrfs sendStefan Behrens1-10/+14
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+4
2013-03-28Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt1-6/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+46
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-20btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh1-4/+46
2013-02-20btrfs: remove unused fd in btrfs_ioctl_send()Eric Sandeen1-3/+0