index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
btrfs: avoid unnecessary ref initialization when freeing log tree block
Filipe Manana
1
-6
/
+7
2024-03-04
btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...
David Sterba
1
-1
/
+1
2024-03-04
btrfs: handle invalid extent item reference found in check_committed_ref()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: make btrfs_error_unpin_extent_range() return void
David Sterba
1
-7
/
+6
2024-03-04
btrfs: return errors from unpin_extent_range()
David Sterba
1
-4
/
+15
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-4
/
+1
2024-01-18
btrfs: don't warn if discard range is not aligned to sector
David Sterba
1
-1
/
+2
2024-01-12
btrfs: zoned: optimize hint byte for zoned allocator
Naohiro Aota
1
-0
/
+18
2024-01-12
btrfs: zoned: factor out prepare_allocation_zoned()
Naohiro Aota
1
-13
/
+19
2023-12-15
btrfs: reflow btrfs_free_tree_block
Johannes Thumshirn
1
-49
/
+50
2023-12-15
btrfs: remove now unneeded btrfs_redirty_list_add
Johannes Thumshirn
1
-4
/
+1
2023-12-15
btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
Johannes Thumshirn
1
-1
/
+1
2023-12-06
btrfs: ensure releasing squota reserve on head refs
Boris Burkov
1
-14
/
+34
2023-11-03
btrfs: get correct owning_root when dropping snapshot
Josef Bacik
1
-8
/
+17
2023-10-12
btrfs: track data relocation with simple quota
Boris Burkov
1
-5
/
+8
2023-10-12
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
1
-2
/
+5
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
1
-0
/
+4
2023-10-12
btrfs: record simple quota deltas in delayed refs
Boris Burkov
1
-8
/
+75
2023-10-12
btrfs: add helper for inline owner ref lookup
Boris Burkov
1
-0
/
+48
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
1
-11
/
+46
2023-10-12
btrfs: track owning root in btrfs_ref
Boris Burkov
1
-8
/
+13
2023-10-12
btrfs: rename tree_ref and data_ref owning_root
Boris Burkov
1
-5
/
+5
2023-10-12
btrfs: delete stripe extent on extent deletion
Johannes Thumshirn
1
-0
/
+6
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
1
-0
/
+1
2023-10-12
btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()
Filipe Manana
1
-3
/
+0
2023-10-12
btrfs: remove stale comment from btrfs_free_extent()
Filipe Manana
1
-1
/
+0
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-16
/
+20
2023-10-12
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
1
-5
/
+5
2023-10-12
btrfs: reserve space for delayed refs on a per ref basis
Filipe Manana
1
-14
/
+15
2023-10-12
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
1
-19
/
+34
2023-10-12
btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()
Filipe Manana
1
-11
/
+11
2023-10-12
btrfs: return -EUCLEAN if extent item is missing when searching inline backref
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: use a single variable for return value at lookup_inline_extent_backref()
Filipe Manana
1
-18
/
+15
2023-10-12
btrfs: use a single variable for return value at run_delayed_extent_op()
Filipe Manana
1
-8
/
+5
2023-10-12
btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()
Filipe Manana
1
-5
/
+3
2023-10-12
btrfs: initialize key where it's used when running delayed data ref
Filipe Manana
1
-6
/
+8
2023-10-12
btrfs: remove refs_to_drop argument from __btrfs_free_extent()
Filipe Manana
1
-5
/
+5
2023-10-12
btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()
Filipe Manana
1
-5
/
+4
2023-10-12
btrfs: remove unnecessary logic when running new delayed references
Filipe Manana
1
-14
/
+3
2023-10-12
btrfs: move extent_buffer::lock_owner to debug section
David Sterba
1
-9
/
+23
2023-10-12
btrfs: reduce parameters of btrfs_pin_extent_for_log_replay
David Sterba
1
-4
/
+4
2023-10-12
btrfs: reduce parameters of btrfs_pin_reserved_extent
David Sterba
1
-5
/
+5
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
1
-3
/
+3
2023-10-12
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
1
-3
/
+3
2023-09-20
btrfs: log message if extent item not found when running delayed extent op
Filipe Manana
1
-1
/
+4
2023-09-20
btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()
Filipe Manana
1
-4
/
+3
2023-09-20
btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1
Filipe Manana
1
-3
/
+3
2023-08-21
btrfs: remove v0 extent handling
Qu Wenruo
1
-14
/
+21
2023-08-21
btrfs: output extra debug info if we failed to find an inline backref
Qu Wenruo
1
-0
/
+5
2023-08-21
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
1
-20
/
+23
[next]