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