summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana
2024-12-23btrfs: check folio mapping after unlock in put_file_data()Boris Burkov
2024-12-23btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-17btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik