index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
relocation.c
Age
Commit message (
Expand
)
Author
12 days
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
2025-08-07
btrfs: do not allow relocation of partially dropped subvolumes
Qu Wenruo
2025-07-22
btrfs: enable large data folios for data reloc inode
Qu Wenruo
2025-07-22
btrfs: reloc: unconditionally invalidate the page cache for each cluster
Qu Wenruo
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
2025-07-22
btrfs: don't print relocation messages from auto reclaim
Johannes Thumshirn
2025-07-22
btrfs: replace strcpy() with strscpy()
Brahmajit Das
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
2025-07-21
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
2025-07-21
btrfs: pass struct rb_simple_node pointer directly in rb_simple_insert()
Pan Chuang
2025-05-15
btrfs: pass struct btrfs_inode to btrfs_free_reserved_data_space_noquota()
Naohiro Aota
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
Filipe Manana
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
Filipe Manana
2025-04-17
btrfs: fix invalid inode pointer after failure to create reloc inode
Filipe Manana
2025-03-18
btrfs: remove unnecessary fs_info argument from delete_block_group_cache()
Filipe Manana
[next]