summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-11btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-07-11btrfs: simplify setting the full backref flag at update_ref_for_cow()Filipe Manana
2024-07-11btrfs: remove NULL transaction support for btrfs_lookup_extent_info()Filipe Manana
2024-07-11btrfs: use label to deduplicate error path at btrfs_force_cow_block()Filipe Manana
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget_locked()Filipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget_path()Filipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana
2024-07-11btrfs: subpage: remove the unused error bitmap dumpingQu Wenruo
2024-07-11btrfs: uapi: record temporary super flags used by btrfstuneQu Wenruo
2024-07-11btrfs: add documentation around snapshot deleteJosef Bacik
2024-07-11btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik
2024-07-11btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()Josef Bacik
2024-07-11btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-07-11btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik
2024-07-11btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()Josef Bacik
2024-07-11btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik
2024-07-11btrfs: extract the reference dropping code into it's own helperJosef Bacik
2024-07-11btrfs: unify logic to decide if we need to walk down into a node during snaps...Josef Bacik
2024-07-11btrfs: remove local variable need_account in do_walk_down()Josef Bacik
2024-07-11btrfs: factor out eb uptodate check from do_walk_down()Josef Bacik
2024-07-11btrfs: push lookup_info into struct walk_controlJosef Bacik
2024-07-11btrfs: use btrfs_read_extent_buffer() in do_walk_down()Josef Bacik
2024-07-11btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik
2024-07-11btrfs: don't do extra find_extent_buffer() in do_walk_down()Josef Bacik
2024-07-11btrfs: avoid transaction commit on any fsync after subvolume creationFilipe Manana
2024-07-11btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana
2024-07-11btrfs: pass reloc_control to setup_relocation_extent_mapping()Johannes Thumshirn
2024-07-11btrfs: pass a struct reloc_control to prealloc_file_extent_cluster()Johannes Thumshirn
2024-07-11btrfs: don't pass fs_info to describe_relocation()Johannes Thumshirn
2024-07-11btrfs: pass a reloc_control to relocate_one_folio()Johannes Thumshirn
2024-07-11btrfs: pass a reloc_control to relocate_file_extent_cluster()Johannes Thumshirn
2024-07-11btrfs: pass reloc_control to relocate_data_extent()Johannes Thumshirn
2024-07-11btrfs: update panic message when splitting ordered extentFilipe Manana
2024-07-11btrfs: mark ordered extent insertion failure checks as unlikelyFilipe Manana
2024-07-11btrfs: avoid removal and re-insertion of split ordered extentFilipe Manana
2024-07-11btrfs: add comment about locking to btrfs_split_ordered_extent()Filipe Manana
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_extents()Filipe Manana
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_roots()Filipe Manana
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: do not directly include rwlock_types.hQu Wenruo
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo
2024-07-11btrfs: qgroup: delete a TODO about using kmem cache to allocate structuresJunchao Sun
2024-07-11btrfs: make extent_write_locked_range() handle subpage writeback correctlyQu Wenruo
2024-07-11btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo
2024-07-11btrfs: lock subpage ranges in one go for writepage_delalloc()Qu Wenruo
2024-07-11btrfs: subpage: introduce helpers to handle subpage delalloc lockingQu Wenruo
2024-07-11btrfs: make __extent_writepage_io() to write specified range onlyQu Wenruo
2024-07-11btrfs: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-11btrfs: rename err to ret in btrfs_drop_snapshot()Anand Jain