index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: bch2_bkey_ptrs_invalid()
Kent Overstreet
4
-117
/
+103
2023-10-22
bcachefs: Don't hardcode BTREE_ID_EXTENTS
Kent Overstreet
2
-4
/
+4
2023-10-22
bcachefs: fix bch2_flags_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add actual tracepoints for transaction restarts
Kent Overstreet
5
-4
/
+92
2023-10-22
bcachefs: copy correct journal_seq to dir in create
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
18
-184
/
+182
2023-10-22
bcachefs: fix triggers for stripes btree
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: use same timesource as current_time()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix hang while shutting down
Kent Overstreet
3
-11
/
+21
2023-10-22
bcachefs: lockdep fix when going rw from bch2_alloc_write()
Kent Overstreet
1
-12
/
+23
2023-10-22
bcachefs: Mark overwrites from journal replay in initial gc
Kent Overstreet
6
-107
/
+192
2023-10-22
bcachefs: Deduplicate keys in the journal before replay
Kent Overstreet
8
-103
/
+267
2023-10-22
bcachefs: Journal replay refactoring
Kent Overstreet
5
-240
/
+251
2023-10-22
bcachefs: cmp_int()
Kent Overstreet
12
-18
/
+20
2023-10-22
bcachefs: Pass flags arg to bch2_alloc_write()
Kent Overstreet
6
-24
/
+24
2023-10-22
bcachefs: allocate sb_read_scratch with __get_free_page
Kent Overstreet
2
-3
/
+3
2023-10-22
bcachefs: delete duplicated code
Kent Overstreet
3
-39
/
+16
2023-10-22
bcachefs: disallow ever going rw if nochanges or noreplay
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: initial gc no longer needs to touch every node
Kent Overstreet
1
-12
/
+4
2023-10-22
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
15
-472
/
+460
2023-10-22
bcachefs: don't lose errors from iterators that have been freed
Kent Overstreet
2
-2
/
+5
2023-10-22
bcachefs: free trans->mem on commit
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: add ability to run gc on metadata only
Kent Overstreet
8
-61
/
+88
2023-10-22
bcachefs: Convert gc errors to fsck errors
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: ratelimit copygc warning
Kent Overstreet
2
-1
/
+4
2023-10-22
bcachefs: minor fsck fix
Kent Overstreet
1
-18
/
+12
2023-10-22
bcachefs: Fsck locking improvements
Kent Overstreet
5
-57
/
+83
2023-10-22
bcachefs: Caller now responsible for calling mark_key for gc
Kent Overstreet
7
-58
/
+54
2023-10-22
bcachefs: Refactor bch2_fs_recovery()
Kent Overstreet
1
-135
/
+179
2023-10-22
bcachefs: fix bch2_trans_unlock()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: add missing bch2_btree_iter_node_drop() call
Kent Overstreet
2
-8
/
+5
2023-10-22
bcachefs: allow journal reply on ro mount
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsck
Kent Overstreet
1
-6
/
+15
2023-10-22
bcachefs: Track whether filesystem has errors in superblock
Kent Overstreet
6
-33
/
+26
2023-10-22
bcachefs: (invalidate|release)_folio fixes
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Assorted preemption fixes
Kent Overstreet
4
-12
/
+14
2023-10-22
bcachefs: Write out alloc info more carefully
Kent Overstreet
1
-6
/
+8
2023-10-22
bcachefs: fix initial gc
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: Handle fsck errors at runtime better
Kent Overstreet
1
-3
/
+13
2023-10-22
bcachefs: simplify gc locking a bit
Kent Overstreet
1
-16
/
+11
2023-10-22
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
4
-8
/
+21
2023-10-22
bcachefs: Sort updates in bch2_trans_update()
Kent Overstreet
2
-11
/
+23
2023-10-22
bcachefs: Unlink not-touched iters on successful transaction commit
Kent Overstreet
2
-1
/
+7
2023-10-22
bcachefs: traverse all iterators on transaction restart
Kent Overstreet
3
-19
/
+23
2023-10-22
bcachefs: Add iter->idx
Kent Overstreet
3
-44
/
+28
2023-10-22
bcachefs: Kill btree_iter->next
Kent Overstreet
3
-107
/
+10
2023-10-22
bcachefs: Change btree_iter_traverse_error() to not use iter->next
Kent Overstreet
1
-41
/
+24
2023-10-22
bcachefs: trans_for_each_iter()
Kent Overstreet
16
-248
/
+255
2023-10-22
bcachefs: Better bch2_trans_copy_iter()
Kent Overstreet
2
-46
/
+59
2023-10-22
bcachefs: Btree iterators now always have a btree_trans
Kent Overstreet
3
-34
/
+26
[prev]
[next]