summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-10-12btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()Filipe Manana
2023-10-12btrfs: remove stale comment from btrfs_free_extent()Filipe Manana
2023-10-12btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig
2023-10-12btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig
2023-10-12btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig
2023-10-12btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig
2023-10-12btrfs: remove pointless loop from btrfs_update_block_group()Filipe Manana
2023-10-12btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()Filipe Manana
2023-10-12btrfs: use btrfs_crit at btrfs_mark_buffer_dirty()Filipe Manana
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba
2023-10-12btrfs: always reserve space for delayed refs when starting transactionFilipe Manana
2023-10-12btrfs: stop doing excessive space reservation for csum deletionFilipe Manana
2023-10-12btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release()Filipe Manana
2023-10-12btrfs: reserve space for delayed refs on a per ref basisFilipe Manana
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana
2023-10-12btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()Filipe Manana
2023-10-12btrfs: return -EUCLEAN if extent item is missing when searching inline backrefFilipe Manana
2023-10-12btrfs: use a single variable for return value at lookup_inline_extent_backref()Filipe Manana
2023-10-12btrfs: use a single variable for return value at run_delayed_extent_op()Filipe Manana
2023-10-12btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()Filipe Manana
2023-10-12btrfs: initialize key where it's used when running delayed data refFilipe Manana
2023-10-12btrfs: remove refs_to_drop argument from __btrfs_free_extent()Filipe Manana
2023-10-12btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()Filipe Manana
2023-10-12btrfs: remove the refcount warning/check at btrfs_put_delayed_ref()Filipe Manana
2023-10-12btrfs: remove unnecessary logic when running new delayed referencesFilipe Manana
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Filipe Manana
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_mount() functionQu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_check_bio() functionQu Wenruo
2023-10-12btrfs: move extent_buffer::lock_owner to debug sectionDavid Sterba
2023-10-12btrfs: reduce size of struct btrfs_refDavid Sterba
2023-10-12btrfs: reduce size and reorder compression members in struct btrfs_inodeDavid Sterba
2023-10-12btrfs: reduce size of prelim_ref::levelDavid Sterba
2023-10-12btrfs: reduce arguments of helpers space accounting root itemDavid Sterba
2023-10-12btrfs: reduce parameters of btrfs_pin_extent_for_log_replayDavid Sterba
2023-10-12btrfs: reduce parameters of btrfs_pin_reserved_extentDavid Sterba
2023-10-12btrfs: drop __must_check annotationsDavid Sterba
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-10-12btrfs: move functions comments from qgroup.h to qgroup.cDavid Sterba
2023-10-12btrfs: comment about fsid and metadata_uuid relationshipAnand Jain
2023-10-12btrfs: qgroup: remove unused helpers for ulist aux dataJiapeng Chong
2023-10-12btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()Qu Wenruo
2023-10-12btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usageQu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt()Qu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator to replace tmp ulist in qgroup_update_refc...Qu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator in __qgroup_excl_accounting()Qu Wenruo