summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Refactor bch_sb_field_ops handlingKent Overstreet
2023-10-22bcachefs: Allow for unknown key typesKent Overstreet
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet
2023-10-22bcachefs: flush journal to avoid invalid dev usage entries on recoveryBrian Foster
2023-10-22bcachefs: mark active journal devices on journal replicas gcBrian Foster
2023-10-22bcachefs: bch2_version_compatible()Kent Overstreet
2023-10-22bcachefs: bch2_version_to_text()Kent Overstreet
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet
2023-10-22bcachefs: Fix a format string warningKent Overstreet
2023-10-22bcachefs: Kill JOURNAL_WATERMARKKent Overstreet
2023-10-22bcachefs: BCH_WATERMARK_reclaimKent Overstreet
2023-10-22bcachefs: struct bch_extent_rebalanceKent Overstreet
2023-10-22bcachefs: Expand BTREE_NODE_IDKent Overstreet
2023-10-22bcachefs: Fix btree node write error messageKent Overstreet
2023-10-22bcachefs: fsck: Break walk_inode() up into multiple functionsKent Overstreet
2023-10-22bcachefs: Fix leak in backpointers fsckKent Overstreet
2023-10-22bcachefs: unregister_shrinker() now safe on not-registered shrinkerKent Overstreet
2023-10-22bcachefs: Add a missing rhashtable_destroy() callKent Overstreet
2023-10-22bcachefs: Improve bch2_bkey_make_mut()Kent Overstreet
2023-10-22bcachefs: Reduce stack frame size of bch2_check_alloc_info()Kent Overstreet
2023-10-22bcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEKent Overstreet
2023-10-22bcachefs: Improve error message for overlapping extentsKent Overstreet
2023-10-22bcachefs: Fix check_pos_snapshot_overwritten()Kent Overstreet
2023-10-22bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet
2023-10-22bcachefs: BCH_ERR_fsck -> EINVALKent Overstreet
2023-10-22bcachefs: bch2_trans_mark_pointer() refactoringKent Overstreet
2023-10-22bcachefs: Fix more lockdep splats in debug.cKent Overstreet
2023-10-22bcachefs: Fix lockdep splat in bch2_readdirKent Overstreet
2023-10-22bcachefs: Check for ERR_PTR() from filemap_lock_folio()Kent Overstreet
2023-10-22bcachefs: New error message helpersKent Overstreet
2023-10-22bcachefs: fiemap: Fix a lockdep splatKent Overstreet
2023-10-22bcachefs: seqmutex; fix a lockdep splatKent Overstreet
2023-10-22bcachefs: Don't call lock_graph_descend() with wait lock heldKent Overstreet
2023-10-22bcachefs: Fix bch2_check_discard_freespace_key()Kent Overstreet
2023-10-22bcachefs: bch2_trans_unlock_noassert()Kent Overstreet
2023-10-22bcachefs: Fix bch2_btree_update_start()Kent Overstreet
2023-10-22bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet
2023-10-22bcachefs: snapshot_to_text() includes snapshot treeKent Overstreet
2023-10-22bcachefs: Fix try_decrease_writepoints()Kent Overstreet
2023-10-22bcachefs: Delete weird hacky transaction restart injectionKent Overstreet
2023-10-22bcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RWKent Overstreet
2023-10-22bcachefs: New assertions when marking filesystem cleanKent Overstreet
2023-10-22bcachefs: ec: Fix a lost wakeupKent Overstreet
2023-10-22bcachefs: fix NULL pointer dereference in try_alloc_bucketMikulas Patocka
2023-10-22bcachefs: Fix subvol deletion deadlockKent Overstreet
2023-10-22bcachefs: don't spin in rebalance when background target is not usableBrian Foster
2023-10-22bcachefs: push rcu lock down into bch2_target_to_mask()Brian Foster
2023-10-22bcachefs: create internal disk_groups sysfs fileBrian Foster
2023-10-22bcachefs: Clean up tests codeKent Overstreet