index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
acompress.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
bcachefs: Inline btree write buffer sort
Kent Overstreet
2
-13
/
+84
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
16
-230
/
+518
2024-01-01
bcachefs: journal->buf_lock
Kent Overstreet
3
-0
/
+9
2024-01-01
bcachefs: Unwritten journal buffers are always dirty
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()
Kent Overstreet
3
-12
/
+20
2024-01-01
bcachefs: Improve trans->extra_journal_entries
Kent Overstreet
7
-63
/
+98
2024-01-01
bcachefs; kill bch2_btree_key_cache_flush()
Kent Overstreet
2
-18
/
+0
2024-01-01
bcachefs: kill btree_path->(alloc_seq|downgrade_seq)
Kent Overstreet
4
-12
/
+2
2024-01-01
bcachefs: Fix snapshot.c assertion for online fsck
Kent Overstreet
3
-1
/
+7
2024-01-01
bcachefs: six lock: fix typos
Randy Dunlap
1
-3
/
+3
2024-01-01
bcachefs: reserve path idx 0 for sentinal
Kent Overstreet
2
-4
/
+6
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
11
-53
/
+54
2024-01-01
bcachefs: Kill for_each_btree_key()
Kent Overstreet
9
-177
/
+152
2024-01-01
bcachefs: continue now works in for_each_btree_key2()
Kent Overstreet
1
-68
/
+34
2024-01-01
bcachefs: Fix bch2_read_btree()
Kent Overstreet
1
-2
/
+4
2024-01-01
bcachefs: Fix open coded set_btree_iter_dontneed()
Kent Overstreet
1
-3
/
+3
2024-01-01
bcachefs: BCH_IOCTL_FSCK_ONLINE
Kent Overstreet
4
-2
/
+107
2024-01-01
bcachefs: BCH_IOCTL_FSCK_OFFLINE
Kent Overstreet
2
-3
/
+229
2024-01-01
bcachefs: bch2_run_online_recovery_passes()
Kent Overstreet
3
-19
/
+46
2024-01-01
bcachefs: Mark recovery passses that are safe to run online
Kent Overstreet
1
-10
/
+11
2024-01-01
bcachefs: Add ability to redirect log output
Kent Overstreet
4
-17
/
+77
2024-01-01
bcachefs: thread_with_file
Kent Overstreet
1
-44
/
+70
2024-01-01
bcachefs: c->ro_ref
Kent Overstreet
2
-0
/
+27
2024-01-01
bcachefs: Improve error message when finding wrong btree node
Kent Overstreet
1
-2
/
+10
2024-01-01
bcachefs: return from fsync on writeback error to avoid early shutdown
Brian Foster
1
-5
/
+9
2024-01-01
bcachefs: BCH_ERR_opt_parse_error
Kent Overstreet
2
-2
/
+3
2024-01-01
bcachefs: Refactor trans->paths_allocated to be standard bitmap
Kent Overstreet
4
-32
/
+18
2024-01-01
bcachefs: Move reflink_p triggers into reflink.c
Kent Overstreet
4
-204
/
+205
2024-01-01
bcachefs: Remove obsolete comment about zstd
Richard Davies
1
-4
/
+0
2024-01-01
bcachefs: Include btree_trans in more tracepoints
Kent Overstreet
7
-67
/
+115
2024-01-01
bcachefs: remove sb lock and flags update on explicit shutdown
Brian Foster
1
-10
/
+2
2024-01-01
bcachefs: Make backpointer fsck wb flush check more rigorous
Kent Overstreet
1
-13
/
+19
2024-01-01
bcachefs: On missing backpointer to interior node, flush interior updates
Kent Overstreet
1
-0
/
+5
2024-01-01
bcachefs: remove redundant condition from data_update_index_update
Daniel Hill
1
-1
/
+1
2024-01-01
bcachefs: copygc shouldn't try moving buckets on error
Daniel Hill
1
-4
/
+12
2024-01-01
bcachefs: Explicity go RW for fsck
Kent Overstreet
6
-53
/
+27
2024-01-01
bcachefs: copygc should wakeup on shutdown if disabled
Daniel Hill
1
-1
/
+2
2024-01-01
bcachefs: rebalance should wakeup on shutdown if disabled
Daniel Hill
3
-3
/
+12
2024-01-01
bcachefs: remove dead bch2_evacuate_bucket()
Daniel Hill
3
-27
/
+3
2024-01-01
bcachefs: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
4
-5
/
+5
2024-01-01
bcachefs: more write buffer refactoring
Kent Overstreet
1
-40
/
+41
2024-01-01
bcachefs: wb_flush_one_slowpath()
Kent Overstreet
1
-28
/
+29
2024-01-01
bcachefs: ONLY_SPECIFIED_DEVS doesn't mean ignore durability anymore
Kent Overstreet
1
-3
/
+1
2024-01-01
bcachefs: Don't open code bch2_dev_exists2()
Kent Overstreet
1
-2
/
+1
2024-01-01
bcachefs: Improve trace_trans_restart_would_deadlock
Kent Overstreet
3
-7
/
+28
2024-01-01
bcachefs: Improve trace_trans_restart_too_many_iters()
Kent Overstreet
3
-15
/
+55
2024-01-01
bcachefs: count_event()
Kent Overstreet
4
-4
/
+7
2024-01-01
bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()
Kent Overstreet
5
-9
/
+8
2024-01-01
bcachefs: bch2_btree_write_buffer_flush_locked()
Kent Overstreet
3
-13
/
+22
2024-01-01
bcachefs: Clean up btree write buffer write ref handling
Kent Overstreet
7
-24
/
+41
[next]