aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba1-0/+374
2019-07-30Btrfs: fix incremental send failure after deduplicationFilipe Manana1-62/+15
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana1-0/+14
2019-07-01btrfs: resurrect btrfs_crc32c()Johannes Thumshirn1-1/+1
2019-05-28Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana1-3/+43
2019-05-28Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana1-0/+6
2019-04-29Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana1-0/+26
2019-04-29Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana1-0/+36
2019-04-29Btrfs: send, improve clone rangeRobbie Ko1-19/+33
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn1-1/+1
2018-11-21Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko1-3/+8
2018-10-15Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo1-6/+2
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-8/+8
2018-08-06Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana1-0/+9
2018-08-06Btrfs: fix send failure when root has deleted files still openFilipe Manana1-8/+129
2018-08-06Btrfs: remove unused key assignment when doing a full sendFilipe Manana1-7/+2
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo1-10/+7
2018-05-28btrfs: incremental send, improve rmdir performance for large directoryRobbie Ko1-9/+22
2018-05-28btrfs: incremental send, move allocation until it's needed in orphan_dir_infoRobbie Ko1-7/+6
2018-05-28btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"Colin Ian King1-1/+1
2018-05-02Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana1-0/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-26Btrfs: send: fix typo in TLV_PUTLiu Bo1-2/+2
2018-03-26Btrfs: send, do not issue unnecessary truncate operationsFilipe Manana1-5/+21
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-0/+1
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-2/+2
2018-03-01Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana1-0/+3
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-6/+0
2017-11-28Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana1-18/+106
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extentsZygo Blaxell1-1/+1
2017-11-01btrfs: send: remove unused codeNikolay Borisov1-6/+0
2017-10-30btrfs: fix send ioctl on 32bit with 64bit kernelJosef Bacik1-10/+2
2017-10-30Btrfs: send, apply asynchronous page cache readahead to enhance page readKuanling Huang1-5/+16
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov1-5/+3
2017-10-30btrfs: Remove unused parameters from various functionsNikolay Borisov1-14/+11
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2017-09-26Btrfs: send: fix error number for unknown inode typesTsutomu Itoh1-1/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+4
2017-09-04btrfs: switch write_buf to kernel_writeChristoph Hellwig1-14/+4
2017-08-21Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana1-0/+19
2017-08-16btrfs: remove trivial wrapper btrfs_force_raDavid Sterba1-1/+1
2017-07-06Btrfs: incremental send, fix invalid memory accessFilipe Manana1-3/+4
2017-07-06Btrfs: incremental send, fix invalid path for link commandsFilipe Manana1-30/+51
2017-06-21btrfs: Check name_len before read in iterate_dir_itemSu Yue1-0/+6
2017-06-21Btrfs: incremental send, fix invalid path for unlink commandsFilipe Manana1-5/+47
2017-06-21Btrfs: send, fix invalid path after renaming and linking fileFilipe Manana1-8/+27
2017-06-19btrfs: send: use kvmalloc in iterate_dir_itemDavid Sterba1-1/+1
2017-06-19btrfs: replace opencoded kvzalloc with the helperDavid Sterba1-6/+3