linux-block.git
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
2023-10-22 Kent Overstreetbcachefs: Fix gc updating stripes info
2023-10-22 Kent Overstreetbcachefs: Fix double counting of stripe block counts...
2023-10-22 Kent Overstreetbcachefs: Fix integer overflow in bch2_disk_reservation...
2023-10-22 Kent Overstreetbcachefs: Correctly order flushes and journal writes...
2023-10-22 Kent Overstreetbcachefs: Run jset_validate in write path as well
2023-10-22 Kent Overstreetbcachefs: Factor out bch2_ec_stripes_heap_start()
2023-10-22 Kent Overstreetbcachefs: Add btree node prefetching to bch2_btree_and_...
2023-10-22 Kent Overstreetbcachefs: Erasure coding fixes & refactoring
2023-10-22 Kent Overstreetbcachefs: Add cannibalize lock to btree_cache_to_text()
2023-10-22 Kent Overstreetbcachefs: Fix .splice_write
2023-10-22 Kent Overstreetbcachefs: Fix bch2_replicas_gc2
2023-10-22 Kent Overstreetbcachefs: bch2_alloc_write() should be writing for...
2023-10-22 Kent Overstreetbcachefs: Fix btree node split after merge operations
2023-10-22 Kent Overstreetbcachefs: Reserve some open buckets for btree allocations
2023-10-22 Kent Overstreetbcachefs: Work around a zstd bug
2023-10-22 Kent Overstreetbcachefs: Don't error out of recovery process on journa...
2023-10-22 Kent Overstreetbcachefs: Fix journal_buf_realloc()
2023-10-22 Kent Overstreetbcachefs: Reduce/kill BKEY_PADDED use
2023-10-22 Kent Overstreetbcachefs: Use separate new stripes for copygc and non...
2023-10-22 Kent Overstreetbcachefs: Change allocations for ec stripes to blocking
2023-10-22 Kent Overstreetbcachefs: Don't read existing stripes synchronously...
2023-10-22 Kent Overstreetbcachefs: Change when we allow overwrites
2023-10-22 Kent Overstreetbcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
2023-10-22 Kent Overstreetbcachefs: Fix iterator overflow in move path
2023-10-22 Kent Overstreetbcachefs: Fix btree lock being incorrectly dropped
2023-10-22 Kent Overstreetbcachefs: Fix for spinning in journal reclaim on startup
2023-10-22 Kent Overstreetbcachefs: Fix race between journal_seq_copy() and journ...
2023-10-22 Kent Overstreetbcachefs: Don't write bucket IO time lazily
2023-10-22 Kent Overstreetbcachefs: Add BCH_BKEY_PTRS_MAX
2023-10-22 Kent Overstreetbcachefs: Check for duplicate device ptrs in bch2_bkey_...
2023-10-22 Kent Overstreetbcachefs: Add some cond_rescheds() in shutdown path
2023-10-22 Kent Overstreetbcachefs: Fix btree node merge -> split operations
2023-10-22 Kent Overstreetbcachefs: Always check if we need disk res in extent...
2023-10-22 Kent Overstreetbcachefs: Update transactional triggers interface to...
2023-10-22 Kent Overstreetbcachefs: Only try to get existing stripe once in strip...
2023-10-22 Kent Overstreetbcachefs: Fix __btree_iter_next() when all iters are...
2023-10-22 Kent Overstreetbcachefs: Fix rand_delete() test
2023-10-22 Kent Overstreetbcachefs: Try to print full btree error message
2023-10-22 Kent Overstreetbcachefs: Prevent journal reclaim from spinning
2023-10-22 Kent Overstreetbcachefs: Fix btree key cache dirty checks
2023-10-22 Kent Overstreetbcachefs: Be more conservation about journal pre-reserv...
2023-10-22 Kent Overstreetbcachefs: Don't require flush/fua on every journal...
2023-10-22 Kent Overstreetbcachefs: Improve journal free space calculations
2023-10-22 Kent Overstreetbcachefs: Increase journal pipelining
2023-10-22 Kent Overstreetbcachefs: Don't issue btree writes that weren't journalled
2023-10-22 Kent Overstreetbcachefs: Check for errors in bch2_journal_reclaim()
2023-10-22 Kent Overstreetbcachefs: Flag inodes that had btree update errors
2023-10-22 Kent Overstreetbcachefs: Improve some IO error messages
2023-10-22 Kent Overstreetbcachefs: Refactor filesystem usage accounting
2023-10-22 Kent Overstreetbcachefs: Fix spurious alloc errors on forced shutdown
2023-10-22 Kent Overstreetbcachefs: Fix some spurious gcc warnings
next