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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Plumb saw_error through to btree_err()
Kent Overstreet
3
-13
/
+18
2023-10-22
bcachefs: Convert btree_err() to a function
Kent Overstreet
1
-49
/
+64
2023-10-22
bcachefs: fix fsck error
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Make log message at startup a bit cleaner
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Log more messages in the journal
Kent Overstreet
9
-67
/
+111
2023-10-22
bcachefs: bch2_btree_trans_to_text(): print blocked time
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Fix some memcpy() warnings
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Be less restrictive when validating journal overwrite entries
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix bch2_journal_flush_device_pins()
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Fix for long running btree transactions & key cache
Kent Overstreet
3
-0
/
+20
2023-10-22
bcachefs: Add a missing bch2_err_str() call
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add some unlikely() annotations
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: New btree helpers
Kent Overstreet
11
-162
/
+114
2023-10-22
bcachefs: Allow for more btrees
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Recover from blacklisted journal entries
Kent Overstreet
2
-8
/
+12
2023-10-22
bcachefs: Fix btree_gc when multiple passes required
Kent Overstreet
1
-4
/
+21
2023-10-22
bcachefs: Fix error path in bch2_trans_commit_write_locked()
Kent Overstreet
1
-10
/
+11
2023-10-22
bcachefs: bch2_trans_revalidate_updates_in_node()
Kent Overstreet
2
-27
/
+63
2023-10-22
bcachefs: bkey_min(), bkey_max()
Kent Overstreet
2
-7
/
+15
2023-10-22
bcachefs: More errcode cleanup
Kent Overstreet
19
-183
/
+211
2023-10-22
bcachefs: Suppress -EROFS messages when shutting down
Kent Overstreet
3
-7
/
+9
2023-10-22
bcachefs: Add a missing bch2_btree_path_traverse() call
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix bch2_journal_keys_peek_upto()
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Kill btree_insert_ret enum
Kent Overstreet
3
-27
/
+20
2023-10-22
bcachefs: Fix a btree iter assertion pop
Kent Overstreet
1
-7
/
+16
2023-10-22
bcachefs: Simplify journal read path
Kent Overstreet
1
-25
/
+6
2023-10-22
bcachefs: Fix a "no journal entries found" bug
Kent Overstreet
3
-7
/
+38
2023-10-22
bcachefs: Don't error out when just reading the journal
Kent Overstreet
2
-9
/
+8
2023-10-22
bcachefs: Fix a livelock in key cache fill path
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Key cache now works for snapshots btrees
Kent Overstreet
4
-10
/
+15
2023-10-22
bcachefs: Bring back BTREE_ITER_CACHED_NOFILL
Kent Overstreet
3
-4
/
+6
2023-10-22
bcachefs: Kill __btree_trans_peek_key_cache()
Kent Overstreet
1
-12
/
+5
2023-10-22
bcachefs: bch2_btree_path_peek_slot_exact()
Kent Overstreet
1
-1
/
+17
2023-10-22
bcachefs: Fix __btree_trans_peek_key_cache()
Kent Overstreet
1
-1
/
+7
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
31
-178
/
+233
2023-10-22
bcachefs: New magic number
Kent Overstreet
2
-1
/
+6
2023-10-22
bcachefs: extents no longer require special handling for packing
Kent Overstreet
2
-10
/
+0
2023-10-22
bcachefs: Fix BCH_IOCTL_DISK_SET_STATE
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Don't set accessed bit on btree node fill
Kent Overstreet
1
-4
/
+10
2023-10-22
bcachefs: Fix an include
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill BCH_FEATURE_incompressible
Kent Overstreet
1
-6
/
+1
2023-10-22
bcachefs: Better inlining in bch2_time_stats_update()
Kent Overstreet
1
-14
/
+20
2023-10-22
bcachefs: Optimize bch2_trans_iter_init()
Kent Overstreet
3
-65
/
+94
2023-10-22
bcachefs: More dio inlining
Kent Overstreet
1
-10
/
+14
2023-10-22
bcachefs: Kill some unneeded references to c->flags
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve bch2_inode_opts_to_opts()
Kent Overstreet
5
-13
/
+14
2023-10-22
bcachefs: Better inlining in bch2_subvolume_get_snapshot()
Kent Overstreet
1
-10
/
+19
2023-10-22
bcachefs: Inline bch2_bkey_format_add_key()
Kent Overstreet
2
-37
/
+36
2023-10-22
bcachefs: Tiny bch2_trans_update_by_path_trace() optimization
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUG
Kent Overstreet
2
-13
/
+17
[next]