aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-08Btrfs: fix assert screwup for the pending move stuffGravatar Josef Bacik 1-5/+3
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cGravatar Filipe David Borba Manana 1-2/+2
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsGravatar Chris Mason 1-4/+7
2014-01-29Btrfs: fix send file hole detection leading to data corruptionGravatar Filipe David Borba Manana 1-0/+15
2014-01-29Btrfs: make send's file extent item search more efficientGravatar Filipe David Borba Manana 1-10/+17
2014-01-29Btrfs: fix infinite path build loops in incremental sendGravatar Filipe David Borba Manana 1-21/+518
2014-01-28Btrfs: fix snprintf usage by send's gen_unique_nameGravatar Filipe David Borba Manana 1-1/+1
2014-01-28Btrfs: fix wrong search path initialization before searching tree rootGravatar Wang Shilong 1-1/+1
2014-01-28Btrfs: fix send to not send non-aligned clone operationsGravatar Filipe David Borba Manana 1-1/+2
2014-01-28Btrfs: remove unnecessary transaction commit before sendGravatar Wang Shilong 1-29/+0
2014-01-28Btrfs: fix protection between send and root deletionGravatar Wang Shilong 1-0/+16
2014-01-28Btrfs: fix wrong send_in_progress accountingGravatar Wang Shilong 1-3/+13
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-2/+2
2014-01-28btrfs: check balance of send_in_progressGravatar David Sterba 1-18/+20
2014-01-28Btrfs: remove transaction from btrfs sendGravatar Wang Shilong 1-33/+0
2014-01-28btrfs: Check read-only status of roots during sendGravatar David Sterba 1-0/+54
2014-01-28btrfs: remove unused mnt from send_ctxGravatar David Sterba 1-4/+0
2014-01-28btrfs: send: clean up dead codeGravatar David Sterba 1-50/+8
2014-01-28Btrfs: fix pass of transid with wrong endianness in send.cGravatar Filipe David Borba Manana 1-3/+3
2014-01-28Btrfs: incompatible format change to remove hole extentsGravatar Josef Bacik 1-9/+149
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Gravatar Dan Carpenter 1-2/+2
2013-11-11Btrfs: check file extent type before anything elseGravatar Josef Bacik 1-5/+5
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Gravatar Dulshani Gunawardhana 1-3/+1
2013-11-11Btrfs: stop using vfs_read in sendGravatar Josef Bacik 1-103/+72
2013-11-11btrfs: drop unused parameter from btrfs_item_nrGravatar Ross Kirk 1-2/+2
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-48/+192
2013-09-01btrfs: reuse kbasename helperGravatar Andy Shevchenko 1-12/+6
2013-09-01Btrfs: fix send to deal with sparse files properlyGravatar Josef Bacik 1-3/+31
2013-09-01Btrfs: get rid of sparse warningsGravatar Stefan Behrens 1-2/+2
2013-09-01Btrfs: fix send issues related to inode number reuseGravatar Josef Bacik 1-30/+132
2013-09-01Btrfs: skip subvol entries when checking if we've created a dir alreadyGravatar Josef Bacik 1-1/+2
2013-09-01Btrfs: check our parent dir when doing a compare sendGravatar Josef Bacik 1-0/+19
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksGravatar Joe Perches 1-1/+1
2013-06-14Btrfs: Cocci spatch "memdup.spatch"Gravatar Thomas Meyer 1-2/+1
2013-06-14Btrfs: fix estale with btrfs sendGravatar Josef Bacik 1-0/+35
2013-06-14Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLGravatar Stefan Behrens 1-6/+2
2013-06-14Btrfs: cleanup unused arguments in send.cGravatar Tsutomu Itoh 1-99/+90
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-1/+1
2013-05-06Btrfs: fix error handling in btrfs_ioctl_send()Gravatar Tsutomu Itoh 1-2/+2
2013-05-06Btrfs: remove unused variable in __process_changed_new_xattr()Gravatar Tsutomu Itoh 1-2/+0
2013-05-06Btrfs: allow omitting stream header and end-cmd for btrfs sendGravatar Stefan Behrens 1-10/+14
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+4
2013-03-28Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesGravatar Jan Schmidt 1-6/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-7/+46
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-20btrfs: add "no file data" flag to btrfs send ioctlGravatar Mark Fasheh 1-4/+46
2013-02-20btrfs: remove unused fd in btrfs_ioctl_send()Gravatar Eric Sandeen 1-3/+0
2013-01-14Btrfs: fix memory leak in name_cache_insert()Gravatar Tsutomu Itoh 1-1/+3
2012-12-16Btrfs: rename root_times_lock to root_item_lockGravatar Anand Jain 1-4/+4