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
/
btree_update_leaf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix bch2_btree_node_insert_fits()
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Mark btree nodes as needing rewrite when not all replicas are RW
Kent Overstreet
1
-11
/
+2
2023-10-22
bcachefs: Fix bch2_extent_can_insert() not being called
Kent Overstreet
1
-14
/
+12
2023-10-22
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
1
-7
/
+60
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Refactor btree insert path
Kent Overstreet
1
-52
/
+38
2023-10-22
bcachefs: Call bch2_btree_iter_traverse() if necessary in commit path
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: bch2_trans_downgrade()
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Add a mechanism for passing extra journal entries to bch2_trans_com...
Kent Overstreet
1
-1
/
+11
2023-10-22
bcachefs: Fix a debug assertion
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix a null ptr deref during journal replay
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Journal updates to interior nodes
Kent Overstreet
1
-8
/
+15
2023-10-22
bcachefs: trans_commit() path can now insert to interior nodes
Kent Overstreet
1
-13
/
+9
2023-10-22
bcachefs: Drop unused export
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
1
-38
/
+190
2023-10-22
bcachefs: Journal pin cleanups
Kent Overstreet
1
-10
/
+7
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-6
/
+9
2023-10-22
bcachefs: Make BTREE_ITER_IS_EXTENTS private to iter code
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Improve an insert path optimization
Kent Overstreet
1
-25
/
+13
2023-10-22
bcachefs: Improve tracepoints slightly in commit path
Kent Overstreet
1
-4
/
+12
2023-10-22
bcachefs: Refactor bch2_btree_bset_insert_key()
Kent Overstreet
1
-40
/
+39
2023-10-22
bcachefs: Don't lose needs_whiteout in overwrite path
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Ensure iterators are valid before calling trans_mark_key()
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
1
-59
/
+117
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-19
/
+9
2023-10-22
bcachefs: Make btree_insert_entry more private to update path
Kent Overstreet
1
-35
/
+38
2023-10-22
bcachefs: Use bch2_trans_reset in bch2_trans_commit()
Kent Overstreet
1
-18
/
+1
2023-10-22
bcachefs: Use KEY_TYPE_deleted whitouts for extents
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Don't reexecute triggers when retrying transaction commit
Kent Overstreet
1
-49
/
+47
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-17
/
+2
2023-10-22
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
1
-22
/
+19
2023-10-22
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Whiteout changes
Kent Overstreet
1
-20
/
+25
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Inline more of bch2_trans_commit hot path
Kent Overstreet
1
-63
/
+41
2023-10-22
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
1
-206
/
+196
2023-10-22
bcachefs: Make btree_node_type_needs_gc() cheaper
Kent Overstreet
1
-14
/
+10
2023-10-22
bcachefs: Make replicas_delta_list smaller
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Can't be holding read locks while taking write locks
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-155
/
+23
2023-10-22
bcachefs: Update path microoptimizations
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Debug assertion improvements
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Add missing bch2_btree_node_iter_fix() call
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Fix a typo
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Do updates in order they were queued up in
Kent Overstreet
1
-79
/
+90
[next]