summaryrefslogtreecommitdiffstats
path: root/tools/verification (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn3-5/+135
2023-10-12btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn4-1/+80
2023-10-12btrfs: lookup physical address from stripe extentJohannes Thumshirn3-10/+158
2023-10-12btrfs: delete stripe extent on extent deletionJohannes Thumshirn3-0/+64
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn10-9/+168
2023-10-12btrfs: read raid stripe tree from diskJohannes Thumshirn4-0/+26
2023-10-12btrfs: add raid stripe tree definitionsJohannes Thumshirn3-0/+38
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo2-0/+12
2023-10-12btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik1-3/+0
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