summaryrefslogtreecommitdiffstats
path: root/fs/tracefs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Remove unneeded semicolonYang Li2-4/+4
2023-10-22bcachefs: Add a missing prefetch includeKent Overstreet1-0/+1
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...Nathan Chancellor3-7/+7
2023-10-22bcachefs: Fix -Wformat in bch2_bucket_gens_invalid()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wformat in bch2_alloc_v4_invalid()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wformat in bch2_btree_key_cache_to_text()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wformat in bch2_set_bucket_needs_journal_commit()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King5-5/+5
2023-10-22bcachefs: remove redundant pointer qColin Ian King1-3/+0
2023-10-22bcachefs: remove duplicated assignment to variable offset_into_extentColin Ian King1-1/+0
2023-10-22bcachefs: remove redundant initializations of variables start_offset and end_...Colin Ian King1-2/+2
2023-10-22bcachefs: remove redundant initialization of pointer dstColin Ian King1-2/+1
2023-10-22bcachefs: remove redundant initialization of pointer dColin Ian King2-2/+2
2023-10-22bcachefs: trace_read_nopromote()Kent Overstreet3-18/+48
2023-10-22bcachefs: Log finsert/fcollapse operationsKent Overstreet4-95/+152
2023-10-22bcachefs: Log truncate operationsKent Overstreet6-22/+75
2023-10-22bcachefs: BTREE_ID_logged_opsKent Overstreet10-1/+156
2023-10-22bcachefs: New io_misc.c helpersKent Overstreet5-192/+250
2023-10-22bcachefs: Break up io.cKent Overstreet34-1692/+1751
2023-10-22bcachefs: bch2_trans_update_get_key_cache()Kent Overstreet1-29/+42
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet6-18/+18
2023-10-22bcachefs: Kill incorrect assertionKent Overstreet1-2/+0
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet15-79/+67
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet3-3/+29
2023-10-22bcachefs: Fix bch_sb_handle typeKent Overstreet1-1/+1
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet4-20/+12
2023-10-22bcachefs: Fix silent enum conversion errorKent Overstreet4-16/+20
2023-10-22bcachefs: Array bounds fixesKent Overstreet7-66/+64
2023-10-22bcachefs: bch2_acl_to_text()Kent Overstreet4-9/+72
2023-10-22bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster1-0/+4
2023-10-22bcachefs: Fix snapshot_skiplist_good()Kent Overstreet1-20/+10
2023-10-22bcachefs: Kill stripe check in bch2_alloc_v4_invalid()Kent Overstreet1-5/+0
2023-10-22bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet3-31/+19
2023-10-22bcachefs: Put bkey invalid check in commit path in a more useful placeKent Overstreet1-19/+19
2023-10-22bcachefs: Always check alloc data typeKent Overstreet1-59/+42
2023-10-22bcachefs: Fix a double free on invalid bkeyKent Overstreet1-1/+0
2023-10-22bcachefs: bch2_propagate_key_to_snapshot_leaves()Kent Overstreet3-12/+118
2023-10-22bcachefs: Cleanup redundant snapshot nodesKent Overstreet2-28/+223
2023-10-22bcachefs: Fix btree write buffer with snapshots btreesKent Overstreet2-3/+7
2023-10-22bcachefs: Fix is_ancestor bitmapKent Overstreet1-21/+43
2023-10-22bcachefs: move check_pos_snapshot_overwritten() to snapshot.cKent Overstreet3-49/+51
2023-10-22bcachefs: Fix bch2_mount error pathKent Overstreet2-1/+9
2023-10-22bcachefs: Delete a faulty assertionKent Overstreet1-1/+0
2023-10-22bcachefs: Improve btree_path_relock_fail tracepointKent Overstreet1-4/+22
2023-10-22bcachefs: Fix divide by zero in rebalance_work()Kent Overstreet1-0/+4
2023-10-22bcachefs: Split out snapshot.cKent Overstreet18-1570/+1655
2023-10-22bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet1-0/+4
2023-10-22bcachefs: Fix swallowing of data in buffered write pathKent Overstreet1-0/+1