index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: send: remove redundant ret variable in fs_path_copy
Minghao Chi
2022-03-14
1
-6
/
+1
*
btrfs: reuse existing inode from btrfs_ioctl
Sahil Kang
2022-03-14
1
-2
/
+2
*
btrfs: send: in case of IO error log it
Dāvis Mosāns
2022-02-09
1
-0
/
+4
*
btrfs: make send work with concurrent block group relocation
Filipe Manana
2022-01-07
1
-49
/
+308
*
btrfs: send: remove unused type parameter to iterate_inode_ref_t
Omar Sandoval
2022-01-03
1
-19
/
+13
*
btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()
Omar Sandoval
2022-01-03
1
-7
/
+3
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-7
/
+7
*
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
2022-01-03
1
-6
/
+2
*
btrfs: send: prepare for v2 protocol
David Sterba
2021-10-29
1
-0
/
+23
*
btrfs: send: simplify send_create_inode_if_needed
Marcos Paulo de Souza
2021-10-25
1
-11
/
+4
*
btrfs: allocate backref_ctx on stack in find_extent_clone
Goldwyn Rodrigues
2021-08-23
1
-18
/
+11
*
btrfs: constify and cleanup variables in comparators
David Sterba
2021-08-23
1
-3
/
+3
*
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
2021-06-22
1
-2
/
+0
*
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
2021-06-22
1
-7
/
+7
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: send: use list_move_tail instead of list_del/list_add_tail
Baokun Li
2021-06-22
1
-11
/
+7
*
btrfs: send: fix invalid path for unlink operations after parent orphanization
Filipe Manana
2021-06-22
1
-0
/
+11
*
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
2021-04-28
1
-2
/
+2
*
btrfs: improve btree readahead for full send operations
Filipe Manana
2021-04-19
1
-1
/
+1
*
btrfs: add btree read ahead for incremental send operations
Filipe Manana
2021-04-19
1
-6
/
+36
*
btrfs: add btree read ahead for full send operations
Filipe Manana
2021-04-19
1
-0
/
+1
*
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-03-01
1
-5
/
+2
|
\
|
*
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
2021-02-26
1
-5
/
+2
*
|
btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cb
Roman Anasal
2021-02-08
1
-8
/
+7
*
|
btrfs: send: remove stale code when checking for shared extents
Filipe Manana
2021-02-08
1
-16
/
+0
|
/
*
btrfs: send: fix invalid clone operations when cloning from the same file and...
Filipe Manana
2021-01-12
1
-0
/
+15
*
btrfs: send: fix wrong file path when there is an inode with a pending rmdir
Filipe Manana
2020-12-18
1
-18
/
+31
*
btrfs: send: use helpers to access root_item::ctransid
David Sterba
2020-12-08
1
-3
/
+3
*
btrfs: send, recompute reference path after orphanization of a directory
Filipe Manana
2020-10-07
1
-0
/
+72
*
btrfs: send, orphanize first all conflicting inodes when processing references
Filipe Manana
2020-10-07
1
-40
/
+87
*
btrfs: send: use helpers for unaligned access to header members
David Sterba
2020-10-07
1
-7
/
+7
*
btrfs: use kvcalloc for allocation in btrfs_ioctl_send()
Denis Efremov
2020-10-07
1
-5
/
+6
*
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
Denis Efremov
2020-10-07
1
-1
/
+1
*
btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()
Omar Sandoval
2020-10-07
1
-33
/
+11
*
btrfs: send: avoid copying file data
Omar Sandoval
2020-10-07
1
-26
/
+39
*
btrfs: send: get rid of i_size logic in send_write()
Omar Sandoval
2020-10-07
1
-27
/
+10
*
btrfs: send: remove indirect callback parameter for changed_cb
David Sterba
2020-10-07
1
-9
/
+2
*
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2020-06-02
1
-17
/
+72
|
\
|
*
btrfs: simplify iget helpers
David Sterba
2020-05-25
1
-6
/
+1
|
*
btrfs: simplify root lookup by id
David Sterba
2020-05-25
1
-11
/
+4
|
*
btrfs: send: emit file capabilities after chown
Marcos Paulo de Souza
2020-05-25
1
-0
/
+67
*
|
btrfs_ioctl_send(): don't bother with access_ok()
Al Viro
2020-05-09
1
-7
/
+0
|
/
*
btrfs: kill the subvol_srcu
Josef Bacik
2020-03-23
1
-14
/
+0
*
btrfs: add helper to get the end offset of a file extent item
Filipe Manana
2020-03-23
1
-41
/
+3
*
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
2020-03-23
1
-6
/
+6
*
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
2020-03-23
1
-11
/
+0
*
btrfs: hold a ref on the root in btrfs_ioctl_send
Josef Bacik
2020-03-23
1
-4
/
+24
*
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
2020-03-23
1
-2
/
+2
*
Btrfs: send, fix emission of invalid clone operations within the same file
Filipe Manana
2020-01-31
1
-1
/
+2
*
btrfs: send: remove WARN_ON for readonly mount
Anand Jain
2019-12-13
1
-6
/
+0
[next]