index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
relocation.c
Age
Commit message (
Expand
)
Author
2026-07-14
btrfs: free mapping node on duplicate reloc root insert
Guanghui Yang
2026-07-14
btrfs: reject inline file extents item in get_new_location()
Qu Wenruo
2026-07-14
btrfs: fix reloc root cleanup in merge_reloc_roots()
Filipe Manana
2026-07-14
btrfs: fix use-after-free on reloc root after error in insert_dirty_subvol()
Filipe Manana
2026-06-30
btrfs: decentralize transaction aborts in create_reloc_root()
Johannes Thumshirn
2026-06-30
btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()
Filipe Manana
2026-06-09
btrfs: fix use-after-free after relocation failure with concurrent COW
Filipe Manana
2026-06-09
btrfs: move WARN_ON on unexpected error in __add_tree_block()
Filipe Manana
2026-06-09
btrfs: move locking into btrfs_get_reloc_bg_bytenr()
Filipe Manana
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
2026-06-09
btrfs: use shifts for sectorsize and nodesize
David Sterba
2026-06-09
btrfs: allocate eb-attached btree pages as movable
Rik van Riel
2026-06-09
btrfs: validate data reloc tree file extent item members
Teng Liu
2026-06-08
btrfs: use on stack backref iterator in build_backref_tree()
David Sterba
2026-06-08
btrfs: remove fs_info from struct btrfs_backref_iter
David Sterba
2026-06-08
btrfs: do more kmalloc_obj()/kmalloc_objs() conversions
David Sterba
2026-04-21
btrfs: don't clobber errors in add_remap_tree_entries()
Mark Harmstone
2026-04-21
btrfs: apply first key check for readahead when possible
Qu Wenruo
2026-04-21
btrfs: abort transaction in do_remap_reloc_trans() on failure
Mark Harmstone
2026-04-21
btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
Mark Harmstone
2026-04-21
btrfs: fix bytes_may_use leak in move_existing_remap()
Mark Harmstone
2026-04-07
btrfs: avoid starting new transaction and commit in relocate_block_group()
Filipe Manana
2026-04-07
btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()
Filipe Manana
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-17
btrfs: hold block group reference during entire move_existing_remap()
Mark Harmstone
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
btrfs: read key again after incrementing slot in move_existing_remaps()
Mark Harmstone
2026-02-26
btrfs: check block group lookup in remove_range_from_remap_tree()
Mark Harmstone
2026-02-26
btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()
Mark Harmstone
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
btrfs: populate fully_remapped_bgs_list on mount
Mark Harmstone
2026-02-03
btrfs: replace identity remaps with actual remaps when doing relocations
Mark Harmstone
2026-02-03
btrfs: move existing remaps before relocating block group
Mark Harmstone
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
2026-02-03
btrfs: handle deletions from remapped block group
Mark Harmstone
2026-02-03
btrfs: redirect I/O for remapped block groups
Mark Harmstone
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
2025-11-24
btrfs: use single return value variable in btrfs_relocate_block_group()
Filipe Manana
2025-10-13
btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
Filipe Manana
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
[next]