summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix for copygc getting stuck waiting for reserve to be filledKent Overstreet1-1/+8
2023-10-23bcachefs: Rip out copygc pd controllerKent Overstreet1-4/+0
2023-10-23bcachefs: Fix an allocator startup raceKent Overstreet1-0/+2
2023-10-23bcachefs: Create allocator threads when allocating filesystemKent Overstreet1-0/+11
2023-10-23bcachefs: Redo checks for sufficient devicesKent Overstreet1-12/+11
2023-10-23bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet1-4/+11
2023-10-23bcachefs: Journal updates to dev usageKent Overstreet1-15/+22
2023-10-23bcachefs: Persist 64 bit io clocksKent Overstreet1-6/+0
2023-10-23bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet1-0/+1
2023-10-23bcachefs: Mark superblocks transactionallyKent Overstreet1-13/+11
2023-10-23bcachefs: Refactor dev usageKent Overstreet1-1/+1
2023-10-23bcachefs: Fix an assertion popKent Overstreet1-4/+1
2023-10-23bcachefs: Refactor filesystem usage accountingKent Overstreet1-2/+2
2023-10-23bcachefs: Move journal reclaim to a kthreadKent Overstreet1-9/+7
2023-10-23bcachefs: Add a kmem_cache for btree_key_cache objectsKent Overstreet1-0/+2
2023-10-23bcachefs: New varintsKent Overstreet1-1/+0
2023-10-23bcachefs: Add a single slot percpu buf for btree itersKent Overstreet1-0/+8
2023-10-23bcachefs: Improved inode create optimizationKent Overstreet1-2/+5
2023-10-23bcachefs: Minor journal reclaim improvementKent Overstreet1-4/+4
2023-10-23bcachefs: Inode create optimizationKent Overstreet1-0/+2
2023-10-23bcachefs: Start/stop io clock hands in read/write pathsKent Overstreet1-0/+6
2023-10-23bcachefs: Improvements to writing alloc infoKent Overstreet1-16/+5
2023-10-23bcachefs: Fix copygc dying on startupKent Overstreet1-0/+7
2023-10-23bcachefs: Fix errors early in the fs init processKent Overstreet1-12/+8
2023-10-23bcachefs: Fix unmount pathKent Overstreet1-13/+29
2023-10-23bcachefs: Don't fail mount if device has been removedKent Overstreet1-2/+14
2023-10-23bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet1-1/+8
2023-10-23bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet1-0/+8
2023-10-23bcachefs: Make copygc thread globalKent Overstreet1-22/+7
2023-10-23bcachefs: Use x-macros for data typesKent Overstreet1-2/+2
2023-10-23bcachefs: Move stripe creation to workqueueKent Overstreet1-2/+6
2023-10-23bcachefs: Improve stripe triggers/heap codeKent Overstreet1-1/+0
2023-10-23bcachefs: Use cached iterators for alloc btreeKent Overstreet1-4/+26
2023-10-23bcachefs: Btree key cacheKent Overstreet1-0/+4
2023-10-23bcachefs: Turn c->state_lock into an rwsemKent Overstreet1-30/+30
2023-10-23bcachefs: Kill old allocator startup codeKent Overstreet1-10/+0
2023-10-23bcachefs: Fixes for going ROKent Overstreet1-23/+29
2023-10-23bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-0/+5
2023-10-23bcachefs: Factor out bch2_fs_btree_interior_update_init()Kent Overstreet1-11/+2
2023-10-23bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet1-1/+6
2023-10-23bcachefs: Be more rigorous about marking the filesystem cleanKent Overstreet1-3/+12
2023-10-23bcachefs: Fixes for startup on very full filesystemsKent Overstreet1-1/+2
2023-10-23bcachefs: Add an option for keeping journal entries after startupKent Overstreet1-0/+4
2023-10-23bcachefs: Dont't del sysfs dir until after we go ROKent Overstreet1-4/+4
2023-10-23bcachefs: Seralize btree_update operations at btree_update_nodes_written()Kent Overstreet1-0/+1
2023-10-23bcachefs: Hacky fixes for device removalKent Overstreet1-17/+26
2023-10-23bcachefs: Don't export __bch2_fs_read_writeKent Overstreet1-1/+1
2023-10-23bcachefs: Kill btree_node_iter_largeKent Overstreet1-2/+2
2023-10-23bcachefs: kill ca->freelist_lockKent Overstreet1-1/+0
2023-10-23bcachefs: bkey_on_stackKent Overstreet1-0/+2