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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Delete old deadlock avoidance code
Kent Overstreet
9
-311
/
+40
2023-10-22
bcachefs: Print deadlock cycle in debugfs
Kent Overstreet
4
-21
/
+69
2023-10-22
bcachefs: Deadlock cycle detector
Kent Overstreet
9
-33
/
+322
2023-10-22
bcachefs: Fix bch2_btree_node_upgrade()
Kent Overstreet
1
-4
/
+18
2023-10-22
bcachefs: Add a debug assert
Kent Overstreet
1
-0
/
+3
2023-10-22
six locks: Wakeup now takes lock on behalf of waiter
Kent Overstreet
2
-107
/
+160
2023-10-22
six locks: Fix a lost wakeup
Kent Overstreet
1
-3
/
+8
2023-10-22
six locks: Enable lockdep
Kent Overstreet
1
-6
/
+6
2023-10-22
six locks: Add start_time to six_lock_waiter
Kent Overstreet
2
-0
/
+15
2023-10-22
six locks: six_lock_waiter()
Kent Overstreet
2
-9
/
+36
2023-10-22
six locks: Simplify wait lists
Kent Overstreet
2
-70
/
+48
2023-10-22
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
16
-36
/
+55
2023-10-22
bcachefs: Errcodes can now subtype standard error codes
Kent Overstreet
7
-99
/
+164
2023-10-22
bcachefs: Make an assertion more informative
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: All held locks must be in a btree path
Kent Overstreet
3
-66
/
+84
2023-10-22
bcachefs: bch2_btree_path_upgrade() now emits transaction restart
Kent Overstreet
4
-30
/
+68
2023-10-22
bcachefs: Add a manual trigger for lock wakeups
Kent Overstreet
1
-0
/
+20
2023-10-22
bcachefs: Fix sb_field_counters formatting
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Re-enable hash_redo_key()
Kent Overstreet
2
-18
/
+40
2023-10-22
bcachefs: Kill journal_keys->journal_seq_base
Kent Overstreet
2
-15
/
+4
2023-10-22
bcachefs: Fix redundant transaction restart
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Ensure intent locks are marked before taking write locks
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: Avoid using btree_node_lock_nopath()
Kent Overstreet
3
-40
/
+30
2023-10-22
bcachefs: Fix usage of six lock's percpu mode, key cache version
Kent Overstreet
2
-43
/
+90
2023-10-22
bcachefs: Refactor bkey_cached_alloc() path
Kent Overstreet
1
-19
/
+19
2023-10-22
bcachefs: Convert more locking code to btree_bkey_cached_common
Kent Overstreet
5
-17
/
+18
2023-10-22
bcachefs: btree_bkey_cached_common->cached
Kent Overstreet
4
-10
/
+9
2023-10-22
bcachefs: Fix six_lock_readers_add()
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: bch2_btree_node_lock_write_nofail()
Kent Overstreet
4
-9
/
+19
2023-10-22
bcachefs: New locking functions
Kent Overstreet
10
-96
/
+182
2023-10-22
bcachefs: Mark write locks before taking lock
Kent Overstreet
2
-4
/
+16
2023-10-22
bcachefs: Delete time_stats for lock contended times
Kent Overstreet
2
-27
/
+1
2023-10-22
bcachefs: Don't leak lock pcpu counts memory
Kent Overstreet
1
-2
/
+1
2023-10-22
six locks: Delete six_lock_pcpu_free_rcu()
Kent Overstreet
2
-29
/
+0
2023-10-22
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
23
-217
/
+279
2023-10-22
bcachefs: Fix bch2_btree_update_start() to return -BCH_ERR_journal_reclaim_wo...
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Improve bch2_btree_node_relock()
Kent Overstreet
2
-8
/
+3
2023-10-22
bcachefs: Improve trans_restart_journal_preres_get tracepoint
Kent Overstreet
3
-5
/
+23
2023-10-22
bcachefs: Improve btree_node_relock_fail tracepoint
Kent Overstreet
2
-13
/
+19
2023-10-22
bcachefs: Make more btree_paths available
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Correctly initialize bkey_cached->lock
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Track held write locks
Kent Overstreet
3
-11
/
+33
2023-10-22
bcachefs: Print lock counts in debugs btree_transactions
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Switch btree locking code to struct btree_bkey_cached_common
Kent Overstreet
6
-23
/
+28
2023-10-22
bcachefs: Track maximum transaction memory
Kent Overstreet
5
-13
/
+20
2023-10-22
six locks: Improve six_lock_count
Kent Overstreet
4
-13
/
+20
2023-10-22
bcachefs: Kill nodes_intent_locked
Kent Overstreet
3
-24
/
+9
2023-10-22
bcachefs: Better use of locking helpers
Kent Overstreet
4
-39
/
+58
2023-10-22
bcachefs: Reorganize btree_locking.[ch]
Kent Overstreet
2
-206
/
+225
2023-10-22
bcachefs: btree_locking.c
Kent Overstreet
6
-458
/
+494
[next]