summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2025-01-13btrfs: send: remove redundant assignments to variable retColin Ian King
2025-01-13btrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for btrfs_get_extent()Qu Wenruo
2025-01-13btrfs: selftests: add delayed ref self test casesJosef Bacik
2025-01-13btrfs: move select_delayed_ref() and export itJosef Bacik
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-06btrfs: zlib: fix avail_in bytes for s390 zlib HW compression pathMikhail Zaslonko
2025-01-06btrfs: zoned: calculate max_extent_size properly on non-zoned setupChristoph Hellwig
2025-01-06btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo
2025-01-06btrfs: don't read from userspace twice in btrfs_uring_encoded_read()Mark Harmstone
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo
2024-12-23btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana