index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
reflink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: reflink: make copy_inline_to_page() to be subpage compatible
Qu Wenruo
2021-06-21
1
-5
/
+9
*
Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-06-03
1
-16
/
+22
|
\
|
*
btrfs: fix deadlock when cloning inline extents and low on available space
Filipe Manana
2021-05-27
1
-16
/
+22
*
|
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-21
1
-0
/
+5
|
\
|
|
*
btrfs: release path before starting transaction when cloning inline extent
Filipe Manana
2021-05-17
1
-0
/
+5
*
|
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
2021-05-05
1
-5
/
+1
|
/
*
btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flags
Filipe Manana
2021-04-19
1
-0
/
+25
*
btrfs: exclude mmaps while doing remap
Josef Bacik
2021-04-19
1
-6
/
+24
*
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
Josef Bacik
2021-04-19
1
-2
/
+2
*
btrfs: make btrfs_replace_file_extents take btrfs_inode
Nikolay Borisov
2021-04-19
1
-5
/
+5
*
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-03-01
1
-5
/
+1
|
\
|
*
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
2021-02-26
1
-5
/
+1
*
|
btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled
Filipe Manana
2021-02-22
1
-0
/
+18
*
|
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
2021-02-08
1
-1
/
+4
|
/
*
btrfs: fix deadlock when cloning inline extent and low on free metadata space
Filipe Manana
2020-12-18
1
-0
/
+15
*
btrfs: make btrfs_cont_expand take btrfs_inode
Nikolay Borisov
2020-12-08
1
-1
/
+1
*
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
2020-12-08
1
-1
/
+1
*
btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode
Nikolay Borisov
2020-12-08
1
-1
/
+1
*
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
2020-12-08
1
-1
/
+1
*
btrfs: refactor btrfs_drop_extents() to make it easier to extend
Filipe Manana
2020-12-08
1
-1
/
+6
*
btrfs: locking: rip out path->leave_spinning
Josef Bacik
2020-12-08
1
-3
/
+0
*
btrfs: reschedule when cloning lots of extents
Johannes Thumshirn
2020-10-07
1
-0
/
+2
*
btrfs: rename btrfs_punch_hole_range() to a more generic name
Filipe Manana
2020-10-07
1
-2
/
+2
*
btrfs: rename struct btrfs_clone_extent_info to a more generic name
Filipe Manana
2020-10-07
1
-1
/
+1
*
btrfs: remove item_size member of struct btrfs_clone_extent_info
Filipe Manana
2020-10-07
1
-1
/
+0
*
btrfs: fix metadata reservation for fallocate that leads to transaction aborts
Filipe Manana
2020-10-07
1
-0
/
+1
*
btrfs: make copy_inline_to_page take btrfs_inode
Nikolay Borisov
2020-10-07
1
-19
/
+19
*
btrfs: convert btrfs_inode_sectorsize to take btrfs_inode
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: reduce contention on log trees when logging checksums
Filipe Manana
2020-07-27
1
-0
/
+15
*
btrfs: make btrfs_delalloc_reserve_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-2
/
+2
*
btrfs: make btrfs_delalloc_release_space take btrfs_inode
Nikolay Borisov
2020-07-27
1
-2
/
+2
*
btrfs: make btrfs_set_extent_delalloc take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+2
*
btrfs: fix lost i_size update after cloning inline extent
Filipe Manana
2020-04-08
1
-0
/
+1
*
Btrfs: implement full reflink support for inline extents
Filipe Manana
2020-03-23
1
-87
/
+187
*
Btrfs: simplify inline extent handling when doing reflinks
Filipe Manana
2020-03-23
1
-39
/
+14
*
Btrfs: move all reflink implementation code into its own file
Filipe Manana
2020-03-23
1
-0
/
+729