summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-5/+0
2024-05-09bcachefs: bucket_valid()Kent Overstreet1-0/+1
2024-05-09bcachefs: add btree_node_merging_disabled debug paramKent Overstreet1-0/+2
2024-04-14bcachefs: Fix missing write refs in fs fio pathsKent Overstreet1-0/+2
2024-04-03bcachefs: Reconstruct missing snapshot nodesKent Overstreet1-0/+1
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet1-0/+1
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet1-0/+3
2024-04-01bcachefs: Split out recovery_passes.cKent Overstreet1-1/+1
2024-04-01bcachefs: Move snapshot table size to struct snapshot_tableKent Overstreet1-1/+0
2024-03-18bcachefs: Split out btree_node_rewrite_workerKent Overstreet1-0/+2
2024-03-14bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong1-1/+1
2024-03-14bcachefs: pull out time_stats.[ch]Kent Overstreet1-2/+1
2024-03-14bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet1-3/+3
2024-03-14bcachefs: Split out discard fastpathKent Overstreet1-1/+5
2024-03-14bcachefs: bch2_print_opts()Kent Overstreet1-0/+3
2024-03-14bcachefs: BTREE_ID_subvolume_childrenKent Overstreet1-0/+1
2024-02-14bcachefs: Clamp replicas_required to replicasKent Overstreet1-0/+12
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-5/+0
2024-01-06bcachefs: add time_stats for btree_node_read_done()Kent Overstreet1-0/+1
2024-01-06bcachefs: Online fsck can now fix errorsKent Overstreet1-4/+1
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet1-8/+12
2024-01-06bcachefs: track transaction durationsKent Overstreet1-0/+1
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet1-0/+6
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-2/+7
2024-01-01bcachefs: fix userspace build errorsKent Overstreet1-0/+1
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet1-1/+0
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-0/+11
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet1-0/+1
2024-01-01bcachefs: Fix snapshot.c assertion for online fsckKent Overstreet1-0/+3
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet1-0/+1
2024-01-01bcachefs: bch2_run_online_recovery_passes()Kent Overstreet1-0/+7
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet1-14/+41
2024-01-01bcachefs: c->ro_refKent Overstreet1-0/+21
2024-01-01bcachefs: count_event()Kent Overstreet1-1/+3
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet1-1/+2
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-28/+34
2024-01-01bcachefs: track_event_change()Kent Overstreet1-1/+3
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet1-0/+1
2023-11-29bcachefs: Fix zstd compress workspace sizeKent Overstreet1-1/+1
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet1-0/+2
2023-11-14bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-1/+1
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet1-5/+9
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-0/+2
2023-11-02bcachefs: rebalance_workKent Overstreet1-0/+1
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet1-3/+0
2023-10-31bcachefs: Split out disk_groups_types.hKent Overstreet1-0/+1
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet1-1/+1
2023-10-23bcachefs: snapshot_create_lockKent Overstreet1-0/+1
2023-10-23bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet1-2/+10
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-4/+4