summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs.h
AgeCommit message (Expand)Author
2023-10-22bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet
2023-10-22bcachefs: ratelimit copygc warningKent Overstreet
2023-10-22bcachefs: Track whether filesystem has errors in superblockKent Overstreet
2023-10-22bcachefs: move some checks to expensive_debug_checksKent Overstreet
2023-10-22bcachefs: Verify fs hasn't been modified before going rwKent Overstreet
2023-10-22bcachefs: Go rw lazilyKent Overstreet
2023-10-22bcachefs: More debug params for testing of recovery pathsKent Overstreet
2023-10-22bcachefs: Add time stats for btree updatesKent Overstreet
2023-10-22bcachefs: Add more time stats for being blocked on allocatorKent Overstreet
2023-10-22bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet
2023-10-22bcachefs: Fix oldest_gen handlingKent Overstreet
2023-10-22bcachefs: don't do initial gc if have alloc info featureKent Overstreet
2023-10-22bcachefs: reserve space in journal for fs usage entriesKent Overstreet
2023-10-22bcachefs: Fix a bug when shutting down before allocator startedKent Overstreet
2023-10-22bcachefs: Persist alloc info on clean shutdownKent Overstreet
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet
2023-10-22bcachefs: Fix some reserve calculationsKent Overstreet
2023-10-22bcachefs: Add a workqueue for journal reclaimKent Overstreet
2023-10-22bcachefs: Lots of option handling improvementsKent Overstreet
2023-10-22bcachefs: refactor bch_fs_usageKent Overstreet
2023-10-22bcachefs: Switch replicas to mark_lockKent Overstreet
2023-10-22bcachefs: s/usage_lock/mark_lockKent Overstreet
2023-10-22bcachefs: move dirty into bucket_markKent Overstreet
2023-10-22bcachefs: Add new alloc fieldsKent Overstreet
2023-10-22bcachefs: Track nr_inodes with the key marking machineryKent Overstreet
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet
2023-10-22bcachefs: Stripes now properly subject to gcKent Overstreet
2023-10-22bcachefs: gc now operates on second set of bucket marksKent Overstreet
2023-10-22bcachefs: Allocator startup improvementsKent Overstreet
2023-10-22bcachefs: Erasure codingKent Overstreet
2023-10-22bcachefs: Assorted fixes for running on very small devicesKent Overstreet
2023-10-22bcachefs: Scale down number of writepoints when low on spaceKent Overstreet
2023-10-22bcachefs: kill struct bch_replicas_cpu_entryKent Overstreet
2023-10-22bcachefs: mempoolify btree_transKent Overstreet
2023-10-22bcachefs: Better calculation of copygc thresholdKent Overstreet
2023-10-22bcachefs: Invalidate buckets when writing to alloc btreeKent Overstreet
2023-10-22bcachefs: kill bucket mark sector count saturationKent Overstreet
2023-10-22bcachefs: don't call bch2_bucket_seq_cleanup from journal_buf_switchKent Overstreet
2023-10-22bcachefs: Only check inode i_nlink during full fsckKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet