summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana2019-07-021-0/+14
* btrfs: resurrect btrfs_crc32c()Johannes Thumshirn2019-07-011-1/+1
* Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2019-05-281-3/+43
* Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-05-281-0/+6
* Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-291-0/+26
* Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana2019-04-291-0/+36
* Btrfs: send, improve clone rangeRobbie Ko2019-04-291-19/+33
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn2018-12-171-1/+1
* Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-11-211-3/+8
* Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo2018-10-151-6/+2
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-8/+8
* Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana2018-08-061-0/+9
* Btrfs: fix send failure when root has deleted files still openFilipe Manana2018-08-061-8/+129
* Btrfs: remove unused key assignment when doing a full sendFilipe Manana2018-08-061-7/+2
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-10/+7
* btrfs: incremental send, improve rmdir performance for large directoryRobbie Ko2018-05-281-9/+22
* btrfs: incremental send, move allocation until it's needed in orphan_dir_infoRobbie Ko2018-05-281-7/+6
* btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"Colin Ian King2018-05-281-1/+1
* Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana2018-05-021-0/+4
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* Btrfs: send: fix typo in TLV_PUTLiu Bo2018-03-261-2/+2
* Btrfs: send, do not issue unnecessary truncate operationsFilipe Manana2018-03-261-5/+21
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-0/+1
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-2/+2
* Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-03-011-0/+3
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-6/+0
* Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana2017-11-281-18/+106
* btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-011-1/+1
* btrfs: send: remove unused codeNikolay Borisov2017-11-011-6/+0
* btrfs: fix send ioctl on 32bit with 64bit kernelJosef Bacik2017-10-301-10/+2
* Btrfs: send, apply asynchronous page cache readahead to enhance page readKuanling Huang2017-10-301-5/+16
* btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov2017-10-301-5/+3
* btrfs: Remove unused parameters from various functionsNikolay Borisov2017-10-301-14/+11
* Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-291-1/+1
|\
| * Btrfs: send: fix error number for unknown inode typesTsutomu Itoh2017-09-261-1/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-14/+4
|\ \ | |/ |/|
| * btrfs: switch write_buf to kernel_writeChristoph Hellwig2017-09-041-14/+4
* | Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2017-08-211-0/+19
* | btrfs: remove trivial wrapper btrfs_force_raDavid Sterba2017-08-161-1/+1
|/
* Btrfs: incremental send, fix invalid memory accessFilipe Manana2017-07-061-3/+4
* Btrfs: incremental send, fix invalid path for link commandsFilipe Manana2017-07-061-30/+51
* btrfs: Check name_len before read in iterate_dir_itemSu Yue2017-06-211-0/+6
* Btrfs: incremental send, fix invalid path for unlink commandsFilipe Manana2017-06-211-5/+47
* Btrfs: send, fix invalid path after renaming and linking fileFilipe Manana2017-06-211-8/+27
* btrfs: send: use kvmalloc in iterate_dir_itemDavid Sterba2017-06-191-1/+1
* btrfs: replace opencoded kvzalloc with the helperDavid Sterba2017-06-191-6/+3
* btrfs: remove unused members dir_path from recorded_refDavid Sterba2017-06-191-8/+0
* Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-2/+21
|\