index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
debug.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-14
/
+14
2025-05-30
bcachefs: Include b->ob.nr in cached_btree_node_to_text()
Kent Overstreet
1
-0
/
+2
2025-05-21
bcachefs: fix bch2_debugfs_flush_buf() when tabstops are in use
Kent Overstreet
1
-0
/
+5
2025-05-21
bcachefs: Single err message for btree node reads
Kent Overstreet
1
-2
/
+2
2025-05-21
bcachefs: Async object debugging
Kent Overstreet
1
-32
/
+20
2025-05-21
bcachefs: bch_dev.io_ref -> enumerated_ref
Kent Overstreet
1
-4
/
+8
2025-05-21
bcachefs: Single device mode
Kent Overstreet
1
-1
/
+5
2025-05-21
bcachefs: trace bch2_trans_kmalloc()
Kent Overstreet
1
-0
/
+6
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
1
-2
/
+2
2025-03-14
bcachefs: bch2_bkey_pick_read_device() can now specify a device
Kent Overstreet
1
-1
/
+1
2025-03-14
bcachefs: Move write_points to debugfs
Kent Overstreet
1
-3
/
+29
2025-01-25
bcachefs: Improve journal pin flushing
Kent Overstreet
1
-0
/
+1
2024-12-21
bcachefs: Avoid bch2_btree_id_str()
Kent Overstreet
1
-1
/
+3
2024-08-13
bcachefs: Convert for_each_btree_node() to lockrestart_do()
Kent Overstreet
1
-29
/
+9
2024-06-28
bcachefs: Fix loop restart in bch2_btree_transactions_read()
Kent Overstreet
1
-6
/
+6
2024-06-23
bcachefs: Fix btree_trans list ordering
Kent Overstreet
1
-4
/
+32
2024-06-23
bcachefs: Fix race between trans_put() and btree_transactions_read()
Kent Overstreet
1
-10
/
+9
2024-06-23
bcachefs: Make btree_deadlock_to_text() clearer
Kent Overstreet
1
-23
/
+29
2024-06-23
bcachefs: fix seqmutex_relock()
Kent Overstreet
1
-6
/
+2
2024-05-09
bcachefs: bch2_dev_get_ioref() checks for device not present
Kent Overstreet
1
-2
/
+2
2024-05-09
bcachefs: bch2_dev_get_ioref2(); debug.c
Kent Overstreet
1
-4
/
+4
2024-05-08
bcachefs: member helper cleanups
Kent Overstreet
1
-2
/
+2
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-4
/
+4
2024-05-08
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-48
/
+16
2024-04-04
bcachefs: Move btree_updates to debugfs
Kent Overstreet
1
-3
/
+42
2024-04-03
bcachefs: create debugfs dir for each btree
Thomas Bertschinger
1
-15
/
+15
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
1
-1
/
+1
2024-03-13
bcachefs: kill kvpmalloc()
Kent Overstreet
1
-3
/
+3
2024-01-22
bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Kent Overstreet
1
-1
/
+1
2024-01-21
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
1
-8
/
+8
2024-01-05
bcachefs: Improve would_deadlock trace event
Kent Overstreet
1
-1
/
+1
2024-01-05
bcachefs: kill useless return ret
Kent Overstreet
1
-3
/
+1
2024-01-05
bcachefs: track transaction durations
Kent Overstreet
1
-11
/
+18
2024-01-01
bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONS
Kent Overstreet
1
-9
/
+9
2024-01-01
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
1
-1
/
+2
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
1
-59
/
+32
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
1
-6
/
+6
2024-01-01
bcachefs: Fix bch2_read_btree()
Kent Overstreet
1
-2
/
+4
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Fix copy_to_user() usage in flush_buf()
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-17
/
+17
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Fix more lockdep splats in debug.c
Kent Overstreet
1
-17
/
+17
2023-10-22
bcachefs: seqmutex; fix a lockdep splat
Kent Overstreet
1
-11
/
+35
2023-10-22
bcachefs: GFP_NOIO -> GFP_NOFS
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: bch2_btree_node_ondisk_to_text()
Kent Overstreet
1
-0
/
+119
2023-10-22
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: New backtrace utility code
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: debug: Fix some locking bugs
Kent Overstreet
1
-2
/
+2
[next]