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: open code trivial btrfs_lru_cache_size()
David Sterba
2024-03-04
1
-4
/
+3
*
btrfs: send: avoid duplicated search for last extent when sending hole
Filipe Manana
2024-03-04
1
-15
/
+12
*
btrfs: change BUG_ON to assertion in tree_move_down()
David Sterba
2024-03-04
1
-1
/
+1
*
btrfs: send: handle path ref underflow in header iterate_inode_ref()
David Sterba
2024-03-04
1
-1
/
+9
*
btrfs: send: handle unexpected inode in header process_recorded_refs()
David Sterba
2024-03-04
1
-1
/
+7
*
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
2024-03-04
1
-1
/
+6
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-1
/
+0
*
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-03-04
1
-1
/
+1
*
btrfs: send: don't issue unnecessary zero writes for trailing hole
Filipe Manana
2024-02-22
1
-4
/
+13
*
btrfs: send: return EOPNOTSUPP on unknown flags
David Sterba
2024-01-31
1
-1
/
+1
*
btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()
Dmitry Antipov
2024-01-12
1
-2
/
+2
*
btrfs: send: ensure send_fd is writable
Jann Horn
2023-11-24
1
-1
/
+1
*
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
2023-10-12
1
-3
/
+3
*
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
2023-08-21
1
-4
/
+2
*
btrfs: send: do not BUG_ON() on unexpected symlink data extent
Filipe Manana
2023-06-19
1
-2
/
+14
*
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-04-17
1
-1
/
+1
*
btrfs: send: cache utimes operations for directories if possible
Filipe Manana
2023-02-15
1
-5
/
+99
*
btrfs: send: update size of roots array for backref cache entries
Filipe Manana
2023-02-15
1
-7
/
+8
*
btrfs: send: use the lru cache to implement the name cache
Filipe Manana
2023-02-15
1
-141
/
+27
*
btrfs: allow a generation number to be associated with lru cache entries
Filipe Manana
2023-02-13
1
-3
/
+5
*
btrfs: send: cache information about created directories
Filipe Manana
2023-02-13
1
-1
/
+40
*
btrfs: send: genericize the backref cache to allow it to be reused
Filipe Manana
2023-02-13
1
-56
/
+24
*
btrfs: send: initialize all the red black trees earlier
Filipe Manana
2023-02-13
1
-6
/
+6
*
btrfs: send: iterate waiting dir move rbtree only once when processing refs
Filipe Manana
2023-02-13
1
-5
/
+2
*
btrfs: send: reduce searches on parent root when checking if dir can be removed
Filipe Manana
2023-02-13
1
-6
/
+59
*
btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()
Filipe Manana
2023-02-13
1
-4
/
+7
*
btrfs: send: avoid duplicated orphan dir allocation and initialization
Filipe Manana
2023-02-13
1
-15
/
+12
*
btrfs: send: remove send_progress argument from can_rmdir()
Filipe Manana
2023-02-13
1
-8
/
+5
*
btrfs: send: avoid extra b+tree searches when checking reference overrides
Filipe Manana
2023-02-13
1
-32
/
+29
*
btrfs: send: directly return from will_overwrite_ref() and simplify it
Filipe Manana
2023-02-13
1
-22
/
+16
*
btrfs: send: avoid unnecessary generation search at did_overwrite_ref()
Filipe Manana
2023-02-13
1
-9
/
+22
*
btrfs: send: directly return from did_overwrite_ref() and simplify it
Filipe Manana
2023-02-13
1
-25
/
+18
*
btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
Yushan Zhou
2023-02-13
1
-2
/
+2
*
btrfs: fix uninitialized variable warning in get_inode_gen
Josef Bacik
2023-02-13
1
-5
/
+3
*
Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-06
1
-3
/
+3
|
\
|
*
btrfs: send: limit number of clones and allocated memory size
David Sterba
2023-01-27
1
-3
/
+3
*
|
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-14
1
-5
/
+6
|
\
\
|
|
/
|
/
|
|
*
btrfs: send: Proactively round up to kmalloc bucket size
Kees Cook
2022-11-01
1
-5
/
+6
*
|
btrfs: send: bump the extent reference count limit for backref walking
Filipe Manana
2022-12-05
1
-1
/
+1
*
|
btrfs: send: skip resolution of our own backref when finding clone source
Filipe Manana
2022-12-05
1
-0
/
+33
*
|
btrfs: send: avoid double extent tree search when finding clone source
Filipe Manana
2022-12-05
1
-56
/
+47
*
|
btrfs: send: skip unnecessary backref iterations
Filipe Manana
2022-12-05
1
-40
/
+41
*
|
btrfs: send: cache leaf to roots mapping during backref walking
Filipe Manana
2022-12-05
1
-0
/
+185
*
|
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
1
-8
/
+7
*
|
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
2022-12-05
1
-1
/
+1
*
|
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
2022-12-05
1
-16
/
+33
*
|
btrfs: send: avoid unnecessary backref lookups when finding clone source
Filipe Manana
2022-12-05
1
-1
/
+10
*
|
btrfs: send: drop unnecessary backref context field initializations
Filipe Manana
2022-12-05
1
-3
/
+2
*
|
btrfs: send: update comment at find_extent_clone()
Filipe Manana
2022-12-05
1
-7
/
+7
*
|
btrfs: send: avoid unnecessary path allocations when finding extent clone
Filipe Manana
2022-12-05
1
-21
/
+16
[next]