linux-2.6-block.git
2023-10-22 Kent Overstreetbcachefs: Add mode to bch2_inode_to_text
2023-10-22 Kent Overstreetbcachefs: Always write a journal entry when stopping...
2023-10-22 Kent Overstreetbcachefs: Drop alloc keys from journal when -o reconstr...
2023-10-22 Kent Overstreetbcachefs: Indirect inline data extents
2023-10-22 Kent Overstreetbcachefs: Fix rare use after free in read path
2023-10-22 Kent Overstreetbcachefs: Improve some error messages
2023-10-22 Kent Overstreetbcachefs: Fix for passing target= opts as mount opts
2023-10-22 Kent Overstreetbcachefs: Fix bch2_mark_stripe()
2023-10-22 Kent Overstreetbcachefs: Don't drop replicas when copygcing ec data
2023-10-22 Kent Overstreetbcachefs: Account for stripe parity sectors separately
2023-10-22 Kent Overstreetbcachefs: Fix for bad stripe pointers
2023-10-22 Kent Overstreetbcachefs: Start/stop io clock hands in read/write paths
2023-10-22 Kent Overstreetbcachefs: Improvements to writing alloc info
2023-10-22 Kent Overstreetbcachefs: Fix assertion popping in transaction commit...
2023-10-22 Kent Overstreetbcachefs: Perf improvements for bch_alloc_read()
2023-10-22 Kent Overstreetbcachefs: Fix copygc dying on startup
2023-10-22 Kent Overstreetbcachefs: Fix copygc of compressed data
2023-10-22 Kent Overstreetbcachefs: Fix another lockdep splat
2023-10-22 Kent Overstreetbcachefs: Fix errors early in the fs init process
2023-10-22 Kent Overstreetbcachefs: Copy ptr->cached when migrating data
2023-10-22 Kent Overstreetbcachefs: Fix gc of stale ptr gens
2023-10-22 Kent Overstreetbcachefs: Fix off-by-one error in ptr gen check
2023-10-22 Kent Overstreetbcachefs: Fix a lockdep splat
2023-10-22 Kent Overstreetbcachefs: Fix __bch2_truncate_page()
2023-10-22 Kent Overstreetbcachefs: Fix journal_seq_copy()
2023-10-22 Kent Overstreetbcachefs: Fix unmount path
2023-10-22 Kent Overstreetbcachefs: Don't fail mount if device has been removed
2023-10-22 Kent Overstreetbcachefs: Improvements to the journal read error paths
2023-10-22 Kent Overstreetbcachefs: Make sure to go rw if lazy in fsck
2023-10-22 Kent Overstreetbcachefs: Some project id fixes
2023-10-22 Kent Overstreetbcachefs: Don't report inodes to statfs
2023-10-22 Kent Overstreetbcachefs: Add a cond_resched() to bch2_alloc_write()
2023-10-22 Kent Overstreetbcachefs: Fix a couple null ptr derefs when no disk...
2023-10-22 Kent Overstreetbcachefs: Fix disk groups not being updated when set...
2023-10-22 Kent Overstreetbcachefs: Change copygc to consider bucket fragmentation
2023-10-22 Kent Overstreetbcachefs: Don't block on allocations when only writing...
2023-10-22 Kent Overstreetbcachefs: Fix a bug with the journal_seq_blacklist...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_new_stripes_to_text()
2023-10-22 Kent Overstreetbcachefs: Don't disallow btree writes to RO devices
2023-10-22 Kent Overstreetbcachefs: Fix maximum btree node size
2023-10-22 Kent Overstreetbcachefs: Convert various code to printbuf
2023-10-22 Kent Overstreetbcachefs: Remove some uses of PAGE_SIZE in the btree...
2023-10-22 Kent Overstreetbcachefs: Ensure we wake up threads locking node when...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_node_insert_fits()
2023-10-22 Kent Overstreetbcachefs: Ensure we only allocate one EC bucket per...
2023-10-22 Kent Overstreetbcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUT
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...
next