summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs.h
AgeCommit message (Expand)Author
2024-12-21bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet
2024-12-21bcachefs: bch2_journal_meta() takes ref on c->writesKent Overstreet
2024-12-21bcachefs: Add locking for bch_fs.curr_recovery_passKent Overstreet
2024-12-21bcachefs: bch_verbose_ratelimitedKent Overstreet
2024-10-29bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open bucketsKent Overstreet
2024-09-27bcachefs: BCH_FS_clean_recoveryKent Overstreet
2024-09-27bcachefs: Fix BCH_SB_ERRS() so we can reorderKent Overstreet
2024-09-21bcachefs: bch_fs.rw_devs_change_countKent Overstreet
2024-09-21bcachefs: Options for recovery_passes, recovery_passes_excludeKent Overstreet
2024-09-09bcachefs: Switch gc bucket array to a genradixKent Overstreet
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet
2024-09-09bcachefs: Fix negative timespecsAlyssa Ross
2024-08-13bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet
2024-07-14bcachefs: Reduce the scope of gc_lockKent Overstreet
2024-07-14bcachefs: Refactor disk accounting data structuresKent Overstreet
2024-07-14bcachefs: Plumb more logging through stdio redirectKent Overstreet
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet
2024-07-14bcachefs: Kill replicas_journal_resKent Overstreet
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet
2024-07-14bcachefs: kill bch2_fs_usage_read()Kent Overstreet
2024-07-14bcachefs: dev_usage updated by new accountingKent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-07-14bcachefs: btree write buffer knows how to accumulate bch_accounting keysKent Overstreet
2024-07-14bcachefs: metadata version bucket_stripe_sectorsKent Overstreet
2024-07-14bcachefs: add capacity, reserved to fs_alloc_debug_to_text()Kent Overstreet
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet
2024-05-28bcachefs: btree_gc can now handle unknown btreesKent Overstreet
2024-05-09bcachefs: add no_invalid_checks flagThomas Bertschinger
2024-05-08bcachefs: Allocator prefers not to expand mi.btree_allocated bitmapKent Overstreet
2024-05-08bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet
2024-05-08bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet
2024-05-08bcachefs: Debug asserts for ca->refKent Overstreet
2024-05-08bcachefs: Kill gc_init_recurse()Kent Overstreet
2024-05-08bcachefs: kill gc looping for bucket gensKent Overstreet
2024-05-08bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet
2024-05-08bcachefs: Move gc of bucket.oldest_gen to workqueueKent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: bucket_valid()Kent Overstreet
2024-05-08bcachefs: add btree_node_merging_disabled debug paramKent Overstreet
2024-04-13bcachefs: Fix missing write refs in fs fio pathsKent Overstreet
2024-04-03bcachefs: Reconstruct missing snapshot nodesKent Overstreet
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet
2024-03-31bcachefs: Move snapshot table size to struct snapshot_tableKent Overstreet