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