summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-05-15btrfs: avoid repeated extent state processing when converting extent bitsFilipe Manana
2025-05-15btrfs: avoid unnecessary next node searches when clearing bits from extent rangeFilipe Manana
2025-05-15btrfs: exit after state insertion failure at btrfs_convert_extent_bit()Filipe Manana
2025-05-15btrfs: exit after state split error at btrfs_convert_extent_bit()Filipe Manana
2025-05-15btrfs: remove duplicate error check at btrfs_convert_extent_bit()Filipe Manana
2025-05-15btrfs: simplify last record detection at btrfs_clear_extent_bit_changeset()Filipe Manana
2025-05-15btrfs: avoid extra tree search at btrfs_clear_extent_bit_changeset()Filipe Manana
2025-05-15btrfs: use bools for local variables at btrfs_clear_extent_bit_changeset()Filipe Manana
2025-05-15btrfs: add missing error return to btrfs_clear_extent_bit_changeset()Filipe Manana
2025-05-15btrfs: exit after state split error at btrfs_clear_extent_bit_changeset()Filipe Manana
2025-05-15btrfs: remove duplicate error check at btrfs_clear_extent_bit_changeset()Filipe Manana
2025-05-15btrfs: get rid of btrfs_read_dev_super()Qu Wenruo
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo
2025-05-15btrfs: get rid of goto in alloc_test_extent_buffer()Daniel Vacek
2025-05-15btrfs: use buffer xarray for extent buffer writeback operationsJosef Bacik
2025-05-15btrfs: set DIRTY and WRITEBACK tags on the buffer_treeJosef Bacik
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik
2025-05-15btrfs: rename btrfs_discard workqueue to btrfs-discardDavid Sterba
2025-05-15btrfs: on unknown chunk allocation policy fallback to regularDavid Sterba
2025-05-15btrfs: reformat comments in acls_after_inode_item()David Sterba
2025-05-15btrfs: switch int dev_replace_is_ongoing variables/parameters to boolDavid Sterba
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: subpage: reject tree blocks which are not nodesize alignedQu Wenruo
2025-05-15btrfs: move folio initialization to one place in attach_eb_folio_to_filemap()Daniel Vacek
2025-05-15btrfs: raid56: rename parameter err to status in endio helpersDavid Sterba
2025-05-15btrfs: change return type of btrfs_alloc_dummy_sum() to intDavid Sterba
2025-05-15btrfs: rename ret2 to ret in btrfs_submit_compressed_read()David Sterba
2025-05-15btrfs: rename ret to status in btrfs_submit_compressed_read()David Sterba
2025-05-15btrfs: simplify reading bio status in end_compressed_writeback()David Sterba
2025-05-15btrfs: rename error to ret in btrfs_submit_chunk()David Sterba
2025-05-15btrfs: rename ret to status in btrfs_submit_chunk()David Sterba
2025-05-15btrfs: change return type of btrfs_bio_csum() to intDavid Sterba
2025-05-15btrfs: change return type of btree_csum_one_bio() to intDavid Sterba
2025-05-15btrfs: change return type of btrfs_csum_one_bio() to intDavid Sterba
2025-05-15btrfs: change return type of btrfs_lookup_bio_sums() to intDavid Sterba
2025-05-15btrfs: drop redundant local variable in raid_wait_write_end_io()David Sterba
2025-05-15btrfs: merge __setup_root() to btrfs_alloc_root()David Sterba
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba
2025-05-15btrfs: remove unused btrfs_io_stripe::lengthDavid Sterba
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba
2025-05-15btrfs: add debug build only WARNDavid Sterba
2025-05-15btrfs: use verbose ASSERT() in volumes.cDavid Sterba
2025-05-15btrfs: enhance ASSERT() to take optional format stringDavid Sterba
2025-05-15btrfs: remove BTRFS_REF_LAST from enum btrfs_ref_typeYangtao Li
2025-05-15btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()Christoph Hellwig
2025-05-15btrfs: scrub: use virtual addresses directlyChristoph Hellwig
2025-05-15btrfs: raid56: store a physical address in structure sector_ptrQu Wenruo
2025-05-15btrfs: simplify bvec iteration in index_one_bio()Christoph Hellwig