summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-11btrfs: pass a btrfs_inode to btrfs_set_prop()David Sterba4-13/+13
2024-07-11btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba3-4/+4
2024-07-11btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba6-20/+20
2024-07-11btrfs: switch btrfs_pending_snapshot::dir to btrfs_inodeDavid Sterba3-3/+3
2024-07-11btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba3-7/+7
2024-07-11btrfs: switch btrfs_block_group::inode to struct btrfs_inodeDavid Sterba3-5/+5
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba5-7/+7
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()David Sterba3-6/+6
2024-07-11btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()David Sterba3-4/+4
2024-07-11btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn6-55/+2
2024-07-11btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEYQu Wenruo1-0/+3
2024-07-11btrfs: urgent periodic reclaim passBoris Burkov1-1/+34
2024-07-11btrfs: prevent pathological periodic reclaim loopsBoris Burkov3-11/+71
2024-07-11btrfs: periodic block_group reclaimBoris Burkov5-0/+95
2024-07-11btrfs: dynamic block_group reclaim thresholdBoris Burkov4-27/+169
2024-07-11btrfs: store fs_info in space_infoBoris Burkov2-0/+2
2024-07-11btrfs: report reclaim stats in sysfsBoris Burkov3-0/+34
2024-07-11btrfs: qgroup: warn about inconsistent qgroups when relation update failsDavid Sterba1-2/+3
2024-07-11btrfs: qgroup: preallocate memory before adding a relationDavid Sterba3-19/+34
2024-07-11btrfs: abort transaction on errors in btrfs_free_chunk()David Sterba1-6/+9
2024-07-11btrfs: only print error message when checking item size in print_extent_item()David Sterba1-1/+1
2024-07-11btrfs: abort transaction if we don't find extref in btrfs_del_inode_extref()David Sterba1-2/+2
2024-07-11btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana3-39/+39
2024-07-11btrfs: preallocate ulist memory for qgroup rsvBoris Burkov4-3/+29
2024-07-11btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-4/+20
2024-07-11btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()Filipe Manana1-13/+9
2024-07-11btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()Filipe Manana1-1/+1
2024-07-11btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana1-2/+10
2024-07-11btrfs: simplify setting the full backref flag at update_ref_for_cow()Filipe Manana1-7/+4
2024-07-11btrfs: remove NULL transaction support for btrfs_lookup_extent_info()Filipe Manana1-14/+2
2024-07-11btrfs: use label to deduplicate error path at btrfs_force_cow_block()Filipe Manana1-21/+12
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana6-31/+76
2024-07-11btrfs: remove super block argument from btrfs_iget_locked()Filipe Manana1-4/+3
2024-07-11btrfs: remove super block argument from btrfs_iget_path()Filipe Manana3-8/+7
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana9-22/+19
2024-07-11btrfs: subpage: remove the unused error bitmap dumpingQu Wenruo1-3/+1
2024-07-11btrfs: uapi: record temporary super flags used by btrfstuneQu Wenruo1-0/+8
2024-07-11btrfs: add documentation around snapshot deleteJosef Bacik1-0/+51
2024-07-11btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
2024-07-11btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()Josef Bacik1-3/+3
2024-07-11btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-07-11btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-07-11btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()Josef Bacik1-3/+12
2024-07-11btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik1-1/+0
2024-07-11btrfs: extract the reference dropping code into it's own helperJosef Bacik1-70/+87
2024-07-11btrfs: unify logic to decide if we need to walk down into a node during snaps...Josef Bacik1-44/+89
2024-07-11btrfs: remove local variable need_account in do_walk_down()Josef Bacik1-5/+4
2024-07-11btrfs: factor out eb uptodate check from do_walk_down()Josef Bacik1-20/+45
2024-07-11btrfs: push lookup_info into struct walk_controlJosef Bacik1-10/+12
2024-07-11btrfs: use btrfs_read_extent_buffer() in do_walk_down()Josef Bacik1-11/+4