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
/
reflink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
2022-12-05
1
-1
/
+1
*
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
2022-12-05
1
-1
/
+1
*
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move file prototypes to file.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: update function comments
David Sterba
2022-12-05
1
-9
/
+9
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
2022-12-05
1
-1
/
+2
*
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-26
1
-4
/
+4
*
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: clean up chained assignments
David Sterba
2022-07-25
1
-2
/
+4
*
btrfs: balance btree dirty pages and delayed items after clone and dedupe
Filipe Manana
2022-07-25
1
-1
/
+7
*
btrfs: remove redundant calls to flush_dcache_page
David Sterba
2022-07-25
1
-4
/
+1
*
btrfs: add missing inode updates on each iteration when replacing extents
Filipe Manana
2022-06-21
1
-0
/
+1
*
btrfs: fix race between reflinking and ordered extent completion
Filipe Manana
2022-06-21
1
-4
/
+11
*
btrfs: add and use helper to assert an inode range is clean
Filipe Manana
2022-05-16
1
-2
/
+11
*
btrfs: remove inode_dio_wait() calls when starting reflink operations
Filipe Manana
2022-05-16
1
-10
/
+0
*
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2022-04-01
1
-2
/
+2
*
btrfs: remove the cross file system checks from remap
Josef Bacik
2022-03-14
1
-3
/
+1
*
btrfs: deal with unexpected extent type during reflinking
Filipe Manana
2022-03-14
1
-2
/
+4
*
btrfs: fix unexpected error path when reflinking an inline extent
Filipe Manana
2022-03-14
1
-2
/
+5
*
btrfs: reset last_reflink_trans after fsyncing inode
Filipe Manana
2022-03-14
1
-3
/
+2
*
btrfs: stop copying old file extents when doing a full fsync
Filipe Manana
2022-03-14
1
-9
/
+14
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
2021-10-26
1
-1
/
+1
*
btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
Sidong Yang
2021-10-26
1
-1
/
+1
*
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
[next]