index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-16
1
-18
/
+22
|
\
|
*
Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"
David Sterba
2022-07-15
1
-18
/
+22
*
|
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-25
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
btrfs: Convert btrfs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
mm/readahead: Convert page_cache_async_readahead to take a folio
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+2
*
|
btrfs: send: avoid trashing the page cache
Filipe Manana
2022-05-17
1
-3
/
+82
*
|
btrfs: send: keep the current inode open while processing it
Filipe Manana
2022-05-16
1
-19
/
+35
*
|
btrfs: turn name_cache radix tree into XArray in send_ctx
Gabriel Niebler
2022-05-16
1
-22
/
+18
*
|
btrfs: use btrfs_for_each_slot in btrfs_unlink_all_paths
Gabriel Niebler
2022-05-16
1
-23
/
+13
*
|
btrfs: use btrfs_for_each_slot in process_all_extents
Gabriel Niebler
2022-05-16
1
-29
/
+8
*
|
btrfs: use btrfs_for_each_slot in process_all_new_xattrs
Gabriel Niebler
2022-05-16
1
-27
/
+8
*
|
btrfs: use btrfs_for_each_slot in process_all_refs
Gabriel Niebler
2022-05-16
1
-23
/
+8
*
|
btrfs: use btrfs_for_each_slot in is_ancestor
Gabriel Niebler
2022-05-16
1
-18
/
+7
*
|
btrfs: use btrfs_for_each_slot in can_rmdir
Gabriel Niebler
2022-05-16
1
-17
/
+6
*
|
btrfs: use btrfs_for_each_slot in did_create_dir
Gabriel Niebler
2022-05-16
1
-29
/
+11
|
/
*
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
[next]