index
:
pub/scm/linux/kernel/git/rt/linux-stable-rt.git
master
Linux kernel fork
RT group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
reflink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
btrfs: use aligned range for locking in reflink
Qu Wenruo
1
-2
/
+2
2026-08-07
btrfs: convert reflink.c to use btrfs_inode as parameters
Qu Wenruo
1
-52
/
+49
2026-08-07
btrfs: use correct type for sectorsize/nodesize/blocksize
Qu Wenruo
1
-3
/
+3
2026-06-09
btrfs: fix deadlock cloning inline extent when using flushoncommit
Filipe Manana
1
-44
/
+57
2026-06-08
btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOC
Qu Wenruo
1
-3
/
+1
2026-06-08
btrfs: make more ASSERTs verbose, part 3
David Sterba
1
-2
/
+3
2026-06-08
btrfs: remove folio checked subpage bitmap tracking
Qu Wenruo
1
-1
/
+0
2026-04-07
btrfs: fix deadlock between reflink and transaction commit when using flushon...
Filipe Manana
1
-0
/
+45
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
1
-2
/
+2
2026-02-03
btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()
Filipe Manana
1
-2
/
+7
2026-02-03
btrfs: move unlikely checks around btrfs_is_shutdown() into the helper
Filipe Manana
1
-1
/
+1
2026-01-12
btrfs: invalidate pages instead of truncate after reflinking
Filipe Manana
1
-10
/
+13
2025-11-25
btrfs: disable various operations on encrypted inodes
Omar Sandoval
1
-0
/
+5
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
1
-5
/
+2
2025-11-24
btrfs: introduce a new shutdown state
Qu Wenruo
1
-0
/
+3
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-4
/
+4
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
1
-2
/
+1
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-2
/
+2
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
1
-2
/
+2
2025-07-21
btrfs: unfold transaction abort at clone_copy_inline_extent()
Filipe Manana
1
-5
/
+9
2025-07-21
btrfs: remove pointless 'out' label from clone_finish_inode_update()
Filipe Manana
1
-4
/
+2
2025-05-15
btrfs: return real error from __filemap_get_folio() calls
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
1
-4
/
+4
2025-05-15
btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
Filipe Manana
1
-3
/
+2
2025-03-18
btrfs: use struct btrfs_inode inside btrfs_remap_file_range_prep()
David Sterba
1
-13
/
+11
2025-03-18
btrfs: use struct btrfs_inode inside btrfs_remap_file_range()
David Sterba
1
-9
/
+11
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_extent_same_range()
David Sterba
1
-9
/
+11
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_double_mmap_lock()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: pass struct btrfs_inode to clone_copy_inline_extent()
David Sterba
1
-14
/
+14
2024-09-10
btrfs: convert copy_inline_to_page() to use folio
Li Zetao
1
-17
/
+18
2024-09-10
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
1
-1
/
+1
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
1
-4
/
+4
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-1
/
+1
2024-05-07
btrfs: stop locking the source extent range during reflink
Filipe Manana
1
-37
/
+17
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
1
-3
/
+3
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
1
-3
/
+3
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-3
/
+3
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-2
/
+1
2023-10-18
btrfs: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
1
-2
/
+1
2023-07-13
btrfs: convert to ctime accessor functions
Jeff Layton
1
-2
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-9
/
+9
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
[next]