index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: bch2_btree_iter_peek() now works with interior nodes
Kent Overstreet
1
-5
/
+16
2023-10-22
bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofail
Kent Overstreet
3
-14
/
+11
2023-10-22
bcachefs: Add error path to btree_split()
Kent Overstreet
2
-18
/
+88
2023-10-22
bcachefs: Write new btree nodes after parent update
Kent Overstreet
2
-31
/
+30
2023-10-22
bcachefs: Simplify break_cycle()
Kent Overstreet
1
-9
/
+10
2023-10-22
bcachefs: Print cycle on unrecoverable deadlock
Kent Overstreet
4
-22
/
+45
2023-10-22
bcachefs: Handle dropping pointers in data_update path
Kent Overstreet
3
-3
/
+78
2023-10-22
bcachefs: Ratelimit ec error message
Kent Overstreet
1
-19
/
+7
2023-10-22
bcachefs: Use btree_type_has_ptrs() more consistently
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Fix "multiple types of data in same bucket" with ec
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Ensure fsck error is printed before panic
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Fix a deadlock in btree_update_nodes_written()
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: bch2_trans_locked()
Kent Overstreet
2
-0
/
+11
2023-10-22
bcachefs: Improve btree_deadlock debugfs output
Kent Overstreet
2
-21
/
+50
2023-10-22
bcachefs: Don't quash error in bch2_bucket_alloc_set_trans()
Kent Overstreet
1
-9
/
+6
2023-10-22
bcachefs: Fix a trans path overflow in bch2_btree_delete_range_trans()
Kent Overstreet
1
-13
/
+20
2023-10-22
bcachefs: bucket_alloc_state
Kent Overstreet
3
-80
/
+37
2023-10-22
bcachefs: Fix bch2_btree_path_up_until_good_node()
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Factor out bch2_write_drop_io_error_ptrs()
Kent Overstreet
2
-13
/
+28
2023-10-22
bcachefs: Break out bch2_btree_path_traverse_cached_slowpath()
Kent Overstreet
1
-3
/
+57
2023-10-22
bcachefs: Kill io_in_flight semaphore
Kent Overstreet
1
-4
/
+0
2023-10-22
bcachefs: Improve bucket_alloc tracepoint
Kent Overstreet
2
-5
/
+24
2023-10-22
bcachefs; Mark __bch2_trans_iter_init as inline
Kent Overstreet
2
-8
/
+7
2023-10-22
bcachefs: Inline fast path of check_pos_snapshot_overwritten()
Kent Overstreet
1
-7
/
+13
2023-10-22
bcachefs: Improve jset_validate()
Kent Overstreet
3
-70
/
+94
2023-10-22
bcachefs: Optimize btree_path_alloc()
Kent Overstreet
1
-7
/
+12
2023-10-22
bcachefs: Inline bch2_trans_kmalloc() fast path
Kent Overstreet
2
-22
/
+35
2023-10-22
bcachefs: Run bch2_fs_counters_init() earlier
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: btree_err() now uses bch2_print_string_as_lines()
Kent Overstreet
1
-8
/
+9
2023-10-22
bcachefs: Improve bch2_fsck_err()
Kent Overstreet
3
-62
/
+97
2023-10-22
bcachefs: bch2_print_string_as_lines()
Kent Overstreet
3
-4
/
+26
2023-10-22
bcachefs: bch2_btree_node_relock_notrace()
Kent Overstreet
3
-5
/
+19
2023-10-22
bcachefs: bch2_btree_cache_scan() improvement
Kent Overstreet
1
-44
/
+40
2023-10-22
bcachefs: Fix blocking with locks held
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: btree_update_nodes_written() needs BTREE_INSERT_USE_RESERVE
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix error handling in bch2_btree_update_start()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Improve bch2_btree_trans_to_text()
Kent Overstreet
1
-11
/
+20
2023-10-22
bcachefs: Kill normalize_read_intent_locks()
Kent Overstreet
1
-58
/
+0
2023-10-22
bcachefs: Ensure bch2_btree_node_lock_write_nofail() never fails
Kent Overstreet
2
-8
/
+38
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
[prev]
[next]