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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-10-22
bcachefs: Don't submit bio in write path under lock
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Drop bch_write_op->io_wq
Kent Overstreet
2
-3
/
+0
2023-10-22
bcachefs: Limit bios in writepages path to 256M
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix an iterator counting bug
Kent Overstreet
1
-14
/
+1
2023-10-22
bcachefs: Fix flushing held btree writes when there's a fs error
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix iterator counting for reflink pointers (again)
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix a debug assertion
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Switch to .iterate_shared for readdir
Kent Overstreet
1
-32
/
+13
2023-10-22
bcachefs: Fix creation of lost+found
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix a subtle race in the btree split path
Kent Overstreet
3
-4
/
+18
2023-10-22
bcachefs: Kill bchfs_extent_update()
Kent Overstreet
6
-249
/
+132
2023-10-22
bcachefs: Convert bch2_fpunch to bch2_extent_update()
Kent Overstreet
6
-129
/
+163
2023-10-22
bcachefs: Split out bchfs_extent_update()
Kent Overstreet
5
-155
/
+178
2023-10-22
bcachefs: Kill some dependencies on ei_inode
Kent Overstreet
2
-58
/
+62
2023-10-22
bcachefs: Check if extending inode differently
Kent Overstreet
3
-24
/
+50
2023-10-22
bcachefs: Fix bch2_btree_iter_next() after peek_slot()
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Refactor bch2_readdir() a bit
Kent Overstreet
1
-12
/
+7
2023-10-22
bcachefs: Add a lock to bch_page_state
Kent Overstreet
1
-8
/
+16
2023-10-22
bcachefs: Fix erasure coding disk space accounting
Kent Overstreet
2
-51
/
+87
2023-10-22
bcachefs: Fix ec_stripes_read()
Kent Overstreet
2
-20
/
+16
2023-10-22
bcachefs: Limit pointers to being in only one stripe
Kent Overstreet
6
-38
/
+29
2023-10-22
bcachefs: Fix bch2_extent_ptr_durability()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix bch2_mark_extent()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Initialize journal pad data in bch_replica_entry objects.
Justin Husted
1
-3
/
+4
2023-10-22
bcachefs: Fix uninitialized data in bch2_gc_btree()
Justin Husted
1
-1
/
+1
2023-10-22
bcachefs: Fix incorrect use of bch2_extent_atomic_end()
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Can't be holding read locks while taking write locks
Kent Overstreet
6
-25
/
+33
2023-10-22
bcachefs: Don't allocate memory under mark_lock
Kent Overstreet
1
-10
/
+16
2023-10-22
bcachefs: bch2_extent_atomic_end() now traverses iter
Kent Overstreet
3
-16
/
+10
2023-10-22
bcachefs: Factor out fs-common.c
Kent Overstreet
12
-533
/
+586
2023-10-22
bcachefs: Don't use sha256 for siphash str hash key
Kent Overstreet
4
-20
/
+41
2023-10-22
bcachefs: Only look up inode io opts in extents btree
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix deref of error pointer
Kent Overstreet
1
-2
/
+3
[next]