summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-08bcachefs: bch2_bucket_ref_update()Kent Overstreet
2024-05-08bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()Kent Overstreet
2024-05-08bcachefs: mark_stripe_bucket cleanupKent Overstreet
2024-05-08bcachefs: bucket_data_type_mismatch()Kent Overstreet
2024-05-08bcachefs: Clean up inode allocKent Overstreet
2024-05-08bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet
2024-05-08bcachefs: plumb data_type into bch2_bucket_alloc_trans()Kent Overstreet
2024-05-08bcachefs: Add btree_allocated_bitmap to member_to_text()Kent Overstreet
2024-05-08bcachefs: Btree key cache instrumentationKent Overstreet
2024-05-08bcachefs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)
2024-05-08bcachefs: Move gc of bucket.oldest_gen to workqueueKent Overstreet
2024-05-08bcachefs: fix flag printing in journal_buf_to_text()Kent Overstreet
2024-05-08bcachefs: Sync journal when we complete a recovery passKent Overstreet
2024-05-08bcachefs: make btree read errors silent during scanKent Overstreet
2024-05-08bcachefs: Rip bch2_snapshot_equiv() out of fsckKent Overstreet
2024-05-08bcachefs: Check for writing btree_ptr_v2.sectors_written == 0Kent Overstreet
2024-05-08bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()Kent Overstreet
2024-05-08bcachefs: fs_alloc_debug_to_text()Kent Overstreet
2024-05-08bcachefs: assert that online_reserved == 0 on shutdownKent Overstreet
2024-05-08bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet
2024-05-08bcachefs: bch2_btree_path_can_relock()Kent Overstreet
2024-05-08bcachefs: trans->lockedKent Overstreet
2024-05-08bcachefs: bch2_btree_root_alloc_fake_trans()Kent Overstreet
2024-05-08bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet
2024-05-08bcachefs: Use bch2_btree_path_upgrade() in key cache traverseKent Overstreet
2024-05-08bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodateKent Overstreet
2024-05-08bcachefs: maintain lock invariants in btree_iter_next_node()Kent Overstreet
2024-05-08bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet
2024-05-08bcachefs: prefer drop_locks_do()Kent Overstreet
2024-05-08bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mutKent Overstreet
2024-05-08bcachefs: fix typo in reference to BCACHEFS_DEBUGLukas Bulwahn
2024-05-08bcachefs: chardev: make bch_chardev_class constantRicardo B. Marliere
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: bucket_valid()Kent Overstreet
2024-05-08bcachefs: bch2_trans_relock_fail() - factor out slowpathKent Overstreet
2024-05-08bcachefs: bch2_dir_emit() - drop_locks_do() conversionKent Overstreet
2024-05-08bcachefs: bch2_btree_insert_trans() no longer specifies BTREE_ITER_cachedKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet
2024-05-08bcachefs: mark_superblock cleanupKent Overstreet
2024-05-08bcachefs: gc_btree_init_recurse() uses gc_mark_node()Kent Overstreet
2024-05-08bcachefs: move root node topo checks to node_check_topology()Kent Overstreet
2024-05-08bcachefs: move topology repair kick to gc_btrees()Kent Overstreet
2024-05-08bcachefs: kill metadata only gcKent Overstreet
2024-05-08bcachefs: Finish converting reconstruct_alloc to errors_silentKent Overstreet
2024-05-08bcachefs: bch2_gc() is now private to btree_gc.cKent Overstreet
2024-05-08bcachefs: for_each_btree_key_continue()Kent Overstreet
2024-05-08bcachefs: kill for_each_btree_key_old()Kent Overstreet
2024-05-08bcachefs: Optimize eytzinger0_sort() with bottom-up heapsortKuan-Wei Chiu
2024-05-08bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet