index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kbuild
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-06
bcachefs: don't clear accessed bit in btree node fill
Kent Overstreet
1
-6
/
+0
2024-01-06
bcachefs: Add an option to control btree node prefetching
Kent Overstreet
2
-3
/
+11
2024-01-06
bcachefs: kill useless return ret
Kent Overstreet
1
-3
/
+1
2024-01-06
bcachefs: Combine .trans_trigger, .atomic_trigger
Kent Overstreet
11
-91
/
+61
2024-01-06
bcachefs: unify extent trigger
Kent Overstreet
5
-96
/
+39
2024-01-06
bcachefs: bch2_trigger_stripe_ptr()
Kent Overstreet
1
-67
/
+61
2024-01-06
bcachefs: Online fsck can now fix errors
Kent Overstreet
4
-11
/
+20
2024-01-06
bcachefs: bch2_trigger_pointer()
Kent Overstreet
1
-234
/
+209
2024-01-06
bcachefs: unify stripe trigger
Kent Overstreet
2
-97
/
+76
2024-01-06
bcachefs: move stripe triggers to ec.c
Kent Overstreet
4
-340
/
+352
2024-01-06
bcachefs: unify alloc trigger
Kent Overstreet
2
-165
/
+137
2024-01-06
bcachefs: move bch2_mark_alloc() to alloc_background.c
Kent Overstreet
4
-128
/
+132
2024-01-06
bcachefs: unify reservation trigger
Kent Overstreet
3
-63
/
+40
2024-01-06
bcachefs: unify reflink_p trigger
Kent Overstreet
2
-82
/
+58
2024-01-06
bcachefs: unify inode trigger
Kent Overstreet
2
-50
/
+33
2024-01-06
bcachefs: kill mem_trigger_run_overwrite_then_insert()
Kent Overstreet
3
-7
/
+4
2024-01-06
bcachefs: BTREE_TRIGGER_TRANSACTIONAL
Kent Overstreet
1
-4
/
+22
2024-01-06
bcachefs: Kill BTREE_TRIGGER_NOATOMIC
Kent Overstreet
2
-6
/
+1
2024-01-06
bcachefs: mark now takes bkey_s
Kent Overstreet
11
-29
/
+43
2024-01-06
bcachefs: trans_mark now takes bkey_s
Kent Overstreet
12
-62
/
+62
2024-01-06
bcachefs: Upgrading uses bch_sb.recovery_passes_required
Kent Overstreet
1
-8
/
+6
2024-01-06
bcachefs: factor out thread_with_file, thread_with_stdio
Kent Overstreet
9
-245
/
+459
2024-01-06
bcachefs: Fix printing of device durability
Kent Overstreet
1
-1
/
+1
2024-01-06
bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpath
Kent Overstreet
2
-3
/
+3
2024-01-06
bcachefs: __journal_keys_sort() refactoring
Kent Overstreet
1
-3
/
+1
2024-01-06
bcachefs: wb_key_cmp -> wb_key_ref_cmp
Kent Overstreet
1
-6
/
+6
2024-01-06
bcachefs: track transaction durations
Kent Overstreet
3
-12
/
+27
2024-01-06
bcachefs: btree_trans always has stats
Kent Overstreet
3
-19
/
+8
2024-01-06
bcachefs: Split brain detection
Kent Overstreet
2
-11
/
+65
2024-01-06
bcachefs: bch_member->seq
Kent Overstreet
3
-2
/
+22
2024-01-06
bcachefs: Fix nochanges/read_only interaction
Kent Overstreet
4
-15
/
+18
2024-01-06
bcachefs: Check journal entries for invalid keys in trans commit path
Kent Overstreet
2
-0
/
+52
2024-01-01
bcachefs: check_directory_structure() can now be run online
Kent Overstreet
2
-67
/
+41
2024-01-01
bcachefs: Fix reattach_inode() for snapshots
Kent Overstreet
3
-46
/
+92
2024-01-01
bcachefs: bch2_btree_trans_peek_slot_updates
Kent Overstreet
1
-31
/
+15
2024-01-01
bcachefs: bch2_btree_trans_peek_prev_updates
Kent Overstreet
1
-1
/
+20
2024-01-01
bcachefs: bch2_btree_trans_peek_updates
Kent Overstreet
1
-9
/
+20
2024-01-01
bcachefs: growable btree_paths
Kent Overstreet
4
-22
/
+72
2024-01-01
bcachefs: Fix interior update path btree_path uses
Kent Overstreet
3
-43
/
+51
2024-01-01
bcachefs: trans->nr_paths
Kent Overstreet
4
-8
/
+26
2024-01-01
bcachefs: trans->updates will also be resizable
Kent Overstreet
3
-4
/
+5
2024-01-01
bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONS
Kent Overstreet
5
-106
/
+100
2024-01-01
bcachefs: rcu protect trans->paths
Kent Overstreet
4
-11
/
+68
2024-01-01
bcachefs: Clean up btree_trans
Kent Overstreet
6
-39
/
+40
2024-01-01
bcachefs: kill btree_path.idx
Kent Overstreet
5
-31
/
+8
2024-01-01
bcachefs: get_unlocked_mut_path() -> btree_path_idx_t
Kent Overstreet
1
-43
/
+42
2024-01-01
bcachefs: bch2_btree_iter_peek_prev() no longer uses path->idx
Kent Overstreet
1
-6
/
+6
2024-01-01
bcachefs: bch2_path_get() no longer uses path->idx
Kent Overstreet
1
-5
/
+6
2024-01-01
bcachefs: trans_for_each_path_with_node() no longer uses path->idx
Kent Overstreet
4
-14
/
+18
2024-01-01
bcachefs: trans_for_each_path() no longer uses path->idx
Kent Overstreet
6
-49
/
+64
[next]