index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
btrfs: make extent unpinning more efficient when committing transaction
Filipe Manana
3
-13
/
+49
2025-05-15
btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit()
Filipe Manana
1
-6
/
+2
2025-05-15
btrfs: don't BUG_ON() when unpinning extents during transaction commit
Filipe Manana
2
-3
/
+21
2025-05-15
btrfs: remove unnecessary NULL checks before freeing extent state
Filipe Manana
1
-6
/
+3
2025-05-15
btrfs: avoid re-searching tree when setting bits in an extent range
Filipe Manana
1
-0
/
+16
2025-05-15
btrfs: avoid repeated extent state processing when setting extent bits
Filipe Manana
1
-8
/
+6
2025-05-15
btrfs: simplify last record detection at set_extent_bit()
Filipe Manana
1
-6
/
+4
2025-05-15
btrfs: exit after state split error at set_extent_bit()
Filipe Manana
1
-1
/
+4
2025-05-15
btrfs: exit after state insertion failure at set_extent_bit()
Filipe Manana
1
-0
/
+1
2025-05-15
btrfs: simplify last record detection at btrfs_convert_extent_bit()
Filipe Manana
1
-6
/
+4
2025-05-15
btrfs: avoid re-searching tree when converting bits in an extent range
Filipe Manana
1
-0
/
+16
2025-05-15
btrfs: avoid repeated extent state processing when converting extent bits
Filipe Manana
1
-8
/
+6
2025-05-15
btrfs: avoid unnecessary next node searches when clearing bits from extent range
Filipe Manana
1
-10
/
+23
2025-05-15
btrfs: exit after state insertion failure at btrfs_convert_extent_bit()
Filipe Manana
1
-0
/
+1
2025-05-15
btrfs: exit after state split error at btrfs_convert_extent_bit()
Filipe Manana
1
-1
/
+4
2025-05-15
btrfs: remove duplicate error check at btrfs_convert_extent_bit()
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: simplify last record detection at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-4
/
+2
2025-05-15
btrfs: avoid extra tree search at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-1
/
+7
2025-05-15
btrfs: use bools for local variables at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-6
/
+5
2025-05-15
btrfs: add missing error return to btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-8
/
+8
2025-05-15
btrfs: exit after state split error at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-1
/
+4
2025-05-15
btrfs: remove duplicate error check at btrfs_clear_extent_bit_changeset()
Filipe Manana
1
-4
/
+3
2025-05-15
btrfs: get rid of btrfs_read_dev_super()
Qu Wenruo
3
-31
/
+2
2025-05-15
btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()
Qu Wenruo
5
-99
/
+43
2025-05-15
btrfs: get rid of goto in alloc_test_extent_buffer()
Daniel Vacek
1
-4
/
+2
2025-05-15
btrfs: use buffer xarray for extent buffer writeback operations
Josef Bacik
3
-177
/
+166
2025-05-15
btrfs: set DIRTY and WRITEBACK tags on the buffer_tree
Josef Bacik
1
-0
/
+37
2025-05-15
btrfs: convert the buffer_radix to an xarray
Josef Bacik
5
-165
/
+109
2025-05-15
btrfs: rename btrfs_discard workqueue to btrfs-discard
David Sterba
1
-1
/
+1
2025-05-15
btrfs: on unknown chunk allocation policy fallback to regular
David Sterba
2
-8
/
+17
2025-05-15
btrfs: reformat comments in acls_after_inode_item()
David Sterba
1
-14
/
+23
2025-05-15
btrfs: switch int dev_replace_is_ongoing variables/parameters to bool
David Sterba
1
-2
/
+2
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
14
-118
/
+111
2025-05-15
btrfs: subpage: reject tree blocks which are not nodesize aligned
Qu Wenruo
1
-3
/
+2
2025-05-15
btrfs: move folio initialization to one place in attach_eb_folio_to_filemap()
Daniel Vacek
1
-4
/
+3
2025-05-15
btrfs: raid56: rename parameter err to status in endio helpers
David Sterba
1
-5
/
+5
2025-05-15
btrfs: change return type of btrfs_alloc_dummy_sum() to int
David Sterba
3
-4
/
+5
2025-05-15
btrfs: rename ret2 to ret in btrfs_submit_compressed_read()
David Sterba
1
-3
/
+3
2025-05-15
btrfs: rename ret to status in btrfs_submit_compressed_read()
David Sterba
1
-5
/
+5
2025-05-15
btrfs: simplify reading bio status in end_compressed_writeback()
David Sterba
1
-3
/
+3
2025-05-15
btrfs: rename error to ret in btrfs_submit_chunk()
David Sterba
1
-9
/
+9
2025-05-15
btrfs: rename ret to status in btrfs_submit_chunk()
David Sterba
1
-11
/
+11
2025-05-15
btrfs: change return type of btrfs_bio_csum() to int
David Sterba
1
-6
/
+7
2025-05-15
btrfs: change return type of btree_csum_one_bio() to int
David Sterba
3
-10
/
+10
2025-05-15
btrfs: change return type of btrfs_csum_one_bio() to int
David Sterba
3
-4
/
+4
2025-05-15
btrfs: change return type of btrfs_lookup_bio_sums() to int
David Sterba
3
-8
/
+9
2025-05-15
btrfs: drop redundant local variable in raid_wait_write_end_io()
David Sterba
1
-2
/
+1
2025-05-15
btrfs: merge __setup_root() to btrfs_alloc_root()
David Sterba
1
-9
/
+7
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
8
-20
/
+19
2025-05-15
btrfs: remove unused btrfs_io_stripe::length
David Sterba
1
-1
/
+0
[prev]
[next]