summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-22thread_with_file: Lift from bcachefstime_stats_twfKent Overstreet
2024-03-22darray: lift from bcachefsKent Overstreet
2024-03-22bcache: Convert to lib/time_statsKent Overstreet
2024-03-22time_stats: report information in json formatDarrick J. Wong
2024-03-22time_stats: Promote to lib/Kent Overstreet
2024-03-22eytzinger: Promote to include/linux/Kent Overstreet
2024-03-22mean and variance: Promote to lib/mathKent Overstreet
2024-03-22time_stats: allow custom epoch namesDarrick J. Wong
2024-03-22time_stats: don't print any output if event count is zeroDarrick J. Wong
2024-03-22time_stats: report lifetime of the stats objectDarrick J. Wong
2024-03-22bcachefs: bch2_time_stats_to_seq_buf()Kent Overstreet
2024-03-22bcachefs: create debugfs dir for each btreeThomas Bertschinger
2024-03-22bcachefs: Handle empty btree roots in topology repairKent Overstreet
2024-03-22bcachefs: Repair code for missing btree rootsKent Overstreet
2024-03-22bcachefs: Don't skip fake btree roots in fsckKent Overstreet
2024-03-22bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet
2024-03-22bcachefs: Limited recreation of missing snapshot nodesKent Overstreet
2024-03-22bcachefs: Flag btrees with missing dataKent Overstreet
2024-03-22bcachefs: Fix bch2_btree_increase_depth()Kent Overstreet
2024-03-22bcachefs: Add checks for invalid snapshot IDsKent Overstreet
2024-03-22bcachefs: Move snapshot table size to struct snapshot_tableKent Overstreet
2024-03-22bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet
2024-03-22bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger
2024-03-22bcachefs: Fix journal pins in btree write bufferKent Overstreet
2024-03-22bcachefs: Fix assert in bch2_backpointer_invalid()Kent Overstreet
2024-03-18bcachefs: Fix lost wakeup on journal shutdownbcachefs-2024-03-19Kent Overstreet
2024-03-18bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet
2024-03-18bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet
2024-03-18bcachefs: Run check_topology() firstKent Overstreet
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet
2024-03-18bcachefs: Fix lost transaction restart errorKent Overstreet
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet
2024-03-17bcachefs: fix for building in userspaceKent Overstreet
2024-03-17bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recoveryKent Overstreet
2024-03-17bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()Kent Overstreet
2024-03-17bcachefs: Improve sysfs internal/btree_updatesKent Overstreet
2024-03-17bcachefs: Split out btree_node_rewrite_workerKent Overstreet
2024-03-17bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet
2024-03-17bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet
2024-03-17bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet
2024-03-17bcachefs: Fix check_key_has_snapshot() callKent Overstreet
2024-03-17bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet
2024-03-13bcachefs: time_stats: shrink time_stat_buffer for better alignmentbcachefs-2024-03-13Darrick J. Wong
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong
2024-03-13bcachefs: time_stats: add larger unitsDarrick J. Wong
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet
2024-03-13bcachefs: fix bch_folio_sector paddingKent Overstreet
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet