summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-44/+32
2023-10-23bcachefs: Fix a "no journal entries found" bugKent Overstreet1-0/+8
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-5/+4
2023-10-23bcachefs: time stats now uses the mean_and_variance module.Daniel Hill1-0/+6
2023-10-23bcachefs: Run bch2_fs_counters_init() earlierKent Overstreet1-3/+3
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-3/+3
2023-10-23bcachefs: Fix adding a device with a labelKent Overstreet1-0/+18
2023-10-23bcachefs: Convert fsck errors to errcode.hKent Overstreet1-24/+3
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-10/+11
2023-10-23bcachefs: Call bch2_do_invalidates() when going read writeKent Overstreet1-0/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-5/+12
2023-10-23bcachefs: Fix error checking in bch2_fs_alloc()Kent Overstreet1-1/+1
2023-10-23bcachefs: Add persistent countersDaniel Hill1-1/+11
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-36/+12
2023-10-23bcachefs: Minor device removal fixesKent Overstreet1-7/+13
2023-10-23bcachefs: Initialize ec work structs earlyKent Overstreet1-0/+1
2023-10-23bcachefs: Use a genradix for reading journal entriesKent Overstreet1-2/+1
2023-10-23bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet1-0/+2
2023-10-23bcachefs: More improvements for alloc info checksKent Overstreet1-9/+0
2023-10-23bcachefs: New discard implementationKent Overstreet1-0/+2
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-72/+10
2023-10-23bcachefs: Freespace, need_discard btreesKent Overstreet1-20/+16
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-1/+1
2023-10-23bcachefs: x-macro metadata version enumKent Overstreet1-1/+1
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-1/+1
2023-10-23bcachefs: respect superblock discard flag.Daniel Hill1-3/+0
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-29/+14
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