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: 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
2023-10-22
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
5
-192
/
+198
2023-10-22
bcachefs: Fix undefined behaviour
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix an error path
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Fix __bch2_buffered_write() returning -ENOMEM
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Trust inode in btree over bch_inode_info
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Fix counting iterators for reflink pointers
Kent Overstreet
1
-18
/
+16
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
10
-146
/
+173
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
22
-348
/
+99
2023-10-22
bcachefs: Fix for partial buffered writes
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: BTREE_ITER_SLOTS isn't a type of btree iter
Kent Overstreet
4
-49
/
+43
2023-10-22
bcachefs: Improve error handling for for_each_btree_key_continue()
Kent Overstreet
3
-15
/
+17
2023-10-22
bcachefs: Cleanup i_nlink handling
Kent Overstreet
4
-34
/
+49
2023-10-22
bcachefs: Trivial cleanup
Kent Overstreet
1
-5
/
+1
2023-10-22
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Count iterators for reflink_p overwrites correctly
Kent Overstreet
1
-10
/
+25
2023-10-22
bcachefs: Drop unnecessary rcu_read_lock()
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: Update path microoptimizations
Kent Overstreet
2
-4
/
+5
[next]