summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Run btree updates after write out of write_pointKent Overstreet
2023-10-22bcachefs: x-macro metadata version enumKent Overstreet
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet
2023-10-22bcachefs: respect superblock discard flag.Daniel Hill
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet
2023-10-22bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet
2023-10-22bcachefs: Change bch2_dev_lookup() to not use lookup_bdev()Kent Overstreet
2023-10-22bcachefs: bch2_gc_gens() no longer uses bucket arrayKent Overstreet
2023-10-22bcachefs: btree_id_cached()Kent Overstreet
2023-10-22bcachefs: New data structure for buckets waiting on journal commitKent Overstreet
2023-10-22Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"Kent Overstreet
2023-10-22bcachefs: Log & error message improvementsKent Overstreet
2023-10-22bcachefs: Improved superblock-related error messagesKent Overstreet
2023-10-22bcachefs: bch_dev->devKent Overstreet
2023-10-22bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet
2023-10-22bcachefs: Improve error messages in device add pathKent Overstreet
2023-10-22bcachefs: Delete some obsolete journal_seq_blacklist codeKent Overstreet
2023-10-22bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marksKent Overstreet
2023-10-22bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet
2023-10-22bcachefs: Option improvementsKent Overstreet
2023-10-22bcachefs: Add more time_statsKent Overstreet
2023-10-22bcachefs: Convert journal sysfs params to regular optionsKent Overstreet
2023-10-22bcachefs: Clean up error reporting in the startup pathKent Overstreet
2023-10-22bcachefs: Return -ENOKEY/EINVAL when mount decryption failsChris Webb
2023-10-22bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet
2023-10-22bcachefs: Drop bch2_journal_meta() call when going RWKent Overstreet
2023-10-22bcachefs: Fix dev accounting after device addKent Overstreet
2023-10-22bcachefs: Fix bch2_dev_remove_alloc()Kent Overstreet
2023-10-22bcachefs: Subvolumes, snapshotsKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: add progress stats to sysfsBrett Holman
2023-10-22bcachefs: Update btree ptrs after every writeKent Overstreet
2023-10-22bcachefs: Don't mark superblocks past end of usable spaceKent Overstreet
2023-10-22bcachefs: Assorted endianness fixesKent Overstreet
2023-10-22bcachefs: Split out btree_error_wqKent Overstreet
2023-10-22bcachefs: Add a workqueue for btree io completionsKent Overstreet
2023-10-22bcachefs: Ratelimiting for writeback IOsKent Overstreet
2023-10-22bcachefs: Fix possible null deref on mountDan Robertson
2023-10-22bcachefs: Fix some refcounting bugsKent Overstreet
2023-10-22bcachefs: New and improved topology repair codeKent Overstreet
2023-10-22bcachefs: Fix key cache assertionKent Overstreet
2023-10-22bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet
2023-10-22bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet
2023-10-22bcachefs: Add a print statement for when we go read-writeKent Overstreet
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet
2023-10-22bcachefs: Start journal reclaim thread earlierKent Overstreet
2023-10-22bcachefs: Fix for copygc getting stuck waiting for reserve to be filledKent Overstreet
2023-10-22bcachefs: Rip out copygc pd controllerKent Overstreet