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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
8
-178
/
+138
2023-10-22
bcachefs: Fix livelock calling bch2_mark_bkey_replicas()
Kent Overstreet
3
-5
/
+18
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
7
-40
/
+99
2023-10-22
bcachefs: Fix journal deadlock
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Fix this_cpu_ptr() usage
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Increase commality between BTREE_ITER_NODES and BTREE_ITER_KEYS
Kent Overstreet
2
-41
/
+53
2023-10-22
bcachefs: Fix BTREE_FOREGROUND_MERGE_HYSTERESIS
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Drop trans->nounlock
Kent Overstreet
5
-74
/
+44
2023-10-22
bcachefs: Move btree node merging to before transaction commit
Kent Overstreet
1
-16
/
+60
2023-10-22
bcachefs: bch2_foreground_maybe_merge() now correctly reports lock restarts
Kent Overstreet
2
-26
/
+22
2023-10-22
bcachefs: Kill bch2_btree_node_get_sibling()
Kent Overstreet
3
-155
/
+43
2023-10-22
bcachefs: Change where merging of interior btree nodes is trigger from
Kent Overstreet
1
-9
/
+7
2023-10-22
bcachefs: Improve bch2_btree_update_start()
Kent Overstreet
3
-224
/
+114
2023-10-22
bcachefs: Add a sysfs var for average btree write size
Kent Overstreet
3
-0
/
+18
2023-10-22
bcachefs: Improve bch2_trans_relock()
Kent Overstreet
1
-5
/
+4
2023-10-22
bcachefs: Move btree lock debugging to slowpath fn
Kent Overstreet
2
-19
/
+18
2023-10-22
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
4
-6
/
+35
2023-10-22
buckets.c fixups XXX squash
Kent Overstreet
2
-51
/
+40
2023-10-22
bcachefs: Add repair code for out of order keys in a btree node.
Kent Overstreet
1
-22
/
+14
2023-10-22
bcachefs: Free iterator in bch2_btree_delete_range_trans()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Have journal reclaim thread flush more aggressively
Kent Overstreet
2
-1
/
+10
2023-10-22
bcachefs: Don't use bch2_inode_find_by_inum() in move.c
Kent Overstreet
1
-6
/
+36
2023-10-22
bcachefs: Change inode allocation code for snapshots
Kent Overstreet
3
-25
/
+61
2023-10-22
bcachefs: Inode backpointers
Kent Overstreet
7
-40
/
+125
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
22
-73
/
+251
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
17
-102
/
+96
2023-10-22
bcachefs: Add a mechanism for running callbacks at trans commit time
Kent Overstreet
4
-0
/
+28
2023-10-22
bcachefs: btree key cache locking improvements
Kent Overstreet
4
-73
/
+130
2023-10-22
bcachefs: Simplify btree_node_iter_init_pack_failed()
Kent Overstreet
1
-12
/
+7
2023-10-22
bcachefs: Fix for bch2_trans_commit() unlocking when it's not supposed to
Kent Overstreet
3
-3
/
+9
2023-10-22
bcachefs: Fix packed bkey format calculation for new btree roots
Kent Overstreet
2
-4
/
+9
2023-10-22
bcachefs: Fix building of aux search trees
Kent Overstreet
1
-10
/
+19
2023-10-22
bcachefs: Generate better bkey formats when splitting nodes
Kent Overstreet
1
-19
/
+34
2023-10-22
bcachefs: Drop bkey noops
Kent Overstreet
7
-38
/
+22
2023-10-22
bcachefs: Increase default journal size
Kent Overstreet
1
-4
/
+7
2023-10-22
bcachefs: Use pcpu mode of six locks for interior nodes
Kent Overstreet
3
-4
/
+23
2023-10-22
bcachefs: Split btree_iter_traverse and bch2_btree_iter_traverse()
Kent Overstreet
2
-17
/
+33
2023-10-22
bcachefs: Improve inode deletion code
Kent Overstreet
1
-31
/
+14
2023-10-22
bcachefs: Add an .invalid method for bch2_btree_ptr_v2
Kent Overstreet
2
-2
/
+19
2023-10-22
bcachefs: Include snapshot field in bch2_bpos_to_text
Kent Overstreet
1
-4
/
+17
2023-10-22
bcachefs: Update iter->real_pos lazily
Kent Overstreet
2
-9
/
+7
2023-10-22
bcachefs: Consolidate bch2_btree_iter_peek() and peek_with_updates()
Kent Overstreet
1
-80
/
+47
2023-10-22
bcachefs: Improve iter->real_pos handling
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: Internal btree iterator renaming
Kent Overstreet
1
-13
/
+13
2023-10-22
bcachefs: Kill btree_iter_peek_uptodate()
Kent Overstreet
1
-51
/
+0
2023-10-22
bcachefs: Iterators are now always consistent with iter->real_pos
Kent Overstreet
1
-18
/
+2
2023-10-22
bcachefs: Have btree_iter_next_node() use btree_iter_set_search_pos()
Kent Overstreet
1
-20
/
+12
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
9
-21
/
+21
2023-10-22
bcachefs: Get disk reservation when overwriting data in old snapshot
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Switch extent_handle_overwrites() to one key at a time
Kent Overstreet
1
-57
/
+46
[next]