linux-2.6-microblaze.git
2023-10-22 Kent Overstreetbcachefs: Kill btree_iter_pos_changed()
2023-10-22 Kent Overstreetbcachefs: Fix a btree iterator leak
2023-10-22 Kent Overstreetbcachefs: Kill reflink option
2023-10-22 Kent Overstreetbcachefs: Fix read retry path for indirect extents
2023-10-22 Kent Overstreetbcachefs: Consolidate bch2_read_retry and bch2_read()
2023-10-22 Kent Overstreetbcachefs: Kill ei_str_hash
2023-10-22 Kent Overstreetbcachefs: Use __bch2_trans_do() in a few more places
2023-10-22 Kent Overstreetbcachefs: Have fsck check for stripe pointers matching...
2023-10-22 Kent Overstreetbcachefs: Fix locking in bch2_btree_iter_traverse_cached()
2023-10-22 Kent Overstreetbcachefs: __bch2_trans_get_iter() refactoring, BTREE_IT...
2023-10-22 Kent Overstreetbcachefs: Simplify bch2_btree_iter_peek_prev()
2023-10-22 Kent Overstreetbcachefs: Simplify for_each_btree_key()
2023-10-22 Kent Overstreetbcachefs: Fix compat code for superblock
2023-10-22 Kent Overstreetbcachefs: Fix bpos_diff()
2023-10-22 Kent Overstreetbcachefs: Use bch2_bpos_to_text() more consistently
2023-10-22 Kent Overstreetbcachefs: btree_iter_prev_slot()
2023-10-22 Kent Overstreetbcachefs: Delete some dead code
2023-10-22 Kent Overstreetbcachefs: btree_iter_live()
2023-10-22 Kent Overstreetbcachefs: Improve handling of extents in bch2_trans_upd...
2023-10-22 Kent Overstreetbcachefs: Use x-macros for more enums
2023-10-22 Kent Overstreetbcachefs: Rename BTREE_ID enums for consistency with...
2023-10-22 Kent Overstreetbcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whi...
2023-10-22 Kent Overstreetbcachefs: KEY_TYPE_discard is no longer used
2023-10-22 Kent Overstreetbcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERW...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_cache_scan()
2023-10-22 Kent Overstreetbcachefs: Add a mempool for the replicas delta list
2023-10-22 Kent Overstreetbcachefs: Add a mempool for btree_trans bump allocator
2023-10-22 Kent Overstreetbcachefs: Start journal reclaim thread earlier
2023-10-22 Kent Overstreetbcachefs: Fix for copygc getting stuck waiting for...
2023-10-22 Kent Overstreetbcachefs: Add allocator thread state to sysfs
2023-10-22 Kent Overstreetbcachefs: Rip out copygc pd controller
2023-10-22 Kent Overstreetbcachefs: Add copygc wait to sysfs
2023-10-22 Kent Overstreetbcachefs: Fix copygc threshold
2023-10-22 Kent Overstreetbcachefs: Don't drop ptrs to btree nodes
2023-10-22 Kent Overstreetbcachefs: Fix a use-after-free in bch2_gc_mark_key()
2023-10-22 Kent Overstreetbcachefs: Bring back metadata only gc
2023-10-22 Kent Overstreetbcachefs: Fix bch2_write_super to obey very_degraded...
2023-10-22 Kent Overstreetbcachefs: Don't fail mounts due to devices that are...
2023-10-22 Kent Overstreetbcachefs: Add a cond_seched() to the allocator thread
2023-10-22 Kent Overstreetbcachefs: Use x-macros for compat feature bits
2023-10-22 Kent Overstreetbcachefs: Fix some (spurious) warnings about uninitiali...
2023-10-22 Kent Overstreetbcachefs: Fix an allocator startup race
2023-10-22 Kent Overstreetbcachefs: Fix bkey format generation for 32 bit fields
2023-10-22 Kent Overstreetbcachefs: Scan for old btree nodes if necessary on...
2023-10-22 Kent Overstreetbcachefs: Add code to scan for/rewite old btree nodes
2023-10-22 Kent Overstreetbcachefs: Dump journal state when we get stuck
2023-10-22 Kent Overstreetbcachefs: Fix a 64 bit divide on 32 bit
2023-10-22 Kent Overstreetbcachefs: Don't use inode btree key cache in fsck code
2023-10-22 Kent Overstreetbcachefs: Don't call into journal reclaim when we're...
2023-10-22 Kent Overstreetbcachefs: Create allocator threads when allocating...
2023-10-22 Kent Overstreetbcachefs: Fix for bch2_btree_node_get_noiter() returnin...
2023-10-22 Kent Overstreetbcachefs: Add error message for some allocation failures
2023-10-22 Kent Overstreetbcachefs: Extents may now cross btree node boundaries
2023-10-22 Kent Overstreetbcachefs: iter->real_pos
2023-10-22 Kent Overstreetbcachefs: Ensure btree iterators are traversed in bch2_...
2023-10-22 Kent Overstreetbcachefs: Drop invalid stripe ptrs in fsck
2023-10-22 Robbie Litchfieldbcachefs: Fix unnecessary read amplificaiton when alloc...
2023-10-22 Kent Overstreetbcachefs: Fsck fixes
2023-10-22 Kent Overstreetbcachefs: Fix a shift greater than type size
2023-10-22 Kent Overstreetbcachefs: Assert that we're not trying to flush journal...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_iter_peek_prev()
2023-10-22 Kent Overstreetbcachefs: bch2_btree_iter_advance_pos()
2023-10-22 Kent Overstreetbcachefs: Kill bch2_btree_iter_set_pos_same_leaf()
2023-10-22 Kent Overstreetbcachefs: Simplify btree_iter_(next|prev)_leaf()
2023-10-22 Kent Overstreetbcachefs: Fix for hash_redo_key() in fsck
2023-10-22 Kent Overstreetbcachefs: Add flushed_seq_ondisk to journal_debug_to_text()
2023-10-22 Kent Overstreetbcachefs: Redo checks for sufficient devices
2023-10-22 Kent Overstreetbcachefs: Run fsck if BCH_FEATURE_alloc_v2 isn't set
2023-10-22 Kent Overstreetbcachefs: Fixes/improvements for journal entry reservations
2023-10-22 Kent Overstreetbcachefs: Include device in btree IO error messages
2023-10-22 Kent Overstreetbcachefs: Journal updates to dev usage
2023-10-22 Kent Overstreetbcachefs: Persist 64 bit io clocks
2023-10-22 Kent Overstreetbcachefs: KEY_TYPE_alloc_v2
2023-10-22 Kent Overstreetbcachefs: Add missing call to bch2_replicas_entry_sort()
2023-10-22 Kent Overstreetbcachefs: Add an assertion to check for journal writes...
2023-10-22 Kent Overstreetbcachefs: Add an option for metadata_target
2023-10-22 Kent Overstreetbcachefs: Repair bad data pointers
2023-10-22 Kent Overstreetbcachefs: Add (partial) support for fixing btree topology
2023-10-22 Kent Overstreetbcachefs: Add support for doing btree updates prior...
2023-10-22 Kent Overstreetbcachefs: Add BTREE_PTR_RANGE_UPDATED
2023-10-22 Kent Overstreetbcachefs: Refactor checking of btree topology
2023-10-22 Kent Overstreetbcachefs: Improve diagnostics when journal entries...
2023-10-22 Kent Overstreetbcachefs: Fix BCH_REPLICAS_MAX check
2023-10-22 Kent Overstreetbcachefs: Fix build in userspace
2023-10-22 Kent Overstreetbcachefs: Fix an assertion
2023-10-22 Kent Overstreetbcachefs: Mark superblocks transactionally
2023-10-22 Kent Overstreetbcachefs: Kill bch2_invalidate_bucket()
2023-10-22 Kent Overstreetbcachefs: Refactor dev usage
2023-10-22 Kent Overstreetbcachefs: Kill metadata only gc
2023-10-22 Kent Overstreetbcachefs: Ensure __bch2_trans_commit() always calls...
2023-10-22 Kent Overstreetbcachefs: Fix a faulty assertion
2023-10-22 Kent Overstreetbcachefs: Switch replicas.c allocations to GFP_KERNEL
2023-10-22 Kent Overstreetbcachefs: Fix loopback in dio mode
2023-10-22 Kent Overstreetbcachefs: Clean up bch2_extent_can_insert
2023-10-22 Kent Overstreetbcachefs: Fix an assertion pop
2023-10-22 Kent Overstreetbcachefs: Don't allocate stripes at POS_MIN
2023-10-22 Kent Overstreetbcachefs: Rework allocating buckets for stripes
2023-10-22 Kent Overstreetbcachefs: Verify transaction updates are sorted
2023-10-22 Kent Overstreetbcachefs: Preserve stripe blockcounts on existing stripes
2023-10-22 Kent Overstreetbcachefs: Kill stripe->dirty
next