summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+39
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana1-4/+2
2024-10-17btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana1-1/+22
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-1/+1
2024-08-29btrfs: change BUG_ON to assertion in tree_move_down()David Sterba1-1/+1
2024-08-29btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba1-1/+6
2024-05-17btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov1-2/+2
2024-04-13btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba1-1/+9
2024-03-06btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-2/+2
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-4/+8
2023-05-01btrfs: fix uninitialized variable warningsGenjian Zhang1-1/+1
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba1-3/+3
2022-11-21btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana1-1/+23
2022-10-24btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang1-11/+13
2022-10-11btrfs: send: update command for protocol version checkDavid Sterba1-1/+4
2022-10-11btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUGBoris Burkov1-1/+1
2022-09-26btrfs: send: fix failures when processing inodes with no linksBingJing Chang1-129/+81
2022-09-26btrfs: send: refactor arguments of get_inode_info()BingJing Chang1-75/+78
2022-09-26btrfs: send: add support for fs-verityBoris Burkov1-0/+102
2022-07-25btrfs: send: always use the rbtree based inode ref management infrastructureFilipe Manana1-181/+12
2022-07-25btrfs: send: fix sending link commands for existing file pathsBingJing Chang1-4/+152
2022-07-25btrfs: send: introduce recorded_ref_alloc and recorded_ref_freeBingJing Chang1-10/+24
2022-07-25btrfs: send: add new command FILEATTR for file attributesDavid Sterba1-27/+77
2022-07-25btrfs: send: add OTIME as utimes attribute for proto 2+ by defaultDavid Sterba1-1/+2
2022-07-25btrfs: send: use boolean types for current inode statusDavid Sterba1-16/+16
2022-07-25btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba1-6/+1
2022-07-25btrfs: send: simplify includesDavid Sterba1-0/+1
2022-07-25btrfs: send: enable support for stream v2 and compressed writesOmar Sandoval1-2/+5
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval1-17/+215
2022-07-25btrfs: send: get send buffer pages for protocol v2Omar Sandoval1-4/+25
2022-07-25btrfs: send: write larger chunks when using stream v2Omar Sandoval1-8/+35
2022-07-25btrfs: send: add stream v2 definitionsOmar Sandoval1-1/+1
2022-07-25btrfs: send: explicitly number commands and attributesOmar Sandoval1-2/+2
2022-07-25btrfs: send: remove unused send_ctx::{total,cmd}_send_sizeOmar Sandoval1-4/+0
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+22
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba1-18/+22
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-3/+3
2022-05-17btrfs: send: avoid trashing the page cacheFilipe Manana1-3/+82
2022-05-16btrfs: send: keep the current inode open while processing itFilipe Manana1-19/+35
2022-05-16btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler1-22/+18
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler1-23/+13
2022-05-16btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler1-29/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler1-27/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler1-23/+8
2022-05-16btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler1-18/+7
2022-05-16btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler1-17/+6