index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
1
-1
/
+6
2024-05-17
btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()
Dmitry Antipov
1
-2
/
+2
2024-04-13
btrfs: send: handle path ref underflow in header iterate_inode_ref()
David Sterba
1
-1
/
+9
2024-02-23
btrfs: send: return EOPNOTSUPP on unknown flags
David Sterba
1
-1
/
+1
2023-12-08
btrfs: send: ensure send_fd is writable
Jann Horn
1
-1
/
+1
2023-03-03
btrfs: send: limit number of clones and allocated memory size
David Sterba
1
-3
/
+3
2022-12-14
btrfs: send: avoid unaligned encoded writes when attempting to clone range
Filipe Manana
1
-1
/
+23
2022-02-23
btrfs: send: in case of IO error log it
Dāvis Mosāns
1
-0
/
+4
2021-07-14
btrfs: send: fix invalid path for unlink operations after parent orphanization
Filipe Manana
1
-0
/
+11
2021-01-27
btrfs: send: fix invalid clone operations when cloning from the same file and...
Filipe Manana
1
-0
/
+15
2021-01-12
btrfs: send: fix wrong file path when there is an inode with a pending rmdir
Filipe Manana
1
-18
/
+31
2020-10-07
btrfs: send, recompute reference path after orphanization of a directory
Filipe Manana
1
-0
/
+72
2020-10-07
btrfs: send, orphanize first all conflicting inodes when processing references
Filipe Manana
1
-40
/
+87
2020-10-07
btrfs: send: use helpers for unaligned access to header members
David Sterba
1
-7
/
+7
2020-10-07
btrfs: use kvcalloc for allocation in btrfs_ioctl_send()
Denis Efremov
1
-5
/
+6
2020-10-07
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
Denis Efremov
1
-1
/
+1
2020-10-07
btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()
Omar Sandoval
1
-33
/
+11
2020-10-07
btrfs: send: avoid copying file data
Omar Sandoval
1
-26
/
+39
2020-10-07
btrfs: send: get rid of i_size logic in send_write()
Omar Sandoval
1
-27
/
+10
2020-10-07
btrfs: send: remove indirect callback parameter for changed_cb
David Sterba
1
-9
/
+2
2020-06-03
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-17
/
+72
2020-05-25
btrfs: simplify iget helpers
David Sterba
1
-6
/
+1
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-11
/
+4
2020-05-25
btrfs: send: emit file capabilities after chown
Marcos Paulo de Souza
1
-0
/
+67
2020-05-09
btrfs_ioctl_send(): don't bother with access_ok()
Al Viro
1
-7
/
+0
2020-03-23
btrfs: kill the subvol_srcu
Josef Bacik
1
-14
/
+0
2020-03-23
btrfs: add helper to get the end offset of a file extent item
Filipe Manana
1
-41
/
+3
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-6
/
+6
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-11
/
+0
2020-03-23
btrfs: hold a ref on the root in btrfs_ioctl_send
Josef Bacik
1
-4
/
+24
2020-03-23
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
1
-2
/
+2
2020-01-31
Btrfs: send, fix emission of invalid clone operations within the same file
Filipe Manana
1
-1
/
+2
2019-12-13
btrfs: send: remove WARN_ON for readonly mount
Anand Jain
1
-6
/
+0
2019-11-18
Btrfs: send, skip backreference walking for extents with many references
Filipe Manana
1
-1
/
+24
2019-11-18
Btrfs: send, allow clone operations within the same file
Filipe Manana
1
-5
/
+13
2019-11-18
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
1
-1
/
+1
2019-10-08
btrfs: silence maybe-uninitialized warning in clone_range
Austin Kim
1
-1
/
+1
2019-09-09
btrfs: Relinquish CPUs in btrfs_compare_trees
Nikolay Borisov
1
-0
/
+1
2019-09-09
btrfs: move functions for tree compare to send.c
David Sterba
1
-0
/
+374
2019-07-30
Btrfs: fix incremental send failure after deduplication
Filipe Manana
1
-62
/
+15
2019-07-02
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
1
-0
/
+14
2019-07-01
btrfs: resurrect btrfs_crc32c()
Johannes Thumshirn
1
-1
/
+1
2019-05-28
Btrfs: incremental send, fix emission of invalid clone operations
Filipe Manana
1
-3
/
+43
2019-05-28
Btrfs: incremental send, fix file corruption when no-holes feature is enabled
Filipe Manana
1
-0
/
+6
2019-04-29
Btrfs: fix race between send and deduplication that lead to failures and crashes
Filipe Manana
1
-0
/
+26
2019-04-29
Btrfs: send, flush dellaloc in order to avoid data loss
Filipe Manana
1
-0
/
+36
2019-04-29
Btrfs: send, improve clone range
Robbie Ko
1
-19
/
+33
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-2
/
+2
2018-12-17
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
1
-1
/
+1
[next]