summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Btrfs: fix snprintf usage by send's gen_unique_nameFilipe David Borba Manana1-1/+1
2014-01-29Btrfs: fix wrong search path initialization before searching tree rootWang Shilong1-1/+1
2014-01-29Btrfs: fix send to not send non-aligned clone operationsFilipe David Borba Manana1-1/+2
2014-01-29Btrfs: remove unnecessary transaction commit before sendWang Shilong1-29/+0
2014-01-29Btrfs: fix protection between send and root deletionWang Shilong1-0/+16
2014-01-29Btrfs: fix wrong send_in_progress accountingWang Shilong1-3/+13
2014-01-29Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2014-01-29btrfs: check balance of send_in_progressDavid Sterba1-18/+20
2014-01-29Btrfs: remove transaction from btrfs sendWang Shilong1-33/+0
2014-01-29btrfs: Check read-only status of roots during sendDavid Sterba1-0/+54
2014-01-29btrfs: remove unused mnt from send_ctxDavid Sterba1-4/+0
2014-01-29btrfs: send: clean up dead codeDavid Sterba1-50/+8
2014-01-29Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana1-3/+3
2014-01-29Btrfs: 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-12Btrfs: check file extent type before anything elseJosef Bacik1-5/+5
2013-11-12btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-3/+1
2013-11-12Btrfs: stop using vfs_read in sendJosef Bacik1-103/+72
2013-11-12btrfs: 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/mas...Linus 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/mas...Linus Torvalds1-6/+4
2013-03-28Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt1-6/+4
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-7/+46
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new 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
2013-01-14Btrfs: fix memory leak in name_cache_insert()Tsutomu Itoh1-1/+3
2012-12-17Btrfs: rename root_times_lock to root_item_lockAnand Jain1-4/+4
2012-10-25Btrfs: Send: preserve ownership (uid and gid) also for symlinks.Alex Lyakas1-14/+13
2012-10-25Btrfs: send correct rdev and mode in btrfs-sendArne Jansen1-1/+2
2012-10-25Btrfs: extended inode refs support for send mechanismJan Schmidt1-46/+80
2012-10-04Btrfs: write_buf is now callable outside send.cAnand Jain1-5/+6
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo1-3/+4
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt1-2/+2