summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-03-05btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_w...Qu Wenruo
2024-03-05btrfs: pass a valid extent map cache pointer to __get_extent_map()David Sterba
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba
2024-03-04btrfs: handle transaction commit errors in flush_reservations()David Sterba
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_free_space cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create delayed ref cachesKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_path cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_trans_handle cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cacheKunwu Chan
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_delayed_node cacheKunwu Chan
2024-03-04btrfs: uninline some static inline helpers from delayed-ref.hDavid Sterba
2024-03-04btrfs: open code trivial btrfs_lru_cache_size()David Sterba
2024-03-04btrfs: uninline some static inline helpers from tree-log.hDavid Sterba
2024-03-04btrfs: drop static inline specifiers from tree-mod-log.cDavid Sterba
2024-03-04btrfs: uninline btrfs_init_delayed_root()David Sterba
2024-03-04btrfs: uninline some static inline helpers from backref.hDavid Sterba
2024-03-04btrfs: open code btrfs_backref_get_eb()David Sterba
2024-03-04btrfs: open code btrfs_backref_iter_free()David Sterba
2024-03-04btrfs: move balance args conversion helpers to volumes.cDavid Sterba
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota
2024-03-04btrfs: raid56: extra debugging for raid6 syndrome generationQu Wenruo
2024-03-04btrfs: avoid unnecessary ref initialization when freeing log tree blockFilipe Manana
2024-03-04btrfs: send: avoid duplicated search for last extent when sending holeFilipe Manana
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args_v2::nameDavid Sterba
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba
2024-03-04btrfs: remove no longer used btrfs_transaction_in_commit()Filipe Manana
2024-03-04btrfs: sysfs: drop unnecessary double logical negation in acl_show()Neal Gompa
2024-03-04btrfs: delete BUG_ON in btrfs_init_locked_inode()David Sterba
2024-03-04btrfs: delete pointless BUG_ONs on extent item sizeDavid Sterba
2024-03-04btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba
2024-03-04btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()David Sterba
2024-03-04btrfs: change BUG_ON to assertion in tree_move_down()David Sterba
2024-03-04btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba
2024-03-04btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba
2024-03-04btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba
2024-03-04btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba
2024-03-04btrfs: handle invalid extent item reference found in find_first_extent_item()David Sterba
2024-03-04btrfs: handle invalid extent item reference found in extent_from_logical()David Sterba
2024-03-04btrfs: update comment and drop assertion in extent item lookup in find_parent...David Sterba
2024-03-04btrfs: push errors up from add_async_extent()David Sterba
2024-03-04btrfs: remove do_list variable at btrfs_clear_delalloc_extent()Filipe Manana
2024-03-04btrfs: remove do_list variable at btrfs_set_delalloc_extent()Filipe Manana
2024-03-04btrfs: use assertion instead of BUG_ON when adding/removing to delalloc listFilipe Manana
2024-03-04btrfs: add lockdep assertion to remaining delalloc callbacksFilipe Manana
2024-03-04btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana
2024-03-04btrfs: rename btrfs_add_delalloc_inodes() to singular formFilipe Manana
2024-03-04btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()Filipe Manana
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana
2024-03-04btrfs: stop passing root argument to btrfs_add_delalloc_inodes()Filipe Manana