summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/super.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix debug assertKent Overstreet2024-05-261-1/+1
* bcachefs: Fix shutdown orderingKent Overstreet2024-05-221-1/+1
* bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet2024-05-081-3/+0
* bcachefs: Debug asserts for ca->refKent Overstreet2024-05-081-3/+18
* bcachefs: New helpers for device refcountsKent Overstreet2024-05-081-2/+2
* bcachefs: x-macroize journal flags enumsKent Overstreet2024-05-081-3/+3
* bcachefs: On device add, prefer unused slotsKent Overstreet2024-05-081-3/+22
* bcachefs: Kill opts.buckets_nouseKent Overstreet2024-05-081-3/+2
* bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet2024-05-081-5/+0
* bcachefs: Move gc of bucket.oldest_gen to workqueueKent Overstreet2024-05-081-9/+1
* bcachefs: assert that online_reserved == 0 on shutdownKent Overstreet2024-05-081-0/+1
* bcachefs: member helper cleanupsKent Overstreet2024-05-081-9/+8
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-9/+9
* bcachefs: mark_superblock cleanupKent Overstreet2024-05-081-3/+3
* bcachefs: New assertion for writing to the journal after shutdownKent Overstreet2024-05-081-0/+1
* bcachefs: Add a better limit for maximum number of bucketsKent Overstreet2024-05-061-0/+7
* bcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet2024-05-061-6/+2
* bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet2024-04-201-0/+1
* bcachefs: Print shutdown journal sequence numberKent Overstreet2024-04-041-0/+5
* bcachefs: Repair pass for scanning for btree nodesKent Overstreet2024-04-031-0/+3
* bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet2024-03-311-2/+3
* bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet2024-03-311-0/+8
* bcachefs: Improve bch2_fatal_error()Kent Overstreet2024-03-181-0/+1
* bcachefs: fix for building in userspaceKent Overstreet2024-03-171-16/+16
* bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong2024-03-131-4/+4
* bcachefs: bch2_print_opts()Kent Overstreet2024-03-131-0/+17
* bcachefs: Improve error messages in device remove pathKent Overstreet2024-03-131-5/+5
* bcachefs: thread_with_stdio: convert to darrayKent Overstreet2024-03-131-7/+2
* bcachefs: kill kvpmalloc()Kent Overstreet2024-03-131-4/+4
* bcachefs: Workqueues should be WQ_HIGHPRIKent Overstreet2024-03-101-4/+4
* bcachefs: fix split brain messageKent Overstreet2024-03-101-1/+1
* bcachefs: no_splitbrain_check optionKent Overstreet2024-03-101-8/+17
* bcachefs: Fix null-ptr-deref in bch2_fs_alloc()Li Zetao2024-03-101-3/+3
* bcachefs: Clamp replicas_required to replicasKent Overstreet2024-02-131-2/+2
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-211-3/+3
|\
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-211-1/+1
| * bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-211-1/+1
| * bcachefs: helpers for printing data typesKent Overstreet2024-01-211-1/+1
* | bcachefs: Replace strlcpy() with strscpy()Kees Cook2024-01-181-2/+2
|/
* bcachefs: %pg is banishedKent Overstreet2024-01-051-13/+36
* bcachefs: increase max_active on io_complete_wqKent Overstreet2024-01-051-1/+1
* bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-051-11/+8
* bcachefs: Split brain detectionKent Overstreet2024-01-051-11/+64
* bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-051-11/+12
* bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet2024-01-011-16/+9
* bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-23/+12
* bcachefs: add more verbose loggingKent Overstreet2024-01-011-4/+5
* bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-011-1/+1
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-48/+31
* bcachefs: btree write buffer now slurps keys from journalKent Overstreet2024-01-011-1/+2