linux-block.git
2023-10-22 Kent Overstreetbcachefs: Don't let copygc buckets be stolen by other...
2023-10-22 Kent Overstreetbcachefs: Delete unused arguments
2023-10-22 Kent Overstreetbcachefs: Fix an error path
2023-10-22 Kent Overstreetbcachefs: Refactor replicas code
2023-10-22 Kent Overstreetbcachefs: Don't restrict copygc writes to the same...
2023-10-22 Kent Overstreetbcachefs: Add bch2_blk_status_to_str()
2023-10-22 Kent Overstreetbcachefs: Fix a faulty assertion
2023-10-22 Kent Overstreetbcachefs: Wrap write path in memalloc_nofs_save()
2023-10-22 Kent Overstreetbcachefs: Add an option for rebuilding the replicas...
2023-10-22 Kent Overstreetbcachefs: Make copygc thread global
2023-10-22 Kent Overstreetbcachefs: Drop extra pointers when marking data as...
2023-10-22 Kent Overstreetbcachefs: Fix extent_ptr_durability() calculation for...
2023-10-22 Kent Overstreetbcachefs: Use x-macros for data types
2023-10-22 Kent Overstreetbcachefs: Fix short buffered writes
2023-10-22 Kent Overstreetbcachefs: Allow existing stripes to be updated with...
2023-10-22 Kent Overstreetbcachefs: Refactor stripe creation
2023-10-22 Kent Overstreetbcachefs: Move stripe creation to workqueue
2023-10-22 Kent Overstreetbcachefs: Improve stripe triggers/heap code
2023-10-22 Kent Overstreetbcachefs: Rework triggers interface
2023-10-22 Kent Overstreetbcachefs: Kill BTREE_TRIGGER_NOOVERWRITES
2023-10-22 Kent Overstreetbcachefs: Mark btree nodes as needing rewrite when...
2023-10-22 Kent Overstreetbcachefs: Use blk_status_to_str()
2023-10-22 Kent Overstreetbcachefs: Don't cap ios in dio write path at 2 MB
2023-10-22 Kent Overstreetbcachefs: Refactor dio write code to reinit bch_write_op
2023-10-22 Kent Overstreetbcachefs: Fix bch2_extent_can_insert() not being called
2023-10-22 Kent Overstreetbcachefs: Fix a null ptr deref in bch2_btree_iter_trave...
2023-10-22 Kent Overstreetbcachefs: Track sectors of erasure coded data
2023-10-22 Kent Overstreetbcachefs: Use btree reserve when appropriate
2023-10-22 Kent Overstreetbcachefs: Add a kthread_should_stop() check to allocato...
2023-10-22 Kent Overstreetbcachefs: Change bch2_dump_bset() to also print key...
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock in the RO path
2023-10-22 Kent Overstreetbcachefs: Fix incorrect gfp check
2023-10-22 Kent Overstreetbcachefs: Fix lock ordering with new btree cache code
2023-10-22 Kent Overstreetbcachefs: delete a slightly faulty assertion
2023-10-22 Kent Overstreetbcachefs: Increase size of btree node reserve
2023-10-22 Kent Overstreetbcachefs: Give bkey_cached_key same attributes as bpos
2023-10-22 Kent Overstreetbcachefs: Use cached iterators for alloc btree
2023-10-22 Kent Overstreetbcachefs: Btree key cache
2023-10-22 Kent Overstreetbcachefs: Implement a new gc that only recalcs oldest gen
2023-10-22 Kent Overstreetbcachefs: Turn c->state_lock into an rwsem
2023-10-22 Kent Overstreetbcachefs: Add an internal option for reading entire...
2023-10-22 Kent Overstreetbcachefs: Don't deadlock when btree node reuse changes...
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock
2023-10-22 Kent Overstreetbcachefs: Refactor btree insert path
2023-10-22 Kent Overstreetbcachefs: Always give out journal pre-res if we already...
2023-10-22 Kent Overstreetbcachefs: More open buckets
2023-10-22 Kent Overstreetbcachefs: Don't allocate memory under the btree cache...
2023-10-22 Kent Overstreetbcachefs: Fix a linked list bug
2023-10-22 Kent Overstreetbcachefs: Make open bucket reserves more conservative
2023-10-22 Kent Overstreetbcachefs: btree_update_nodes_written() requires alloc...
2023-10-22 Kent Overstreetbcachefs: Check gfp_flags correctly in bch2_btree_cache...
2023-10-22 Kent Overstreetbcachefs: Call bch2_btree_iter_traverse() if necessary...
2023-10-22 Kent Overstreetbcachefs: bch2_trans_downgrade()
2023-10-22 Kent Overstreetbcachefs: Improve warning for copygc failing to move...
2023-10-22 Kent Overstreetbcachefs: Always increment bucket gen on bucket reuse
2023-10-22 Kent Overstreetbcachefs: Kill old allocator startup code
2023-10-22 Kent Overstreetbcachefs: Improve assorted error messages
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
2023-10-22 Kent Overstreetbcachefs: Add debug code to print btree transactions
2023-10-22 Kent Overstreetbcachefs: Set filesystem features earlier in fs init...
2023-10-22 Kent Overstreetbcachefs: Add an option to disable reflink support
2023-10-22 Kent Overstreetbcachefs: Fixes for going RO
2023-10-22 Kent Overstreetbcachefs: Don't require alloc btree to be updated befor...
2023-10-22 Kent Overstreetbcachefs: fsck_error_lock requires GFP_NOFS
2023-10-22 Kent Overstreetbcachefs: Interior btree updates are now fully transact...
2023-10-22 Kent Overstreetbcachefs: Factor out bch2_fs_btree_interior_update_init()
2023-10-22 Kent Overstreetbcachefs: Add a mechanism for passing extra journal...
2023-10-22 Kent Overstreetbcachefs: Fix reading of alloc info after unclean shutdown
2023-10-22 Kent Overstreetbcachefs: fix memalloc_nofs_restore() usage
2023-10-22 Kent Overstreetbcachefs: Better error messages on bucket sector count...
2023-10-22 Kent Overstreetbcachefs: Be more rigorous about marking the filesystem...
2023-10-22 Kent Overstreetbcachefs: Handle printing of null bkeys
2023-10-22 Kent Overstreetbcachefs: Add vmalloc fallback for decompress workspace
2023-10-22 Kent Overstreetbcachefs: Print out d_type in dirent_to_text()
2023-10-22 Yuxuan Shuibcachefs: fix stack corruption
2023-10-22 Kent Overstreetbcachefs: Wrap vmap() in memalloc_nofs_save()/restore()
2023-10-22 Kent Overstreetbcachefs: Fix another iterator counting bug
2023-10-22 Kent Overstreetbcachefs: Fix setquota
2023-10-22 Kent Overstreetbcachefs: Fix a workqueue deadlock
2023-10-22 Kent Overstreetbcachefs: Validate that we read the correct btree node
2023-10-22 Kent Overstreetbcachefs: Fixes for startup on very full filesystems
2023-10-22 Kent Overstreetbcachefs: Fix initialization of bounce mempools
2023-10-22 Kent Overstreetbcachefs: Some compression improvements
2023-10-22 Kent Overstreetbcachefs: Fix two more deadlocks
2023-10-22 Kent Overstreetbcachefs: Fix another deadlock in btree_update_nodes_wr...
2023-10-22 Kent Overstreetbcachefs: Add some printks for error paths
2023-10-22 Kent Overstreetbcachefs: Don't issue writes that are more than 1 MB
2023-10-22 Kent Overstreetbcachefs: More fixes for counting extent update iterators
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock
2023-10-22 Kent Overstreetbcachefs: Handle -EINTR bch2_migrate_index_update()
2023-10-22 Kent Overstreetbcachefs: Fix for the bkey compat path
2023-10-22 Kent Overstreetbcachefs: Add a few tracepoints
2023-10-22 Kent Overstreetbcachefs: Slightly reduce btree split threshold
2023-10-22 Kent Overstreetbcachefs: Improve lockdep annotation in journalling...
2023-10-22 Kent Overstreetbcachefs: Fix a locking bug in bch2_journal_pin_copy()
2023-10-22 Kent Overstreetbcachefs: Fix another deadlock in the btree interior...
2023-10-22 Kent Overstreetbcachefs: Fix a locking bug in bch2_btree_ptr_debugcheck()
2023-10-22 Kent Overstreetbcachefs: Account for ioclock slop when throttling...
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock on starting an interior btree...
2023-10-22 Kent Overstreetbcachefs: Fix a debug mode assertion
next