aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Ratelimiting for writeback IOsKent Overstreet1-0/+2
2023-10-22bcachefs: Fix possible null deref on mountDan Robertson1-1/+1
2023-10-22bcachefs: Fix some refcounting bugsKent Overstreet1-4/+8
2023-10-22bcachefs: New and improved topology repair codeKent Overstreet1-0/+5
2023-10-22bcachefs: Fix key cache assertionKent Overstreet1-0/+1
2023-10-22bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet1-2/+2
2023-10-22bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet1-2/+1
2023-10-22bcachefs: Add a print statement for when we go read-writeKent Overstreet1-0/+2
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet1-20/+20
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-2/+2
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet1-6/+1
2023-10-22bcachefs: Start journal reclaim thread earlierKent Overstreet1-7/+1
2023-10-22bcachefs: Fix for copygc getting stuck waiting for reserve to be filledKent Overstreet1-1/+8
2023-10-22bcachefs: Rip out copygc pd controllerKent Overstreet1-4/+0
2023-10-22bcachefs: Fix an allocator startup raceKent Overstreet1-0/+2
2023-10-22bcachefs: Create allocator threads when allocating filesystemKent Overstreet1-0/+11
2023-10-22bcachefs: Redo checks for sufficient devicesKent Overstreet1-12/+11
2023-10-22bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet1-4/+11
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet1-15/+22
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet1-6/+0
2023-10-22bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet1-0/+1
2023-10-22bcachefs: Mark superblocks transactionallyKent Overstreet1-13/+11
2023-10-22bcachefs: Refactor dev usageKent Overstreet1-1/+1
2023-10-22bcachefs: Fix an assertion popKent Overstreet1-4/+1
2023-10-22bcachefs: Refactor filesystem usage accountingKent Overstreet1-2/+2
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet1-9/+7
2023-10-22bcachefs: Add a kmem_cache for btree_key_cache objectsKent Overstreet1-0/+2
2023-10-22bcachefs: New varintsKent Overstreet1-1/+0
2023-10-22bcachefs: Add a single slot percpu buf for btree itersKent Overstreet1-0/+8
2023-10-22bcachefs: Improved inode create optimizationKent Overstreet1-2/+5
2023-10-22bcachefs: Minor journal reclaim improvementKent Overstreet1-4/+4
2023-10-22bcachefs: Inode create optimizationKent Overstreet1-0/+2
2023-10-22bcachefs: Start/stop io clock hands in read/write pathsKent Overstreet1-0/+6
2023-10-22bcachefs: Improvements to writing alloc infoKent Overstreet1-16/+5
2023-10-22bcachefs: Fix copygc dying on startupKent Overstreet1-0/+7
2023-10-22bcachefs: Fix errors early in the fs init processKent Overstreet1-12/+8
2023-10-22bcachefs: Fix unmount pathKent Overstreet1-13/+29
2023-10-22bcachefs: Don't fail mount if device has been removedKent Overstreet1-2/+14
2023-10-22bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet1-1/+8
2023-10-22bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet1-0/+8
2023-10-22bcachefs: Make copygc thread globalKent Overstreet1-22/+7
2023-10-22bcachefs: Use x-macros for data typesKent Overstreet1-2/+2
2023-10-22bcachefs: Move stripe creation to workqueueKent Overstreet1-2/+6
2023-10-22bcachefs: Improve stripe triggers/heap codeKent Overstreet1-1/+0
2023-10-22bcachefs: Use cached iterators for alloc btreeKent Overstreet1-4/+26
2023-10-22bcachefs: Btree key cacheKent Overstreet1-0/+4
2023-10-22bcachefs: Turn c->state_lock into an rwsemKent Overstreet1-30/+30
2023-10-22bcachefs: Kill old allocator startup codeKent Overstreet1-10/+0
2023-10-22bcachefs: Fixes for going ROKent Overstreet1-23/+29
2023-10-22bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-0/+5