summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet1-3/+0
2023-10-23bcachefs: Change bch2_dev_lookup() to not use lookup_bdev()Kent Overstreet1-8/+2
2023-10-23bcachefs: bch2_gc_gens() no longer uses bucket arrayKent Overstreet1-0/+1
2023-10-23bcachefs: btree_id_cached()Kent Overstreet1-0/+4
2023-10-23bcachefs: New data structure for buckets waiting on journal commitKent Overstreet1-0/+3
2023-10-23Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"Kent Overstreet1-0/+5
2023-10-23bcachefs: Log & error message improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Improved superblock-related error messagesKent Overstreet1-95/+31
2023-10-23bcachefs: bch_dev->devKent Overstreet1-1/+3
2023-10-23bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet1-1/+1
2023-10-23bcachefs: Improve error messages in device add pathKent Overstreet1-17/+27
2023-10-23bcachefs: Delete some obsolete journal_seq_blacklist codeKent Overstreet1-5/+0
2023-10-23bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marksKent Overstreet1-26/+0
2023-10-23bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet1-0/+2
2023-10-23bcachefs: Option improvementsKent Overstreet1-4/+7
2023-10-23bcachefs: Add more time_statsKent Overstreet1-4/+4
2023-10-23bcachefs: Convert journal sysfs params to regular optionsKent Overstreet1-0/+9
2023-10-23bcachefs: Clean up error reporting in the startup pathKent Overstreet1-90/+87
2023-10-23bcachefs: Return -ENOKEY/EINVAL when mount decryption failsChris Webb1-16/+33
2023-10-23bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet1-0/+3
2023-10-23bcachefs: Drop bch2_journal_meta() call when going RWKent Overstreet1-7/+0
2023-10-23bcachefs: Fix dev accounting after device addKent Overstreet1-0/+12
2023-10-23bcachefs: Fix bch2_dev_remove_alloc()Kent Overstreet1-3/+6
2023-10-23bcachefs: Subvolumes, snapshotsKent Overstreet1-0/+4
2023-10-23bcachefs: btree_pathKent Overstreet1-4/+4
2023-10-23bcachefs: add progress stats to sysfsBrett Holman1-0/+3
2023-10-23bcachefs: Update btree ptrs after every writeKent Overstreet1-6/+3
2023-10-23bcachefs: Don't mark superblocks past end of usable spaceKent Overstreet1-0/+5
2023-10-23bcachefs: Assorted endianness fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Split out btree_error_wqKent Overstreet1-0/+4
2023-10-23bcachefs: Add a workqueue for btree io completionsKent Overstreet1-3/+7
2023-10-23bcachefs: Ratelimiting for writeback IOsKent Overstreet1-0/+2
2023-10-23bcachefs: Fix possible null deref on mountDan Robertson1-1/+1
2023-10-23bcachefs: Fix some refcounting bugsKent Overstreet1-4/+8
2023-10-23bcachefs: New and improved topology repair codeKent Overstreet1-0/+5
2023-10-23bcachefs: Fix key cache assertionKent Overstreet1-0/+1
2023-10-23bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet1-2/+2
2023-10-23bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet1-2/+1
2023-10-23bcachefs: Add a print statement for when we go read-writeKent Overstreet1-0/+2
2023-10-23bcachefs: Use x-macros for more enumsKent Overstreet1-20/+20
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-2/+2
2023-10-23bcachefs: Add a mempool for the replicas delta listKent Overstreet1-6/+1
2023-10-23bcachefs: Start journal reclaim thread earlierKent Overstreet1-7/+1
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