summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-11btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik2-10/+1
2024-07-11btrfs: don't do extra find_extent_buffer() in do_walk_down()Josef Bacik1-10/+6
2024-07-11btrfs: avoid transaction commit on any fsync after subvolume creationFilipe Manana3-2/+31
2024-07-11btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana2-8/+0
2024-07-11btrfs: pass reloc_control to setup_relocation_extent_mapping()Johannes Thumshirn1-8/+10
2024-07-11btrfs: pass a struct reloc_control to prealloc_file_extent_cluster()Johannes Thumshirn1-4/+4
2024-07-11btrfs: don't pass fs_info to describe_relocation()Johannes Thumshirn1-5/+3
2024-07-11btrfs: pass a reloc_control to relocate_one_folio()Johannes Thumshirn1-3/+5
2024-07-11btrfs: pass a reloc_control to relocate_file_extent_cluster()Johannes Thumshirn1-7/+7
2024-07-11btrfs: pass reloc_control to relocate_data_extent()Johannes Thumshirn1-5/+5
2024-07-11btrfs: update panic message when splitting ordered extentFilipe Manana1-1/+1
2024-07-11btrfs: mark ordered extent insertion failure checks as unlikelyFilipe Manana1-2/+2
2024-07-11btrfs: avoid removal and re-insertion of split ordered extentFilipe Manana1-14/+6
2024-07-11btrfs: add comment about locking to btrfs_split_ordered_extent()Filipe Manana1-0/+17
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_extents()Filipe Manana1-1/+1
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_roots()Filipe Manana1-3/+3
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba31-100/+99
2024-07-11btrfs: do not directly include rwlock_types.hQu Wenruo1-1/+1
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo5-5/+0
2024-07-11btrfs: qgroup: delete a TODO about using kmem cache to allocate structuresJunchao Sun1-1/+0
2024-07-11btrfs: make extent_write_locked_range() handle subpage writeback correctlyQu Wenruo1-2/+5
2024-07-11btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo1-3/+1
2024-07-11btrfs: lock subpage ranges in one go for writepage_delalloc()Qu Wenruo2-7/+104
2024-07-11btrfs: subpage: introduce helpers to handle subpage delalloc lockingQu Wenruo2-0/+124
2024-07-11btrfs: make __extent_writepage_io() to write specified range onlyQu Wenruo3-14/+29
2024-07-11btrfs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-11btrfs: rename err to ret in btrfs_drop_snapshot()Anand Jain1-25/+26
2024-07-11btrfs: rename err to ret in btrfs_recover_relocation()Anand Jain1-28/+28
2024-07-11btrfs: rename ret to ret2 in btrfs_recover_relocation()Anand Jain1-4/+4
2024-07-11btrfs: rename ret to err in btrfs_recover_relocation()Anand Jain1-17/+11
2024-07-11btrfs: rename err to ret in btrfs_cleanup_fs_roots()Anand Jain1-18/+19
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()Qu Wenruo1-14/+7
2024-07-11btrfs: cleanup duplicated parameters related to create_io_em()Qu Wenruo3-43/+16
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo4-66/+52
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo3-51/+39
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo13-199/+163
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo9-101/+41
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo12-121/+55
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo4-2/+119
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo6-11/+156
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo3-5/+34