index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
relocation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+32
2026-03-17
btrfs: hold block group reference during entire move_existing_remap()
Mark Harmstone
1
-5
/
+4
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
1
-0
/
+8
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
1
-2
/
+20
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+6
2026-03-03
btrfs: read key again after incrementing slot in move_existing_remaps()
Mark Harmstone
1
-0
/
+2
2026-02-26
btrfs: check block group lookup in remove_range_from_remap_tree()
Mark Harmstone
1
-0
/
+3
2026-02-26
btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()
Mark Harmstone
1
-0
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-02-03
btrfs: populate fully_remapped_bgs_list on mount
Mark Harmstone
1
-0
/
+4
2026-02-03
btrfs: replace identity remaps with actual remaps when doing relocations
Mark Harmstone
1
-0
/
+326
2026-02-03
btrfs: move existing remaps before relocating block group
Mark Harmstone
1
-2
/
+459
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
1
-53
/
+451
2026-02-03
btrfs: handle deletions from remapped block group
Mark Harmstone
1
-0
/
+429
2026-02-03
btrfs: redirect I/O for remapped block groups
Mark Harmstone
1
-0
/
+50
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
1
-3
/
+2
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-4
/
+4
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
1
-22
/
+12
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: use single return value variable in btrfs_relocate_block_group()
Filipe Manana
1
-23
/
+16
2025-10-13
btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
Filipe Manana
1
-6
/
+7
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-8
/
+8
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-3
/
+3
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-4
/
+4
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
1
-31
/
+16
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-2
/
+2
2025-08-07
btrfs: do not allow relocation of partially dropped subvolumes
Qu Wenruo
1
-0
/
+19
2025-07-22
btrfs: enable large data folios for data reloc inode
Qu Wenruo
1
-11
/
+13
2025-07-22
btrfs: reloc: unconditionally invalidate the page cache for each cluster
Qu Wenruo
1
-50
/
+8
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
1
-1
/
+1
2025-07-22
btrfs: don't print relocation messages from auto reclaim
Johannes Thumshirn
1
-4
/
+8
2025-07-22
btrfs: replace strcpy() with strscpy()
Brahmajit Das
1
-1
/
+1
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
1
-4
/
+4
2025-07-21
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
1
-1
/
+1
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
1
-2
/
+2
2025-07-21
btrfs: pass struct rb_simple_node pointer directly in rb_simple_insert()
Pan Chuang
1
-13
/
+21
2025-05-15
btrfs: pass struct btrfs_inode to btrfs_free_reserved_data_space_noquota()
Naohiro Aota
1
-2
/
+2
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-19
/
+17
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
1
-2
/
+2
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
1
-5
/
+6
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-5
/
+5
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
1
-14
/
+14
2025-05-15
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
Filipe Manana
1
-3
/
+0
2025-04-17
btrfs: fix invalid inode pointer after failure to create reloc inode
Filipe Manana
1
-1
/
+1
2025-03-18
btrfs: remove unnecessary fs_info argument from delete_block_group_cache()
Filipe Manana
1
-5
/
+4
[next]