bcachefs: Add an option for keeping journal entries after startup
[linux-block.git] / fs / bcachefs / bcachefs.h
2023-10-22 Kent Overstreetbcachefs: Add an option for keeping journal entries...
2023-10-22 Kent Overstreetbcachefs: Seralize btree_update operations at btree_upd...
2023-10-22 Kent Overstreetbcachefs: Convert some enums to x-macros
2023-10-22 Kent Overstreetbcachefs: kill ca->freelist_lock
2023-10-22 Kent Overstreetbcachefs: bkey_on_stack
2023-10-22 Kent Overstreetbcachefs: Trust btree alloc info at runtime
2023-10-22 Kent Overstreetbcachefs: Refactor bch2_trans_commit() path
2023-10-22 Kent Overstreetbcachefs: Switch reconstruct_alloc to a mount option
2023-10-22 Kent Overstreetbcachefs: Refactor bch2_alloc_write()
2023-10-22 Kent Overstreetbcachefs: Add a hint for allocating new stripes
2023-10-22 Kent Overstreetbcachefs: Reflink
2023-10-22 Kent Overstreetbcachefs: Write out fs usage consistently
2023-10-22 Kent Overstreetbcachefs: Avoid write lock on mark_lock
2023-10-22 Kent Overstreetbcachefs: bch2_bkey_ptrs_invalid()
2023-10-22 Kent Overstreetbcachefs: use same timesource as current_time()
2023-10-22 Kent Overstreetbcachefs: Fix hang while shutting down
2023-10-22 Kent Overstreetbcachefs: Rewrite journal_seq_blacklist machinery
2023-10-22 Kent Overstreetbcachefs: ratelimit copygc warning
2023-10-22 Kent Overstreetbcachefs: Track whether filesystem has errors in superblock
2023-10-22 Kent Overstreetbcachefs: move some checks to expensive_debug_checks
2023-10-22 Kent Overstreetbcachefs: Verify fs hasn't been modified before going rw
2023-10-22 Kent Overstreetbcachefs: Go rw lazily
2023-10-22 Kent Overstreetbcachefs: More debug params for testing of recovery...
2023-10-22 Kent Overstreetbcachefs: Add time stats for btree updates
2023-10-22 Kent Overstreetbcachefs: Add more time stats for being blocked on...
2023-10-22 Kent Overstreetbcachefs: Allocate fs_usage in do_btree_insert_at()
2023-10-22 Kent Overstreetbcachefs: Fix oldest_gen handling
2023-10-22 Kent Overstreetbcachefs: don't do initial gc if have alloc info feature
2023-10-22 Kent Overstreetbcachefs: reserve space in journal for fs usage entries
2023-10-22 Kent Overstreetbcachefs: Fix a bug when shutting down before allocator...
2023-10-22 Kent Overstreetbcachefs: Persist alloc info on clean shutdown
2023-10-22 Kent Overstreetbcachefs: Fix check for if extent update is allocating
2023-10-22 Kent Overstreetbcachefs: Fix some reserve calculations
2023-10-22 Kent Overstreetbcachefs: Add a workqueue for journal reclaim
2023-10-22 Kent Overstreetbcachefs: Lots of option handling improvements
2023-10-22 Kent Overstreetbcachefs: refactor bch_fs_usage
2023-10-22 Kent Overstreetbcachefs: Switch replicas to mark_lock
2023-10-22 Kent Overstreetbcachefs: s/usage_lock/mark_lock
2023-10-22 Kent Overstreetbcachefs: move dirty into bucket_mark
2023-10-22 Kent Overstreetbcachefs: Add new alloc fields
2023-10-22 Kent Overstreetbcachefs: Track nr_inodes with the key marking machinery
2023-10-22 Kent Overstreetbcachefs: Make bkey types globally unique
2023-10-22 Kent Overstreetbcachefs: Stripes now properly subject to gc
2023-10-22 Kent Overstreetbcachefs: gc now operates on second set of bucket marks
2023-10-22 Kent Overstreetbcachefs: Allocator startup improvements
2023-10-22 Kent Overstreetbcachefs: Erasure coding
2023-10-22 Kent Overstreetbcachefs: Assorted fixes for running on very small...
2023-10-22 Kent Overstreetbcachefs: Scale down number of writepoints when low...
2023-10-22 Kent Overstreetbcachefs: kill struct bch_replicas_cpu_entry
2023-10-22 Kent Overstreetbcachefs: mempoolify btree_trans
2023-10-22 Kent Overstreetbcachefs: Better calculation of copygc threshold
2023-10-22 Kent Overstreetbcachefs: Invalidate buckets when writing to alloc...
2023-10-22 Kent Overstreetbcachefs: kill bucket mark sector count saturation
2023-10-22 Kent Overstreetbcachefs: don't call bch2_bucket_seq_cleanup from journ...
2023-10-22 Kent Overstreetbcachefs: Only check inode i_nlink during full fsck
2023-10-22 Kent Overstreetbcachefs: Initial commit