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: Turn c->state_lock into an rwsem
Kent Overstreet
7
-57
/
+50
2023-10-22
bcachefs: Add an internal option for reading entire journal
Kent Overstreet
4
-22
/
+44
2023-10-22
bcachefs: Don't deadlock when btree node reuse changes lock ordering
Kent Overstreet
4
-16
/
+62
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
4
-32
/
+67
2023-10-22
bcachefs: Refactor btree insert path
Kent Overstreet
1
-52
/
+38
2023-10-22
bcachefs: Always give out journal pre-res if we already have one
Kent Overstreet
3
-15
/
+30
2023-10-22
bcachefs: More open buckets
Kent Overstreet
3
-11
/
+17
2023-10-22
bcachefs: Don't allocate memory under the btree cache lock
Kent Overstreet
1
-29
/
+58
2023-10-22
bcachefs: Fix a linked list bug
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Make open bucket reserves more conservative
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: btree_update_nodes_written() requires alloc reserve
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Check gfp_flags correctly in bch2_btree_cache_scan()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Call bch2_btree_iter_traverse() if necessary in commit path
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: bch2_trans_downgrade()
Kent Overstreet
3
-24
/
+22
2023-10-22
bcachefs: Improve warning for copygc failing to move data
Kent Overstreet
3
-3
/
+20
2023-10-22
bcachefs: Always increment bucket gen on bucket reuse
Kent Overstreet
2
-21
/
+47
2023-10-22
bcachefs: Kill old allocator startup code
Kent Overstreet
5
-257
/
+1
2023-10-22
bcachefs: Improve assorted error messages
Kent Overstreet
5
-136
/
+127
2023-10-22
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
4
-11
/
+29
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
8
-5
/
+92
2023-10-22
bcachefs: Set filesystem features earlier in fs init path
Kent Overstreet
1
-5
/
+9
2023-10-22
bcachefs: Add an option to disable reflink support
Kent Overstreet
4
-0
/
+13
2023-10-22
bcachefs: Fixes for going RO
Kent Overstreet
5
-33
/
+60
2023-10-22
bcachefs: Don't require alloc btree to be updated before buckets are used
Kent Overstreet
2
-16
/
+42
2023-10-22
bcachefs: fsck_error_lock requires GFP_NOFS
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
21
-626
/
+412
2023-10-22
bcachefs: Factor out bch2_fs_btree_interior_update_init()
Kent Overstreet
3
-11
/
+24
2023-10-22
bcachefs: Add a mechanism for passing extra journal entries to bch2_trans_com...
Kent Overstreet
4
-4
/
+25
2023-10-22
bcachefs: Fix reading of alloc info after unclean shutdown
Kent Overstreet
6
-51
/
+114
2023-10-22
bcachefs: fix memalloc_nofs_restore() usage
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Better error messages on bucket sector count overflows
Kent Overstreet
2
-17
/
+26
2023-10-22
bcachefs: Be more rigorous about marking the filesystem clean
Kent Overstreet
2
-3
/
+13
2023-10-22
bcachefs: Handle printing of null bkeys
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: Add vmalloc fallback for decompress workspace
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Print out d_type in dirent_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
4
-10
/
+11
2023-10-22
bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Fix another iterator counting bug
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix setquota
Kent Overstreet
1
-29
/
+30
2023-10-22
bcachefs: Fix a workqueue deadlock
Kent Overstreet
2
-2
/
+28
2023-10-22
bcachefs: Validate that we read the correct btree node
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: Fixes for startup on very full filesystems
Kent Overstreet
2
-3
/
+16
2023-10-22
bcachefs: Fix initialization of bounce mempools
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Some compression improvements
Kent Overstreet
1
-16
/
+37
2023-10-22
bcachefs: Fix two more deadlocks
Kent Overstreet
2
-53
/
+64
2023-10-22
bcachefs: Fix another deadlock in btree_update_nodes_written()
Kent Overstreet
1
-3
/
+38
2023-10-22
bcachefs: Add some printks for error paths
Kent Overstreet
2
-7
/
+20
2023-10-22
bcachefs: Don't issue writes that are more than 1 MB
Kent Overstreet
1
-1
/
+12
2023-10-22
bcachefs: More fixes for counting extent update iterators
Kent Overstreet
1
-12
/
+24
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
1
-2
/
+1
[next]