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: Fix unmount path
Kent Overstreet
4
-102
/
+104
2023-10-22
bcachefs: Don't fail mount if device has been removed
Kent Overstreet
2
-3
/
+33
2023-10-22
bcachefs: Improvements to the journal read error paths
Kent Overstreet
2
-26
/
+60
2023-10-22
bcachefs: Make sure to go rw if lazy in fsck
Kent Overstreet
2
-0
/
+13
2023-10-22
bcachefs: Some project id fixes
Kent Overstreet
2
-2
/
+10
2023-10-22
bcachefs: Don't report inodes to statfs
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Add a cond_resched() to bch2_alloc_write()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix a couple null ptr derefs when no disk groups exist
Kent Overstreet
2
-3
/
+5
2023-10-22
bcachefs: Fix disk groups not being updated when set via sysfs
Kent Overstreet
2
-1
/
+9
2023-10-22
bcachefs: Change copygc to consider bucket fragmentation
Kent Overstreet
2
-9
/
+12
2023-10-22
bcachefs: Don't block on allocations when only writing to specific device
Kent Overstreet
1
-1
/
+7
2023-10-22
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
6
-38
/
+51
2023-10-22
bcachefs: Fix bch2_new_stripes_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't disallow btree writes to RO devices
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix maximum btree node size
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Convert various code to printbuf
Kent Overstreet
15
-188
/
+177
2023-10-22
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
8
-126
/
+93
2023-10-22
bcachefs: Ensure we wake up threads locking node when reusing it
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Fix bch2_btree_node_insert_fits()
Kent Overstreet
2
-7
/
+4
2023-10-22
bcachefs: Ensure we only allocate one EC bucket per writepoint
Kent Overstreet
1
-11
/
+15
2023-10-22
bcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUT
Kent Overstreet
1
-0
/
+10
2023-10-22
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
8
-35
/
+72
2023-10-22
bcachefs: Delete unused arguments
Kent Overstreet
9
-18
/
+17
2023-10-22
bcachefs: Fix an error path
Kent Overstreet
1
-9
/
+10
2023-10-22
bcachefs: Refactor replicas code
Kent Overstreet
5
-70
/
+31
2023-10-22
bcachefs: Don't restrict copygc writes to the same device
Kent Overstreet
4
-53
/
+66
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
6
-7
/
+17
2023-10-22
bcachefs: Fix a faulty assertion
Kent Overstreet
1
-5
/
+8
2023-10-22
bcachefs: Wrap write path in memalloc_nofs_save()
Kent Overstreet
2
-8
/
+10
2023-10-22
bcachefs: Add an option for rebuilding the replicas section
Kent Overstreet
2
-1
/
+7
2023-10-22
bcachefs: Make copygc thread global
Kent Overstreet
10
-172
/
+159
2023-10-22
bcachefs: Drop extra pointers when marking data as in a stripe
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Fix extent_ptr_durability() calculation for erasure coded data
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
21
-108
/
+110
2023-10-22
bcachefs: Fix short buffered writes
Kent Overstreet
1
-10
/
+11
2023-10-22
bcachefs: Allow existing stripes to be updated with new data buckets
Kent Overstreet
2
-5
/
+98
2023-10-22
bcachefs: Refactor stripe creation
Kent Overstreet
4
-139
/
+180
2023-10-22
bcachefs: Move stripe creation to workqueue
Kent Overstreet
6
-61
/
+82
2023-10-22
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
8
-98
/
+146
2023-10-22
bcachefs: Rework triggers interface
Kent Overstreet
2
-132
/
+169
2023-10-22
bcachefs: Kill BTREE_TRIGGER_NOOVERWRITES
Kent Overstreet
4
-15
/
+11
2023-10-22
bcachefs: Mark btree nodes as needing rewrite when not all replicas are RW
Kent Overstreet
4
-13
/
+19
2023-10-22
bcachefs: Use blk_status_to_str()
Kent Overstreet
5
-8
/
+15
2023-10-22
bcachefs: Don't cap ios in dio write path at 2 MB
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Refactor dio write code to reinit bch_write_op
Kent Overstreet
3
-47
/
+35
2023-10-22
bcachefs: Fix bch2_extent_can_insert() not being called
Kent Overstreet
3
-35
/
+49
2023-10-22
bcachefs: Fix a null ptr deref in bch2_btree_iter_traverse_one()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Track sectors of erasure coded data
Kent Overstreet
5
-14
/
+33
2023-10-22
bcachefs: Use btree reserve when appropriate
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Add a kthread_should_stop() check to allocator thread
Kent Overstreet
1
-0
/
+2
[next]