index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
28
-620
/
+808
2023-10-22
bcachefs: Convert bch2_pd_controller_print_debug() to a printbuf
Kent Overstreet
2
-33
/
+43
2023-10-22
bcachefs: Improve debug assertion
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Fix bch2_journal_pins_to_text()
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Always clear should_be_locked in bch2_trans_begin()
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Run alloc triggers last
Kent Overstreet
1
-0
/
+17
2023-10-22
bcachefs: Trigger code uses stashed copy of old key
Kent Overstreet
1
-16
/
+16
2023-10-22
bcachefs: Consolidate trigger code a bit
Kent Overstreet
3
-147
/
+148
2023-10-22
bcachefs: bch2_trans_mark_key() now takes a bkey_i *
Kent Overstreet
4
-59
/
+71
2023-10-22
bcachefs: Fix 32 bit build
Kent Overstreet
4
-8
/
+8
2023-10-22
bcachefs: Improve some btree node read error messages
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Use unlikely() in err_on() macros
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Improve reflink repair code
Kent Overstreet
1
-14
/
+18
2023-10-22
bcachefs: Normal update/commit path now works before going RW
Kent Overstreet
5
-47
/
+61
2023-10-22
bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"
Kent Overstreet
5
-10
/
+3
2023-10-22
bcachefs: Fix for journal getting stuck
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Set BTREE_NODE_SEQ() correctly in merge path
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Drop journal_write_compact()
Kent Overstreet
1
-45
/
+0
2023-10-22
bcachefs: Btree key cache optimization
Kent Overstreet
2
-2
/
+11
2023-10-22
bcachefs: Add tabstops to printbufs
Kent Overstreet
3
-20
/
+84
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
14
-64
/
+588
2023-10-22
bcachefs: Kill bch_scnmemcpy()
Kent Overstreet
6
-29
/
+13
2023-10-22
bcachefs: Don't issue discards when in nochanges mode
Kent Overstreet
2
-2
/
+4
2023-10-22
bcachefs: opts.read_journal_only
Kent Overstreet
2
-0
/
+8
2023-10-22
bcachefs: Change __bch2_trans_commit() to run triggers then get RW
Kent Overstreet
1
-11
/
+11
2023-10-22
bcachefs: Delete some flag bits that are no longer used
Kent Overstreet
3
-8
/
+0
2023-10-22
bcachefs: Store logical location of journal entries
Kent Overstreet
2
-11
/
+24
2023-10-22
bcachefs: Check for errors from crypto_skcipher_encrypt()
Kent Overstreet
6
-38
/
+85
2023-10-22
bcachefs: Fix failure to allocate btree node in cache
Kent Overstreet
4
-17
/
+23
2023-10-22
bcachefs: Change bch2_dev_lookup() to not use lookup_bdev()
Kent Overstreet
1
-8
/
+2
2023-10-22
bcachefs: Only allocate buckets_nouse when requested
Kent Overstreet
2
-5
/
+12
2023-10-22
bcachefs: Stale ptr cleanup is now done by gc_gens
Kent Overstreet
1
-45
/
+10
2023-10-22
bcachefs: Improve journal_entry_btree_keys_to_text()
Kent Overstreet
2
-3
/
+31
2023-10-22
bcachefs: Fix __btree_path_traverse_all
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: Fix slow tracepoints
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Check for stale dirty pointer before reads
Kent Overstreet
3
-14
/
+54
2023-10-22
bcachefs: Kill verify_not_stale()
Kent Overstreet
1
-18
/
+0
2023-10-22
bcachefs: Fix __bch2_btree_node_lock
Kent Overstreet
1
-30
/
+31
2023-10-22
bcachefs: Also show when blocked on write locks
Kent Overstreet
5
-44
/
+44
2023-10-22
bcachefs: Delete redundant tracepoint
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Fix locking in data move path
Kent Overstreet
1
-17
/
+20
2023-10-22
bcachefs: Kill bch2_bkey_debugcheck
Kent Overstreet
4
-36
/
+1
2023-10-22
bcachefs: Print a better message for mark and sweep pass
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Small fsck fix
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Fix reflink repair code
Kent Overstreet
1
-2
/
+10
2023-10-22
bcachefs: bch2_gc_gens() no longer uses bucket array
Kent Overstreet
6
-47
/
+90
2023-10-22
bcachefs: Copygc no longer uses bucket array
Kent Overstreet
1
-50
/
+105
2023-10-22
bcachefs: btree_gc no longer uses main in-memory bucket array
Kent Overstreet
5
-243
/
+222
2023-10-22
bcachefs: Inode create no longer needs to probe key cache
Kent Overstreet
1
-24
/
+4
[next]