summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-01-13btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: uncollapse transaction aborts during renamesFilipe Manana
2025-01-13btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo
2025-01-13btrfs: update tree_insert() to use rb helpersRoger L. Beckermeyer III
2025-01-13btrfs: update btrfs_add_chunk_map() to use rb helpersRoger L. Beckermeyer III
2025-01-13btrfs: update __btrfs_add_delayed_item() to use rb helperRoger L. Beckermeyer III
2025-01-13btrfs: update prelim_ref_insert() to use rb helpersRoger L. Beckermeyer III
2025-01-13btrfs: update btrfs_add_block_group_cache() to use rb helperRoger L. Beckermeyer III
2025-01-13btrfs: don't include linux/rwlock_types.h directlyWolfram Sang
2025-01-13btrfs: handle free space tree rebuild in multiple transactionsQu Wenruo
2025-01-13btrfs: use uuid_is_null() to verify if an uuid is emptyFilipe Manana
2025-01-13btrfs: remove pointless comment from ctree.hFilipe Manana
2025-01-13btrfs: move extent-tree function declarations out of ctree.hFilipe Manana
2025-01-13btrfs: move btrfs_alloc_write_mask() into fs.hFilipe Manana
2025-01-13btrfs: move BTRFS_BYTES_TO_BLKS() into fs.hFilipe Manana
2025-01-13btrfs: move the folio ordered helpers from ctree.h into fs.hFilipe Manana
2025-01-13btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.cFilipe Manana
2025-01-13btrfs: move the exclusive operation functions into fs.cFilipe Manana
2025-01-13btrfs: move csum related functions from ctree.c into fs.cFilipe Manana
2025-01-13btrfs: move abort_should_print_stack() to transaction.hFilipe Manana
2025-01-13btrfs: pass btrfs_io_geometry to is_single_device_ioJohannes Thumshirn
2025-01-13btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn
2025-01-13btrfs: cache stripe tree usage in struct btrfs_io_geometryJohannes Thumshirn
2025-01-13btrfs: add assertions and comment about path expectations to btrfs_cross_ref_...Filipe Manana
2025-01-13btrfs: add function comment for check_committed_ref()Filipe Manana
2025-01-13btrfs: simplify arguments for btrfs_cross_ref_exist()Filipe Manana
2025-01-13btrfs: simplify return logic at check_committed_ref()Filipe Manana
2025-01-13btrfs: avoid redundant call to get inline ref type at check_committed_ref()Filipe Manana
2025-01-13btrfs: remove the snapshot check from check_committed_ref()Filipe Manana
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana
2025-01-13btrfs: remove unused variable length in btrfs_insert_one_raid_extent()Johannes Thumshirn
2025-01-13btrfs: output the reason for open_ctree() failureQu Wenruo
2025-01-13btrfs: open-code btrfs_copy_from_user()Qu Wenruo
2025-01-13btrfs: improve the warning and error message for btrfs_remove_qgroup()Qu Wenruo
2025-01-13btrfs: remove detached list from struct btrfs_backref_cacheJosef Bacik
2025-01-13btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_nodeJosef Bacik
2025-01-13btrfs: simplify btrfs_backref_release_cache()Josef Bacik
2025-01-13btrfs: do not handle non-shareable roots in backref cacheJosef Bacik
2025-01-13btrfs: don't build backref tree for COW-only blocksJosef Bacik
2025-01-13btrfs: remove clone_backref_node() from relocationJosef Bacik
2025-01-13btrfs: simplify loop in select_reloc_root()Josef Bacik
2025-01-13btrfs: add a comment for new_bytenr in backref_cache_nodeJosef Bacik
2025-01-13btrfs: remove the changed list for backref cacheJosef Bacik
2025-01-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik
2025-01-13btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...Hao-ran Zheng
2025-01-13btrfs: don't BUG_ON() in btrfs_drop_extents()Johannes Thumshirn
2025-01-13btrfs: zoned: reclaim unused zone by zone resettingNaohiro Aota
2025-01-13btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota
2025-01-13btrfs: factor out btrfs_return_free_space()Naohiro Aota
2025-01-13btrfs: handle FS_IOC_READ_VERITY_METADATA ioctlAllison Karlitskaya