aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Don't emit tracepoints for expected eventsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Use trylock in bch2_prt_backtrace()Gravatar Kent Overstreet 1-4/+2
2023-10-22bcachefs: bch2_inode_opts_get()Gravatar Kent Overstreet 6-51/+39
2023-10-22bcachefs: Fix bch_alloc_to_text()Gravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Better inlining in core write pathGravatar Kent Overstreet 5-66/+81
2023-10-22bcachefs: Better inlining for bch2_alloc_to_v4_mutGravatar Kent Overstreet 8-201/+305
2023-10-22bcachefs: Improve btree_reserve_get_fail tracepointGravatar Kent Overstreet 2-5/+10
2023-10-22bcachefs: Fix bch2_bucket_alloc_early()Gravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Check for lru entries with time=0Gravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: Fix rereplicate when we already have a cached pointerGravatar Kent Overstreet 1-2/+13
2023-10-22bcachefs: Fix repair path in bch2_mark_reflink_p()Gravatar Kent Overstreet 1-8/+14
2023-10-22bcachefs: Dump transaction updates before panicingGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill fs_usage_apply_warn()Gravatar Kent Overstreet 1-31/+3
2023-10-22bcachefs: debug: Fix some locking bugsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Convert EAGAIN errors to private error codesGravatar Kent Overstreet 8-32/+24
2023-10-22bcachefs: Convert EROFS errors to private error codesGravatar Kent Overstreet 12-17/+18
2023-10-22bcachefs: Fix compat path for old inode formatsGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: bch2_trans_relock_notrace()Gravatar Kent Overstreet 3-1/+17
2023-10-22bcachefs: btree_iter->ip_allocatedGravatar Kent Overstreet 5-40/+78
2023-10-22bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMGravatar Kent Overstreet 2-21/+51
2023-10-22bcachefs: Improve bkey_cached_lock_for_evict()Gravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Fix bch2_btree_path_traverse_all()Gravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Delete a faulty assertionGravatar Kent Overstreet 1-5/+4
2023-10-22bcachefs: Kill bch2_extent_trim_atomic() usageGravatar Kent Overstreet 2-23/+7
2023-10-22bcachefs: Plumb saw_error through to btree_err()Gravatar Kent Overstreet 3-13/+18
2023-10-22bcachefs: Convert btree_err() to a functionGravatar Kent Overstreet 1-49/+64
2023-10-22bcachefs: fix fsck errorGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Make log message at startup a bit cleanerGravatar Kent Overstreet 1-7/+6
2023-10-22bcachefs: Log more messages in the journalGravatar Kent Overstreet 9-67/+111
2023-10-22bcachefs: bch2_btree_trans_to_text(): print blocked timeGravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Fix some memcpy() warningsGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Be less restrictive when validating journal overwrite entriesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix bch2_journal_flush_device_pins()Gravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Fix for long running btree transactions & key cacheGravatar Kent Overstreet 3-0/+20
2023-10-22bcachefs: Add a missing bch2_err_str() callGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add some unlikely() annotationsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: New btree helpersGravatar Kent Overstreet 11-162/+114
2023-10-22bcachefs: Allow for more btreesGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Recover from blacklisted journal entriesGravatar Kent Overstreet 2-8/+12
2023-10-22bcachefs: Fix btree_gc when multiple passes requiredGravatar Kent Overstreet 1-4/+21
2023-10-22bcachefs: Fix error path in bch2_trans_commit_write_locked()Gravatar Kent Overstreet 1-10/+11
2023-10-22bcachefs: bch2_trans_revalidate_updates_in_node()Gravatar Kent Overstreet 2-27/+63
2023-10-22bcachefs: bkey_min(), bkey_max()Gravatar Kent Overstreet 2-7/+15
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 19-183/+211
2023-10-22bcachefs: Suppress -EROFS messages when shutting downGravatar Kent Overstreet 3-7/+9
2023-10-22bcachefs: Add a missing bch2_btree_path_traverse() callGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Fix bch2_journal_keys_peek_upto()Gravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: Kill btree_insert_ret enumGravatar Kent Overstreet 3-27/+20
2023-10-22bcachefs: Fix a btree iter assertion popGravatar Kent Overstreet 1-7/+16
2023-10-22bcachefs: Simplify journal read pathGravatar Kent Overstreet 1-25/+6