index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
raid6
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Btree write buffer
Kent Overstreet
16
-21
/
+677
2023-10-22
bcachefs: Go RW before check_alloc_info()
Kent Overstreet
4
-29
/
+53
2023-10-22
bcachefs: Start copygc when first going read-write
Kent Overstreet
2
-31
/
+42
2023-10-22
bcachefs: Kill trans->flags
Kent Overstreet
5
-51
/
+50
2023-10-22
bcachefs: trans->notrace_relock_fail
Kent Overstreet
4
-2
/
+11
2023-10-22
bcachefs: Debug mode for c->writes references
Kent Overstreet
13
-46
/
+168
2023-10-22
bcachefs: ec_stripe_delete_work() now takes ref on c->writes
Kent Overstreet
3
-8
/
+17
2023-10-22
bcachefs: Fix btree_node_write_blocked() not being cleared
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Switch a BUG_ON() to a panic()
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Fix btree_path_alloc()
Kent Overstreet
1
-3
/
+8
2023-10-22
bcachefs: Fix memleak in replicas_table_update()
Brett Holman
1
-7
/
+0
2023-10-22
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
11
-81
/
+150
2023-10-22
bcachefs: Don't call bch2_journal_pin_drop() under key cache lock
Kent Overstreet
1
-6
/
+8
2023-10-22
six locks: Improved optimistic spinning
Kent Overstreet
2
-16
/
+39
2023-10-22
bcachefs: Use six_lock_ip()
Kent Overstreet
6
-15
/
+31
2023-10-22
six locks: Expose tracepoint IP
Kent Overstreet
2
-42
/
+82
2023-10-22
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
3
-13
/
+34
2023-10-22
bcachefs: Improve btree node read error path
Kent Overstreet
2
-24
/
+42
2023-10-22
bcachefs: Fix bch2_trans_reset_updates()
Kent Overstreet
6
-32
/
+25
2023-10-22
bcachefs: Inline bch2_btree_path_traverse() fastpath
Kent Overstreet
2
-27
/
+17
2023-10-22
bcachefs: Fix hash_check_key()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't emit tracepoints for expected events
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Use trylock in bch2_prt_backtrace()
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: bch2_inode_opts_get()
Kent Overstreet
6
-51
/
+39
2023-10-22
bcachefs: Fix bch_alloc_to_text()
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Better inlining in core write path
Kent Overstreet
5
-66
/
+81
2023-10-22
bcachefs: Better inlining for bch2_alloc_to_v4_mut
Kent Overstreet
8
-201
/
+305
2023-10-22
bcachefs: Improve btree_reserve_get_fail tracepoint
Kent Overstreet
2
-5
/
+10
2023-10-22
bcachefs: Fix bch2_bucket_alloc_early()
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Check for lru entries with time=0
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Fix rereplicate when we already have a cached pointer
Kent Overstreet
1
-2
/
+13
2023-10-22
bcachefs: Fix repair path in bch2_mark_reflink_p()
Kent Overstreet
1
-8
/
+14
2023-10-22
bcachefs: Dump transaction updates before panicing
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill fs_usage_apply_warn()
Kent Overstreet
1
-31
/
+3
2023-10-22
bcachefs: debug: Fix some locking bugs
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
8
-32
/
+24
2023-10-22
bcachefs: Convert EROFS errors to private error codes
Kent Overstreet
12
-17
/
+18
2023-10-22
bcachefs: Fix compat path for old inode formats
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: bch2_trans_relock_notrace()
Kent Overstreet
3
-1
/
+17
2023-10-22
bcachefs: btree_iter->ip_allocated
Kent Overstreet
5
-40
/
+78
2023-10-22
bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIM
Kent Overstreet
2
-21
/
+51
2023-10-22
bcachefs: Improve bkey_cached_lock_for_evict()
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Fix bch2_btree_path_traverse_all()
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Delete a faulty assertion
Kent Overstreet
1
-5
/
+4
2023-10-22
bcachefs: Kill bch2_extent_trim_atomic() usage
Kent Overstreet
2
-23
/
+7
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
[next]