index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
extents.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Refactor replicas code
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Fix extent_ptr_durability() calculation for erasure coded data
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Improve assorted error messages
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix a locking bug in bch2_btree_ptr_debugcheck()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add print method for bch2_btree_ptr_v2
Kent Overstreet
1
-0
/
+15
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-0
/
+17
2023-10-22
bcachefs: Fix off by one error in bch2_extent_crc_append()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: btree_ptr_v2
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix bch2_ptr_swab for indirect extents
Kent Overstreet
1
-7
/
+9
2023-10-22
bcachefs: Track incompressible data
Kent Overstreet
1
-8
/
+18
2023-10-22
bcachefs: Kill bch2_fs_bug()
Kent Overstreet
1
-45
/
+42
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
1
-715
/
+667
2023-10-22
bcachefs: Inline data extents
Kent Overstreet
1
-8
/
+17
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
1
-524
/
+1
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
1
-19
/
+46
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
1
-6
/
+12
2023-10-22
bcachefs: Be slightly less tricky with union usage
Kent Overstreet
1
-7
/
+11
2023-10-22
bcachefs: Remove some BKEY_PADDED uses
Kent Overstreet
1
-10
/
+7
2023-10-22
bcachefs: bch2_btree_iter_fix_key_modified()
Kent Overstreet
1
-8
/
+5
2023-10-22
bcachefs: Don't use rep movsq for small memcopies
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Avoid calling iter_prev() in extent update path
Kent Overstreet
1
-15
/
+8
2023-10-22
bcachefs: kill bch2_extent_merge_inline()
Kent Overstreet
1
-287
/
+146
2023-10-22
bcachefs: Fix an iterator counting bug
Kent Overstreet
1
-14
/
+1
2023-10-22
bcachefs: Fix iterator counting for reflink pointers (again)
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Limit pointers to being in only one stripe
Kent Overstreet
1
-11
/
+10
2023-10-22
bcachefs: Fix bch2_extent_ptr_durability()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_extent_atomic_end() now traverses iter
Kent Overstreet
1
-3
/
+9
2023-10-22
bcachefs: Fix counting iterators for reflink pointers
Kent Overstreet
1
-18
/
+16
2023-10-22
bcachefs: Count iterators for reflink_p overwrites correctly
Kent Overstreet
1
-10
/
+25
2023-10-22
bcachefs: Debug assertion improvements
Kent Overstreet
1
-16
/
+2
2023-10-22
bcachefs: Add missing bch2_btree_node_iter_fix() call
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Debug code improvements
Kent Overstreet
1
-8
/
+11
2023-10-22
bcachefs: Add missing bch2_btree_node_iter_fix() calls
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Drop trans arg to bch2_extent_atomic_end()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Inline some fast paths
Kent Overstreet
1
-13
/
+0
2023-10-22
bcachefs: Update more code for KEY_TYPE_reflink_v
Kent Overstreet
1
-13
/
+10
2023-10-22
bcachefs: Re-enable bkey_debugcheck() in the extent update path
Kent Overstreet
1
-8
/
+9
2023-10-22
bcachefs: Fix bch2_bkey_narrow_crcs()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix bch2_sort_repack_merge()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Reflink
Kent Overstreet
1
-8
/
+42
2023-10-22
bcachefs: Refactor bch2_extent_trim_atomic() for reflink
Kent Overstreet
1
-15
/
+72
2023-10-22
bcachefs: Move node iterator fixup to extent_bset_insert()
Kent Overstreet
1
-13
/
+10
2023-10-22
bcachefs: Refactor various code to not be extent specific
Kent Overstreet
1
-46
/
+63
2023-10-22
bcachefs: Refactor __bch2_cut_front()
Kent Overstreet
1
-23
/
+27
2023-10-22
bcachefs: Don't allow bkey vals that are too big in extents btree
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: bkey_merge() now takes bkey_s
Kent Overstreet
1
-26
/
+28
2023-10-22
bcachefs: Don't overflow stack in bch2_extent_merge_inline()
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: fix bch2_extent_merge()
Kent Overstreet
1
-0
/
+3
[next]