summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-29bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet1-2/+2
2024-06-28bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet1-2/+5
2024-06-26bcachefs: Discard, invalidate workers are now per deviceKent Overstreet1-1/+4
2024-06-23bcachefs: Add missing recalc_capacity() callKent Overstreet1-0/+1
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet1-5/+6
2024-06-20bcachefs: Fix initialization order for srcu barrierKent Overstreet1-1/+1
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet1-3/+7
2024-05-26bcachefs: Fix debug assertKent Overstreet1-1/+1
2024-05-23bcachefs: Fix shutdown orderingKent Overstreet1-1/+1
2024-05-09bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet1-3/+0
2024-05-09bcachefs: Debug asserts for ca->refKent Overstreet1-3/+18
2024-05-09bcachefs: New helpers for device refcountsKent Overstreet1-2/+2
2024-05-09bcachefs: x-macroize journal flags enumsKent Overstreet1-3/+3
2024-05-09bcachefs: On device add, prefer unused slotsKent Overstreet1-3/+22
2024-05-09bcachefs: Kill opts.buckets_nouseKent Overstreet1-3/+2
2024-05-09bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet1-5/+0
2024-05-09bcachefs: Move gc of bucket.oldest_gen to workqueueKent Overstreet1-9/+1
2024-05-09bcachefs: assert that online_reserved == 0 on shutdownKent Overstreet1-0/+1
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-9/+8
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-9/+9
2024-05-09bcachefs: mark_superblock cleanupKent Overstreet1-3/+3
2024-05-09bcachefs: New assertion for writing to the journal after shutdownKent Overstreet1-0/+1
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet1-0/+7
2024-05-06bcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet1-6/+2
2024-04-20bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet1-0/+1
2024-04-04bcachefs: Print shutdown journal sequence numberKent Overstreet1-0/+5
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet1-0/+3
2024-04-01bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet1-2/+3
2024-04-01bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet1-0/+8
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-0/+1
2024-03-18bcachefs: fix for building in userspaceKent Overstreet1-16/+16
2024-03-14bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong1-4/+4
2024-03-14bcachefs: bch2_print_opts()Kent Overstreet1-0/+17
2024-03-14bcachefs: Improve error messages in device remove pathKent Overstreet1-5/+5
2024-03-14bcachefs: thread_with_stdio: convert to darrayKent Overstreet1-7/+2
2024-03-14bcachefs: kill kvpmalloc()Kent Overstreet1-4/+4
2024-03-10bcachefs: Workqueues should be WQ_HIGHPRIKent Overstreet1-4/+4
2024-03-10bcachefs: fix split brain messageKent Overstreet1-1/+1
2024-03-10bcachefs: no_splitbrain_check optionKent Overstreet1-8/+17
2024-03-10bcachefs: Fix null-ptr-deref in bch2_fs_alloc()Li Zetao1-3/+3
2024-02-14bcachefs: Clamp replicas_required to replicasKent Overstreet1-2/+2
2024-01-22Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-3/+3
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet1-1/+1
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-1/+1
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-1/+1
2024-01-18bcachefs: Replace strlcpy() with strscpy()Kees Cook1-2/+2
2024-01-06bcachefs: %pg is banishedKent Overstreet1-13/+36
2024-01-06bcachefs: increase max_active on io_complete_wqKent Overstreet1-1/+1
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet1-11/+8
2024-01-06bcachefs: Split brain detectionKent Overstreet1-11/+64