index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2023-10-22
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
4
-27
/
+26
2023-10-22
bcachefs: Fix a deadlock in the RO path
Kent Overstreet
2
-3
/
+11
2023-10-22
bcachefs: Fix incorrect gfp check
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix lock ordering with new btree cache code
Kent Overstreet
4
-22
/
+110
2023-10-22
bcachefs: delete a slightly faulty assertion
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Increase size of btree node reserve
Kent Overstreet
2
-4
/
+7
2023-10-22
bcachefs: Give bkey_cached_key same attributes as bpos
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
9
-115
/
+184
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
14
-45
/
+787
2023-10-22
bcachefs: Implement a new gc that only recalcs oldest gen
Kent Overstreet
4
-0
/
+92
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
[next]