summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Kill other unreachable() usesKent Overstreet
2023-10-22bcachefs: Remove undefined behavior in bch2_dev_buckets_reserved()Josh Poimboeuf
2023-10-22bcachefs: Remove a redundant and harmless bch2_free_super() callChristophe JAILLET
2023-10-22bcachefs: Fix use-after-free in bch2_dev_add()Christophe JAILLET
2023-10-22bcachefs: add module description to fix modpost warningBrian Foster
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Remove unneeded semicolonYang Li
2023-10-22bcachefs: Add a missing prefetch includeKent Overstreet
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()Nathan Chancellor
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Nathan Chancellor
2023-10-22bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...Nathan Chancellor
2023-10-22bcachefs: Fix -Wformat in bch2_bucket_gens_invalid()Nathan Chancellor
2023-10-22bcachefs: Fix -Wformat in bch2_alloc_v4_invalid()Nathan Chancellor
2023-10-22bcachefs: Fix -Wformat in bch2_btree_key_cache_to_text()Nathan Chancellor
2023-10-22bcachefs: Fix -Wformat in bch2_set_bucket_needs_journal_commit()Nathan Chancellor
2023-10-22bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King
2023-10-22bcachefs: remove redundant pointer qColin Ian King
2023-10-22bcachefs: remove duplicated assignment to variable offset_into_extentColin Ian King
2023-10-22bcachefs: remove redundant initializations of variables start_offset and end_...Colin Ian King
2023-10-22bcachefs: remove redundant initialization of pointer dstColin Ian King
2023-10-22bcachefs: remove redundant initialization of pointer dColin Ian King
2023-10-22bcachefs: trace_read_nopromote()Kent Overstreet
2023-10-22bcachefs: Log finsert/fcollapse operationsKent Overstreet
2023-10-22bcachefs: Log truncate operationsKent Overstreet
2023-10-22bcachefs: BTREE_ID_logged_opsKent Overstreet
2023-10-22bcachefs: New io_misc.c helpersKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: bch2_trans_update_get_key_cache()Kent Overstreet
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet
2023-10-22bcachefs: Kill incorrect assertionKent Overstreet
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet
2023-10-22bcachefs: Fix bch_sb_handle typeKent Overstreet
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet
2023-10-22bcachefs: Fix silent enum conversion errorKent Overstreet
2023-10-22bcachefs: Array bounds fixesKent Overstreet
2023-10-22bcachefs: bch2_acl_to_text()Kent Overstreet
2023-10-22bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster
2023-10-22bcachefs: Fix snapshot_skiplist_good()Kent Overstreet
2023-10-22bcachefs: Kill stripe check in bch2_alloc_v4_invalid()Kent Overstreet
2023-10-22bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet
2023-10-22bcachefs: Put bkey invalid check in commit path in a more useful placeKent Overstreet
2023-10-22bcachefs: Always check alloc data typeKent Overstreet
2023-10-22bcachefs: Fix a double free on invalid bkeyKent Overstreet
2023-10-22bcachefs: bch2_propagate_key_to_snapshot_leaves()Kent Overstreet
2023-10-22bcachefs: Cleanup redundant snapshot nodesKent Overstreet
2023-10-22bcachefs: Fix btree write buffer with snapshots btreesKent Overstreet
2023-10-22bcachefs: Fix is_ancestor bitmapKent Overstreet
2023-10-22bcachefs: move check_pos_snapshot_overwritten() to snapshot.cKent Overstreet