index
:
kernel/git/stable/linux.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Rework triggers interface
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_TRIGGER_NOOVERWRITES
Kent Overstreet
2023-10-22
bcachefs: Mark btree nodes as needing rewrite when not all replicas are RW
Kent Overstreet
2023-10-22
bcachefs: Use blk_status_to_str()
Kent Overstreet
2023-10-22
bcachefs: Don't cap ios in dio write path at 2 MB
Kent Overstreet
2023-10-22
bcachefs: Refactor dio write code to reinit bch_write_op
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_extent_can_insert() not being called
Kent Overstreet
2023-10-22
bcachefs: Fix a null ptr deref in bch2_btree_iter_traverse_one()
Kent Overstreet
2023-10-22
bcachefs: Track sectors of erasure coded data
Kent Overstreet
2023-10-22
bcachefs: Use btree reserve when appropriate
Kent Overstreet
2023-10-22
bcachefs: Add a kthread_should_stop() check to allocator thread
Kent Overstreet
2023-10-22
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock in the RO path
Kent Overstreet
2023-10-22
bcachefs: Fix incorrect gfp check
Kent Overstreet
2023-10-22
bcachefs: Fix lock ordering with new btree cache code
Kent Overstreet
2023-10-22
bcachefs: delete a slightly faulty assertion
Kent Overstreet
2023-10-22
bcachefs: Increase size of btree node reserve
Kent Overstreet
2023-10-22
bcachefs: Give bkey_cached_key same attributes as bpos
Kent Overstreet
2023-10-22
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
2023-10-22
bcachefs: Implement a new gc that only recalcs oldest gen
Kent Overstreet
2023-10-22
bcachefs: Turn c->state_lock into an rwsem
Kent Overstreet
2023-10-22
bcachefs: Add an internal option for reading entire journal
Kent Overstreet
2023-10-22
bcachefs: Don't deadlock when btree node reuse changes lock ordering
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
2023-10-22
bcachefs: Refactor btree insert path
Kent Overstreet
2023-10-22
bcachefs: Always give out journal pre-res if we already have one
Kent Overstreet
2023-10-22
bcachefs: More open buckets
Kent Overstreet
2023-10-22
bcachefs: Don't allocate memory under the btree cache lock
Kent Overstreet
2023-10-22
bcachefs: Fix a linked list bug
Kent Overstreet
2023-10-22
bcachefs: Make open bucket reserves more conservative
Kent Overstreet
2023-10-22
bcachefs: btree_update_nodes_written() requires alloc reserve
Kent Overstreet
2023-10-22
bcachefs: Check gfp_flags correctly in bch2_btree_cache_scan()
Kent Overstreet
2023-10-22
bcachefs: Call bch2_btree_iter_traverse() if necessary in commit path
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_downgrade()
Kent Overstreet
2023-10-22
bcachefs: Improve warning for copygc failing to move data
Kent Overstreet
2023-10-22
bcachefs: Always increment bucket gen on bucket reuse
Kent Overstreet
2023-10-22
bcachefs: Kill old allocator startup code
Kent Overstreet
2023-10-22
bcachefs: Improve assorted error messages
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
2023-10-22
bcachefs: Set filesystem features earlier in fs init path
Kent Overstreet
2023-10-22
bcachefs: Add an option to disable reflink support
Kent Overstreet
2023-10-22
bcachefs: Fixes for going RO
Kent Overstreet
2023-10-22
bcachefs: Don't require alloc btree to be updated before buckets are used
Kent Overstreet
2023-10-22
bcachefs: fsck_error_lock requires GFP_NOFS
Kent Overstreet
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
2023-10-22
bcachefs: Factor out bch2_fs_btree_interior_update_init()
Kent Overstreet
2023-10-22
bcachefs: Add a mechanism for passing extra journal entries to bch2_trans_com...
Kent Overstreet
2023-10-22
bcachefs: Fix reading of alloc info after unclean shutdown
Kent Overstreet
[prev]
[next]