summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()Filipe Manana2024-07-111-1/+1
| * | btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana2024-07-111-2/+10
| * | btrfs: simplify setting the full backref flag at update_ref_for_cow()Filipe Manana2024-07-111-7/+4
| * | btrfs: remove NULL transaction support for btrfs_lookup_extent_info()Filipe Manana2024-07-111-14/+2
| * | btrfs: use label to deduplicate error path at btrfs_force_cow_block()Filipe Manana2024-07-111-21/+12
| * | btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana2024-07-116-31/+76
| * | btrfs: remove super block argument from btrfs_iget_locked()Filipe Manana2024-07-111-4/+3
| * | btrfs: remove super block argument from btrfs_iget_path()Filipe Manana2024-07-113-8/+7
| * | btrfs: remove super block argument from btrfs_iget()Filipe Manana2024-07-119-22/+19
| * | btrfs: subpage: remove the unused error bitmap dumpingQu Wenruo2024-07-111-3/+1
| * | btrfs: add documentation around snapshot deleteJosef Bacik2024-07-111-0/+51
| * | btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik2024-07-111-1/+4
| * | btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()Josef Bacik2024-07-111-3/+3
| * | btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik2024-07-111-5/+23
| * | btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik2024-07-111-2/+2
| * | btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()Josef Bacik2024-07-111-3/+12
| * | btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik2024-07-111-1/+0
| * | btrfs: extract the reference dropping code into it's own helperJosef Bacik2024-07-111-70/+87
| * | btrfs: unify logic to decide if we need to walk down into a node during snaps...Josef Bacik2024-07-111-44/+89
| * | btrfs: remove local variable need_account in do_walk_down()Josef Bacik2024-07-111-5/+4
| * | btrfs: factor out eb uptodate check from do_walk_down()Josef Bacik2024-07-111-20/+45
| * | btrfs: push lookup_info into struct walk_controlJosef Bacik2024-07-111-10/+12
| * | btrfs: use btrfs_read_extent_buffer() in do_walk_down()Josef Bacik2024-07-111-11/+4
| * | btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik2024-07-112-10/+1
| * | btrfs: don't do extra find_extent_buffer() in do_walk_down()Josef Bacik2024-07-111-10/+6
| * | btrfs: avoid transaction commit on any fsync after subvolume creationFilipe Manana2024-07-113-2/+31
| * | btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana2024-07-112-8/+0
| * | btrfs: pass reloc_control to setup_relocation_extent_mapping()Johannes Thumshirn2024-07-111-8/+10
| * | btrfs: pass a struct reloc_control to prealloc_file_extent_cluster()Johannes Thumshirn2024-07-111-4/+4
| * | btrfs: don't pass fs_info to describe_relocation()Johannes Thumshirn2024-07-111-5/+3
| * | btrfs: pass a reloc_control to relocate_one_folio()Johannes Thumshirn2024-07-111-3/+5
| * | btrfs: pass a reloc_control to relocate_file_extent_cluster()Johannes Thumshirn2024-07-111-7/+7
| * | btrfs: pass reloc_control to relocate_data_extent()Johannes Thumshirn2024-07-111-5/+5
| * | btrfs: update panic message when splitting ordered extentFilipe Manana2024-07-111-1/+1
| * | btrfs: mark ordered extent insertion failure checks as unlikelyFilipe Manana2024-07-111-2/+2
| * | btrfs: avoid removal and re-insertion of split ordered extentFilipe Manana2024-07-111-14/+6
| * | btrfs: add comment about locking to btrfs_split_ordered_extent()Filipe Manana2024-07-111-0/+17
| * | btrfs: reduce critical section at btrfs_wait_ordered_extents()Filipe Manana2024-07-111-1/+1
| * | btrfs: reduce critical section at btrfs_wait_ordered_roots()Filipe Manana2024-07-111-3/+3
| * | btrfs: constify pointer parameters where applicableDavid Sterba2024-07-1131-100/+99
| * | btrfs: do not directly include rwlock_types.hQu Wenruo2024-07-111-1/+1
| * | btrfs: cleanup recursive include of the same headerQu Wenruo2024-07-115-5/+0
| * | btrfs: qgroup: delete a TODO about using kmem cache to allocate structuresJunchao Sun2024-07-111-1/+0
| * | btrfs: make extent_write_locked_range() handle subpage writeback correctlyQu Wenruo2024-07-111-2/+5
| * | btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo2024-07-111-3/+1
| * | btrfs: lock subpage ranges in one go for writepage_delalloc()Qu Wenruo2024-07-112-7/+104
| * | btrfs: subpage: introduce helpers to handle subpage delalloc lockingQu Wenruo2024-07-112-0/+124
| * | btrfs: make __extent_writepage_io() to write specified range onlyQu Wenruo2024-07-113-14/+29
| * | btrfs: add MODULE_DESCRIPTION()Jeff Johnson2024-07-111-0/+1
| * | btrfs: rename err to ret in btrfs_drop_snapshot()Anand Jain2024-07-111-25/+26