aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-13bcachefs: Clamp replicas_required to replicasGravatar Kent Overstreet 1-0/+12
2024-01-21bcachefs: Prep work for variable size btree node buffersGravatar Kent Overstreet 1-5/+0
2024-01-05bcachefs: add time_stats for btree_node_read_done()Gravatar Kent Overstreet 1-0/+1
2024-01-05bcachefs: Online fsck can now fix errorsGravatar Kent Overstreet 1-4/+1
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioGravatar Kent Overstreet 1-8/+12
2024-01-05bcachefs: track transaction durationsGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: Make sure allocation failure errors are loggedGravatar Kent Overstreet 1-0/+6
2024-01-01bcachefs: bch_err_(fn|msg) check if should printGravatar Kent Overstreet 1-2/+7
2024-01-01bcachefs: fix userspace build errorsGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: kill btree_trans->wb_updatesGravatar Kent Overstreet 1-1/+0
2024-01-01bcachefs: btree write buffer now slurps keys from journalGravatar Kent Overstreet 1-0/+11
2024-01-01bcachefs: Improve trans->extra_journal_entriesGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: Fix snapshot.c assertion for online fsckGravatar Kent Overstreet 1-0/+3
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: bch2_run_online_recovery_passes()Gravatar Kent Overstreet 1-0/+7
2024-01-01bcachefs: Add ability to redirect log outputGravatar Kent Overstreet 1-14/+41
2024-01-01bcachefs: c->ro_refGravatar Kent Overstreet 1-0/+21
2024-01-01bcachefs: count_event()Gravatar Kent Overstreet 1-1/+3
2024-01-01bcachefs: Clean up btree write buffer write ref handlingGravatar Kent Overstreet 1-1/+2
2024-01-01bcachefs: convert bch_fs_flags to x-macroGravatar Kent Overstreet 1-28/+34
2024-01-01bcachefs: track_event_change()Gravatar Kent Overstreet 1-1/+3
2024-01-01bcachefs: bch_sb.recovery_passes_requiredGravatar Kent Overstreet 1-0/+1
2023-11-28bcachefs: Fix zstd compress workspace sizeGravatar Kent Overstreet 1-1/+1
2023-11-24bcachefs: Proper refcounting for journal_keysGravatar Kent Overstreet 1-0/+2
2023-11-13bcachefs: Fix multiple -Warray-bounds warningsGravatar Gustavo A. R. Silva 1-1/+1
2023-11-01bcachefs: bch_sb_field_errorsGravatar Kent Overstreet 1-5/+9
2023-11-01bcachefs: Add IO error counts to bch_memberGravatar Kent Overstreet 1-0/+2
2023-11-01bcachefs: rebalance_workGravatar Kent Overstreet 1-0/+1
2023-10-31bcachefs: move: move_stats refactoringGravatar Kent Overstreet 1-3/+0
2023-10-31bcachefs: Split out disk_groups_types.hGravatar Kent Overstreet 1-0/+1
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: snapshot_create_lockGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsGravatar Kent Overstreet 1-2/+10
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: BTREE_ID_logged_opsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Ensure topology repair runsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Log a message when running an explicit recovery passGravatar Kent Overstreet 1-16/+0
2023-10-22bcachefs: bcachefs_metadata_version_deleted_inodesGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: recovery_types.hGravatar Kent Overstreet 1-42/+1
2023-10-22bcachefs: Make topology repair a normal recovery passGravatar Kent Overstreet 1-5/+8
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Gravatar Kent Overstreet 1-1/+14
2023-10-22bcachefs: Upgrade path fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert snapshot table to RCU arrayGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Version table now lists required recovery passesGravatar Kent Overstreet 1-11/+6
2023-10-22bcachefs: bcachefs_metadata_version_major_minorGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Enumerate recovery passesGravatar Kent Overstreet 1-5/+44
2023-10-22bcachefs: Stash journal replay params in bch_fsGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: version_upgrade is now an enumGravatar Kent Overstreet 1-0/+1