summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-07-21btrfs: remove pointless out label from load_free_space_bitmaps()Filipe Manana
2025-07-21btrfs: remove pointless out label from add_free_space_extent()Filipe Manana
2025-07-21btrfs: remove pointless out label from remove_free_space_extent()Filipe Manana
2025-07-21btrfs: remove pointless out label from modify_free_space_bitmap()Filipe Manana
2025-07-21btrfs: make free_space_test_bit() return a boolean insteadFilipe Manana
2025-07-21btrfs: make extent_buffer_test_bit() return a boolean insteadFilipe Manana
2025-07-21btrfs: remove pointless out label from update_free_space_extent_count()Filipe Manana
2025-07-21btrfs: remove pointless out label from add_new_free_space_info()Filipe Manana
2025-07-21btrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba
2025-07-21btrfs: use folio_end() where appropriateDavid Sterba
2025-07-21btrfs: add helper folio_end()David Sterba
2025-07-21btrfs: rename variables for locked range in defrag_prepare_one_folio()David Sterba
2025-07-21btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()David Sterba
2025-07-21btrfs: check BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE at __add_block_group_free_space()Filipe Manana
2025-07-21btrfs: always abort transaction on failure to add block group to free space treeFilipe Manana
2025-07-21btrfs: add extra warning when qgroup is marked inconsistentQu Wenruo
2025-07-21btrfs: merge btrfs_printk_ratelimited() and its only callerDavid Sterba
2025-07-21btrfs: simplify debug print helpers without enabled printkDavid Sterba
2025-07-21btrfs: remove remaining unused message helpersDavid Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_debug()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_info()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_err()David Sterba
2025-07-21btrfs: switch all message helpers to be RCU safeDavid Sterba
2025-07-21btrfs: remove unused levels of message helpersDavid Sterba
2025-07-21btrfs: remove unused rcu-string printk helpersDavid Sterba
2025-07-21btrfs: open code rcu_string_free() and remove itDavid Sterba
2025-07-21btrfs: zoned: reserve data_reloc block group on mountJohannes Thumshirn
2025-07-21btrfs: use btrfs_root_id() where not done yetDavid Sterba
2025-07-21btrfs: use btrfs_is_data_reloc_root() where not done yetDavid Sterba
2025-07-21btrfs: use on-stack variable for block reserve in btrfs_replace_file_extents()David Sterba
2025-07-21btrfs: use on-stack variable for block reserve in btrfs_truncate()David Sterba
2025-07-21btrfs: use on-stack variable for block reserve in btrfs_evict_inode()David Sterba
2025-07-21btrfs: update comment for xarray fields in struct btrfs_rootSun YangKai
2025-07-21btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTALQu Wenruo
2025-07-21btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
2025-07-21btrfs: add comment for optimization in free_extent_buffer()Filipe Manana
2025-07-21btrfs: reorganize logic at free_extent_buffer() for better readabilityFilipe Manana
2025-07-21btrfs: make btrfs_readdir_delayed_dir_index() return a bool insteadFilipe Manana
2025-07-21btrfs: make btrfs_should_delete_dir_index() return a bool insteadFilipe Manana
2025-07-21btrfs: add details to error messages at btrfs_delete_delayed_dir_index()Filipe Manana
2025-07-21btrfs: make btrfs_delete_delayed_insertion_item() return a booleanFilipe Manana
2025-07-21btrfs: switch del_all argument of replay_dir_deletes() from int to boolFilipe Manana
2025-07-21btrfs: pass NULL index to btrfs_del_inode_ref() where not neededFilipe Manana
2025-07-21btrfs: allocate scratch eb earlier at btrfs_log_new_name()Filipe Manana
2025-07-21btrfs: allocate path earlier at btrfs_log_new_name()Filipe Manana
2025-07-21btrfs: allocate path earlier at btrfs_del_dir_entries_in_log()Filipe Manana
2025-07-21btrfs: assert we join log transaction at btrfs_del_dir_entries_in_log()Filipe Manana
2025-07-21btrfs: use btrfs_del_item() at del_logged_dentry()Filipe Manana
2025-07-21btrfs: free path sooner at __btrfs_unlink_inode()Filipe Manana