aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-12btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()Qu Wenruo1-22/+10
2023-10-12btrfs: qgroup: use qgroup_iterator in btrfs_qgroup_free_refroot()Qu Wenruo1-22/+7
2023-10-12btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()Qu Wenruo2-32/+38
2023-10-12btrfs: remove extraneous includes from ctree.hJosef Bacik1-28/+0
2023-10-12btrfs: include linux/security.h in super.cJosef Bacik1-0/+1
2023-10-12btrfs: include trace header in where necessaryJosef Bacik4-0/+4
2023-10-12btrfs: add btrfs_delayed_ref_head declaration to extent-tree.hJosef Bacik1-0/+1
2023-10-12btrfs: add fscrypt related dependencies to respective headersJosef Bacik4-0/+6
2023-10-12btrfs: include linux/iomap.h in file.cJosef Bacik1-0/+1
2023-10-12btrfs: include asm/unaligned.h in accessors.hJosef Bacik1-0/+1
2023-10-12btrfs: move btrfs_name_hash to dir-item.hJosef Bacik4-5/+9
2023-10-12btrfs: move btrfs_extref_hash into inode-item.hJosef Bacik2-9/+7
2023-10-12btrfs: remove btrfs_crc32c wrapperJosef Bacik4-13/+8
2023-10-12btrfs: move btrfs_crc32c_final into free-space-cache.cJosef Bacik2-5/+5
2023-10-12btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()Qu Wenruo1-1/+1
2023-10-12btrfs: sipmlify uuid parameters of alloc_fs_devices()Anand Jain2-17/+18
2023-10-12btrfs: update comment for reservation of metadata space for delayed itemsFilipe Manana1-1/+1
2023-10-11Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-29/+43
2023-10-11Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+2