summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-12-29bcachefs: bch2_backpointer_get_key() now repairs dangling backpointersKent Overstreet
2024-12-29bcachefs: check_extents_to_backpointers() now only checks buckets with mismat...Kent Overstreet
2024-12-29bcachefs: Add write buffer flush param to backpointer_get_key()Kent Overstreet
2024-12-29bcachefs: kill __bch2_extent_ptr_to_bp()Kent Overstreet
2024-12-29bcachefs: bch2_extent_ptr_to_bp() no longer depends on deviceKent Overstreet
2024-12-29bcachefs: bcachefs_metadata_version_disk_accounting_big_endianKent Overstreet
2024-12-29bcachefs: bcachefs_metadata_version_backpointer_bucket_genKent Overstreet
2024-12-29bcachefs: bch2_btree_path_peek_slot() doesn't return errorsKent Overstreet
2024-12-29bcachefs: trace_key_cache_fillKent Overstreet
2024-12-29bcachefs: Log message in journal for snapshot deletionKent Overstreet
2024-12-29bcachefs: bch2_trans_log_msg()Kent Overstreet
2024-12-29bcachefs: Kill snapshot_t->equivKent Overstreet
2024-12-23block: Delete bio_set_prio()John Garry
2024-12-21bcachefs: Snapshot deletion no longer uses snapshot_t->equivKent Overstreet
2024-12-21bcachefs: Kill equiv_seen arg to delete_dead_snapshots_process_key()Kent Overstreet
2024-12-21bcachefs: Don't run overwrite triggers before insertKent Overstreet
2024-12-21bcachefs: alloc_data_type_set() happens in alloc triggerKent Overstreet
2024-12-21bcachefs: Fix key cache + BTREE_ITER_all_snapshotsKent Overstreet
2024-12-21bcachefs: Fix btree_trans_peek_key_cache() BTREE_ITER_all_snapshotsKent Overstreet
2024-12-21bcachefs: tidy btree_trans_peek_journal()Kent Overstreet
2024-12-21bcachefs: tidy up __bch2_btree_iter_peek()Kent Overstreet
2024-12-21bcachefs: check_indirect_extents can run onlineKent Overstreet
2024-12-21bcachefs: Refactor c->opts.reconstruct_allocKent Overstreet
2024-12-21bcachefs: Add empty statement between label and declaration in check_inode_ha...Nathan Chancellor
2024-12-21bcachefs: trace_write_buffer_maybe_flushKent Overstreet
2024-12-21bcachefs: bch2_snapshot_exists()Kent Overstreet
2024-12-21bcachefs: bch2_check_key_has_snapshot() prints btree idKent Overstreet
2024-12-21bcachefs: bch2_str_hash_check_key() now checks inode hash infoKent Overstreet
2024-12-21bcachefs: Don't BUG_ON() inode unpack errorKent Overstreet
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet
2024-12-21bcachefs: kill sysfs internal/accountingKent Overstreet
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet
2024-12-21bcachefs: Don't start rewriting btree nodes until after journal replayKent Overstreet
2024-12-21bcachefs: Fix reuse of bucket before journal flush on multiple empty -> nonem...Kent Overstreet
2024-12-21bcachefs: bch2_journal_noflush_seq() now takes [start, end)Kent Overstreet
2024-12-21bcachefs: Set bucket needs discard, inc gen on empty -> nonempty transitionKent Overstreet
2024-12-21bcachefs: Don't add unknown accounting types to eytzinger treeKent Overstreet
2024-12-21bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet
2024-12-21bcachefs: Use a heap for handling overwrites in btree node scanKent Overstreet
2024-12-21bcachefs: Minor bucket alloc optimizationKent Overstreet
2024-12-21bcachefs: Mark more errors autofixKent Overstreet
2024-12-21bcachefs: fix bch2_btree_node_header_to_text() format stringKent Overstreet
2024-12-21bcachefs: Journal space calculations should skip durability=0 devicesKent Overstreet
2024-12-21bcachefs: factor out str_hash.cKent Overstreet
2024-12-21bcachefs: kill flags param to bch2_subvolume_get()Kent Overstreet
2024-12-21bcachefs: Don't call bch2_btree_interior_update_will_free_node() until after ...Kent Overstreet
2024-12-21bcachefs: Make sure __bch2_run_explicit_recovery_pass() signals to rewindKent Overstreet
2024-12-21bcachefs: Call bch2_btree_lost_data() on btree read errorKent Overstreet
2024-12-21bcachefs: Journal write path refactoring, debug improvementsKent Overstreet
2024-12-21bcachefs: dev_alloc_list.devs -> dev_alloc_list.dataKent Overstreet