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: kill ca->freelist_lock
Kent Overstreet
4
-6
/
+4
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
7
-857
/
+811
2023-10-22
bcachefs: Inline data extents
Kent Overstreet
9
-26
/
+147
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
8
-537
/
+555
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
10
-45
/
+84
2023-10-22
bcachefs: bkey noops
Kent Overstreet
7
-69
/
+83
2023-10-22
bcachefs: kill bch2_extent_has_device()
Kent Overstreet
4
-12
/
+10
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
12
-104
/
+205
2023-10-22
bcachefs: Make memcpy_to_bio() param const
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Use wbc_to_write_flags()
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Fix erorr path in bch2_write()
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Set lost+found mode to 0700
Justin Husted
2
-2
/
+2
2023-10-22
bcachefs: Be slightly less tricky with union usage
Kent Overstreet
1
-7
/
+11
2023-10-22
bcachefs: Remove some BKEY_PADDED uses
Kent Overstreet
2
-16
/
+9
2023-10-22
bcachefs: Go back to 16 bit mantissa bkey floats
Kent Overstreet
1
-71
/
+28
2023-10-22
bcachefs: Fall back to slowpath on exact comparison
Kent Overstreet
3
-61
/
+48
2023-10-22
bcachefs: kill BFLOAT_FAILED_PREV
Kent Overstreet
3
-58
/
+4
2023-10-22
bcachefs: bch2_read_extent() microoptimizations
Kent Overstreet
1
-11
/
+13
2023-10-22
bcachefs: Pipeline binary searches and linear searches
Kent Overstreet
1
-45
/
+69
2023-10-22
bcachefs: Make __bch2_bkey_cmp_packed() smaller
Kent Overstreet
1
-16
/
+10
2023-10-22
bcachefs: Inline fast path of bch2_increment_clock()
Kent Overstreet
2
-5
/
+15
2023-10-22
bcachefs: Avoid calling bch2_btree_iter_relock() in bch2_btree_iter_traverse()
Kent Overstreet
1
-4
/
+10
2023-10-22
bcachefs: Add an option for fsck error ratelimiting
Kent Overstreet
3
-4
/
+21
2023-10-22
bcachefs: Don't BUG_ON() sector count overflow
Kent Overstreet
1
-12
/
+14
2023-10-22
bcachefs: Some reflink fixes
Kent Overstreet
2
-8
/
+9
2023-10-22
bcachefs: Fix setting of attributes mask in getattr
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Eliminate function calls in DIO fastpaths
Kent Overstreet
1
-11
/
+15
2023-10-22
bcachefs: DIO write path only needs to shoot down pagecache once, not twice
Kent Overstreet
1
-19
/
+9
2023-10-22
bcachefs: Add pagecache_add lock to buffered IO path, fault path
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix uninitialized field in hash_check_init()
Justin Husted
1
-0
/
+1
2023-10-22
bcachefs: Don't hold inode lock longer than necessary in dio write path
Kent Overstreet
1
-35
/
+54
2023-10-22
bcachefs: Avoid atomics in write fast path
Kent Overstreet
4
-50
/
+65
2023-10-22
bcachefs: Don't use extent_ptr_decoded_append() in write path (fixup patch)
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: bch2_btree_iter_fix_key_modified()
Kent Overstreet
3
-8
/
+31
2023-10-22
bcachefs: Inline more of bch2_trans_commit hot path
Kent Overstreet
6
-97
/
+99
2023-10-22
bcachefs: Trust btree alloc info at runtime
Kent Overstreet
3
-1
/
+4
2023-10-22
bcachefs: More bset.c microoptimization
Kent Overstreet
3
-8
/
+16
2023-10-22
bcachefs: Initialize btree_node flags field in bch2_btree_root_alloc.
Justin Husted
1
-0
/
+1
2023-10-22
bcachefs: Further padding fixes in bch2_journal_super_entries_add_common()
Justin Husted
1
-11
/
+24
2023-10-22
bcachefs: Initialize padding space after alloc bkey
Justin Husted
3
-5
/
+16
2023-10-22
bcachefs: Add missing error checking in bch2_find_by_inum_trans()
Kent Overstreet
1
-3
/
+8
2023-10-22
bcachefs: Fix an error path race
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Don't reuse bio in retry path
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Don't use rep movsq for small memcopies
Kent Overstreet
3
-4
/
+22
2023-10-22
bcachefs: Avoid calling iter_prev() in extent update path
Kent Overstreet
1
-15
/
+8
2023-10-22
bcachefs: kill bch2_extent_merge_inline()
Kent Overstreet
1
-287
/
+146
2023-10-22
bcachefs: Don't use FUA unnecessarily
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
10
-228
/
+259
2023-10-22
bcachefs: Make btree_node_type_needs_gc() cheaper
Kent Overstreet
3
-29
/
+24
2023-10-22
bcachefs: Make replicas_delta_list smaller
Kent Overstreet
3
-10
/
+20
[next]