summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs.h
AgeCommit message (Expand)Author
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet
2023-10-22bcachefs: Add a mempool for btree_trans bump allocatorKent Overstreet
2023-10-22bcachefs: Add allocator thread state to sysfsKent Overstreet
2023-10-22bcachefs: Rip out copygc pd controllerKent Overstreet
2023-10-22bcachefs: Add copygc wait to sysfsKent Overstreet
2023-10-22bcachefs: Fix copygc thresholdKent Overstreet
2023-10-22bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet
2023-10-22bcachefs: Add an assertion to check for journal writes to same locationKent Overstreet
2023-10-22bcachefs: Add (partial) support for fixing btree topologyKent Overstreet
2023-10-22bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet
2023-10-22bcachefs: bch2_alloc_write() should be writing for all devicesKent Overstreet
2023-10-22bcachefs: Improve some IO error messagesKent Overstreet
2023-10-22bcachefs: Refactor filesystem usage accountingKent Overstreet
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet
2023-10-22bcachefs: Take a SRCU lock in btree transactionsKent Overstreet
2023-10-22bcachefs: Add a single slot percpu buf for btree itersKent Overstreet
2023-10-22bcachefs: Improved inode create optimizationKent Overstreet
2023-10-22bcachefs: Split out debug_check_btree_accountingKent Overstreet
2023-10-22bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2023-10-22bcachefs: Inode create optimizationKent Overstreet
2023-10-22bcachefs: Fix unmount pathKent Overstreet
2023-10-22bcachefs: Make copygc thread globalKent Overstreet
2023-10-22bcachefs: Move stripe creation to workqueueKent Overstreet
2023-10-22bcachefs: Improve stripe triggers/heap codeKent Overstreet
2023-10-22bcachefs: Increase size of btree node reserveKent Overstreet
2023-10-22bcachefs: Btree key cacheKent Overstreet
2023-10-22bcachefs: Turn c->state_lock into an rwsemKent Overstreet
2023-10-22bcachefs: More open bucketsKent Overstreet
2023-10-22bcachefs: Kill old allocator startup codeKent Overstreet
2023-10-22bcachefs: Add debug code to print btree transactionsKent Overstreet
2023-10-22bcachefs: Fixes for going ROKent Overstreet
2023-10-22bcachefs: Interior btree updates are now fully transactionalKent Overstreet
2023-10-22bcachefs: Be more rigorous about marking the filesystem cleanKent Overstreet
2023-10-22bcachefs: Add an option for keeping journal entries after startupKent Overstreet
2023-10-22bcachefs: Seralize btree_update operations at btree_update_nodes_written()Kent Overstreet
2023-10-22bcachefs: Convert some enums to x-macrosKent Overstreet
2023-10-22bcachefs: kill ca->freelist_lockKent Overstreet
2023-10-22bcachefs: bkey_on_stackKent Overstreet
2023-10-22bcachefs: Trust btree alloc info at runtimeKent Overstreet
2023-10-22bcachefs: Refactor bch2_trans_commit() pathKent Overstreet
2023-10-22bcachefs: Switch reconstruct_alloc to a mount optionKent Overstreet
2023-10-22bcachefs: Refactor bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: Add a hint for allocating new stripesKent Overstreet
2023-10-22bcachefs: ReflinkKent Overstreet
2023-10-22bcachefs: Write out fs usage consistentlyKent Overstreet
2023-10-22bcachefs: Avoid write lock on mark_lockKent Overstreet
2023-10-22bcachefs: bch2_bkey_ptrs_invalid()Kent Overstreet