summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()Filipe Manana1-3/+0
2023-10-12btrfs: remove stale comment from btrfs_free_extent()Filipe Manana1-1/+0
2023-10-12btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig1-37/+42
2023-10-12btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig1-11/+19
2023-10-12btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig1-92/+92
2023-10-12btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig1-47/+37
2023-10-12btrfs: remove pointless loop from btrfs_update_block_group()Filipe Manana1-80/+67
2023-10-12btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()Filipe Manana1-1/+1
2023-10-12btrfs: use btrfs_crit at btrfs_mark_buffer_dirty()Filipe Manana1-2/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana25-169/+205
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain3-15/+54
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba7-38/+38
2023-10-12btrfs: always reserve space for delayed refs when starting transactionFilipe Manana4-31/+132
2023-10-12btrfs: stop doing excessive space reservation for csum deletionFilipe Manana7-26/+45
2023-10-12btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release()Filipe Manana1-1/+1
2023-10-12btrfs: reserve space for delayed refs on a per ref basisFilipe Manana3-24/+38
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana5-42/+43
2023-10-12btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()Filipe Manana1-11/+11
2023-10-12btrfs: return -EUCLEAN if extent item is missing when searching inline backrefFilipe Manana1-1/+1
2023-10-12btrfs: use a single variable for return value at lookup_inline_extent_backref()Filipe Manana1-18/+15
2023-10-12btrfs: use a single variable for return value at run_delayed_extent_op()Filipe Manana1-8/+5
2023-10-12btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()Filipe Manana1-5/+3
2023-10-12btrfs: initialize key where it's used when running delayed data refFilipe Manana1-6/+8
2023-10-12btrfs: remove refs_to_drop argument from __btrfs_free_extent()Filipe Manana1-5/+5
2023-10-12btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()Filipe Manana1-5/+4
2023-10-12btrfs: remove the refcount warning/check at btrfs_put_delayed_ref()Filipe Manana1-1/+0
2023-10-12btrfs: remove unnecessary logic when running new delayed referencesFilipe Manana1-14/+3
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Filipe Manana6-18/+20
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo5-23/+14
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo4-121/+11
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo8-413/+0
2023-10-12btrfs: check-integrity: remove btrfsic_mount() functionQu Wenruo3-1601/+0
2023-10-12btrfs: check-integrity: remove btrfsic_check_bio() functionQu Wenruo4-908/+0
2023-10-12btrfs: move extent_buffer::lock_owner to debug sectionDavid Sterba3-14/+37
2023-10-12btrfs: reduce size of struct btrfs_refDavid Sterba1-6/+12
2023-10-12btrfs: reduce size and reorder compression members in struct btrfs_inodeDavid Sterba1-10/+9
2023-10-12btrfs: reduce size of prelim_ref::levelDavid Sterba1-1/+1
2023-10-12btrfs: reduce arguments of helpers space accounting root itemDavid Sterba1-12/+11
2023-10-12btrfs: reduce parameters of btrfs_pin_extent_for_log_replayDavid Sterba3-10/+7
2023-10-12btrfs: reduce parameters of btrfs_pin_reserved_extentDavid Sterba3-7/+8
2023-10-12btrfs: drop __must_check annotationsDavid Sterba3-6/+4
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba18-51/+62
2023-10-12btrfs: move functions comments from qgroup.h to qgroup.cDavid Sterba2-76/+71
2023-10-12btrfs: comment about fsid and metadata_uuid relationshipAnand Jain1-0/+9
2023-10-12btrfs: qgroup: remove unused helpers for ulist aux dataJiapeng Chong1-10/+0
2023-10-12btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()Qu Wenruo1-19/+59
2023-10-12btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usageQu Wenruo1-26/+61
2023-10-12btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt()Qu Wenruo2-42/+53
2023-10-12btrfs: qgroup: use qgroup_iterator to replace tmp ulist in qgroup_update_refc...Qu Wenruo1-28/+11
2023-10-12btrfs: qgroup: use qgroup_iterator in __qgroup_excl_accounting()Qu Wenruo1-64/+17