index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
2023-10-22
8
-126
/
+93
*
bcachefs: Ensure we wake up threads locking node when reusing it
Kent Overstreet
2023-10-22
2
-2
/
+2
*
bcachefs: Fix bch2_btree_node_insert_fits()
Kent Overstreet
2023-10-22
2
-7
/
+4
*
bcachefs: Ensure we only allocate one EC bucket per writepoint
Kent Overstreet
2023-10-22
1
-11
/
+15
*
bcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUT
Kent Overstreet
2023-10-22
1
-0
/
+10
*
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
2023-10-22
8
-35
/
+72
*
bcachefs: Delete unused arguments
Kent Overstreet
2023-10-22
9
-18
/
+17
*
bcachefs: Fix an error path
Kent Overstreet
2023-10-22
1
-9
/
+10
*
bcachefs: Refactor replicas code
Kent Overstreet
2023-10-22
5
-70
/
+31
*
bcachefs: Don't restrict copygc writes to the same device
Kent Overstreet
2023-10-22
4
-53
/
+66
*
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
2023-10-22
6
-7
/
+17
*
bcachefs: Fix a faulty assertion
Kent Overstreet
2023-10-22
1
-5
/
+8
*
bcachefs: Wrap write path in memalloc_nofs_save()
Kent Overstreet
2023-10-22
2
-8
/
+10
*
bcachefs: Add an option for rebuilding the replicas section
Kent Overstreet
2023-10-22
2
-1
/
+7
*
bcachefs: Make copygc thread global
Kent Overstreet
2023-10-22
10
-172
/
+159
*
bcachefs: Drop extra pointers when marking data as in a stripe
Kent Overstreet
2023-10-22
1
-6
/
+3
*
bcachefs: Fix extent_ptr_durability() calculation for erasure coded data
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
21
-108
/
+110
*
bcachefs: Fix short buffered writes
Kent Overstreet
2023-10-22
1
-10
/
+11
*
bcachefs: Allow existing stripes to be updated with new data buckets
Kent Overstreet
2023-10-22
2
-5
/
+98
*
bcachefs: Refactor stripe creation
Kent Overstreet
2023-10-22
4
-139
/
+180
*
bcachefs: Move stripe creation to workqueue
Kent Overstreet
2023-10-22
6
-61
/
+82
*
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
2023-10-22
8
-98
/
+146
*
bcachefs: Rework triggers interface
Kent Overstreet
2023-10-22
2
-132
/
+169
*
bcachefs: Kill BTREE_TRIGGER_NOOVERWRITES
Kent Overstreet
2023-10-22
4
-15
/
+11
*
bcachefs: Mark btree nodes as needing rewrite when not all replicas are RW
Kent Overstreet
2023-10-22
4
-13
/
+19
*
bcachefs: Use blk_status_to_str()
Kent Overstreet
2023-10-22
5
-8
/
+15
*
bcachefs: Don't cap ios in dio write path at 2 MB
Kent Overstreet
2023-10-22
1
-10
/
+0
*
bcachefs: Refactor dio write code to reinit bch_write_op
Kent Overstreet
2023-10-22
3
-47
/
+35
*
bcachefs: Fix bch2_extent_can_insert() not being called
Kent Overstreet
2023-10-22
3
-35
/
+49
*
bcachefs: Fix a null ptr deref in bch2_btree_iter_traverse_one()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Track sectors of erasure coded data
Kent Overstreet
2023-10-22
5
-14
/
+33
*
bcachefs: Use btree reserve when appropriate
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Add a kthread_should_stop() check to allocator thread
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
2023-10-22
4
-27
/
+26
*
bcachefs: Fix a deadlock in the RO path
Kent Overstreet
2023-10-22
2
-3
/
+11
*
bcachefs: Fix incorrect gfp check
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix lock ordering with new btree cache code
Kent Overstreet
2023-10-22
4
-22
/
+110
*
bcachefs: delete a slightly faulty assertion
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Increase size of btree node reserve
Kent Overstreet
2023-10-22
2
-4
/
+7
*
bcachefs: Give bkey_cached_key same attributes as bpos
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
2023-10-22
9
-115
/
+184
*
bcachefs: Btree key cache
Kent Overstreet
2023-10-22
14
-45
/
+787
*
bcachefs: Implement a new gc that only recalcs oldest gen
Kent Overstreet
2023-10-22
4
-0
/
+92
*
bcachefs: Turn c->state_lock into an rwsem
Kent Overstreet
2023-10-22
7
-57
/
+50
*
bcachefs: Add an internal option for reading entire journal
Kent Overstreet
2023-10-22
4
-22
/
+44
*
bcachefs: Don't deadlock when btree node reuse changes lock ordering
Kent Overstreet
2023-10-22
4
-16
/
+62
*
bcachefs: Fix a deadlock
Kent Overstreet
2023-10-22
4
-32
/
+67
*
bcachefs: Refactor btree insert path
Kent Overstreet
2023-10-22
1
-52
/
+38
*
bcachefs: Always give out journal pre-res if we already have one
Kent Overstreet
2023-10-22
3
-15
/
+30
[next]