aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2023-12-08btrfs: send: ensure send_fd is writableJann Horn
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2022-12-14btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns
2021-07-14btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana
2021-01-27btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana
2021-01-12btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2020-11-05btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov
2020-11-05btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-11-05btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana
2020-10-14Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana
2020-10-14Btrfs: send, allow clone operations within the same fileFilipe Manana
2020-06-22btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2019-12-31btrfs: send: remove WARN_ON for readonly mountAnand Jain
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim
2019-09-09btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba
2019-07-30Btrfs: fix incremental send failure after deduplicationFilipe Manana
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana
2019-07-01btrfs: resurrect btrfs_crc32c()Johannes Thumshirn
2019-05-28Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana
2019-05-28Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana
2019-04-29Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana
2019-04-29Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana
2019-04-29Btrfs: send, improve clone rangeRobbie Ko
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn
2018-11-21Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko
2018-10-15Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-08-06Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana
2018-08-06Btrfs: fix send failure when root has deleted files still openFilipe Manana
2018-08-06Btrfs: remove unused key assignment when doing a full sendFilipe Manana
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2018-05-28btrfs: incremental send, improve rmdir performance for large directoryRobbie Ko
2018-05-28btrfs: incremental send, move allocation until it's needed in orphan_dir_infoRobbie Ko
2018-05-28btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"Colin Ian King
2018-05-02Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26Btrfs: send: fix typo in TLV_PUTLiu Bo
2018-03-26Btrfs: send, do not issue unnecessary truncate operationsFilipe Manana
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-01Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2017-11-28Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell