summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-06bcachefs: Fix nochanges/read_only interactionKent Overstreet1-11/+12
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet1-16/+9
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-23/+12
2024-01-01bcachefs: add more verbose loggingKent Overstreet1-4/+5
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-1/+1
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-48/+31
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-1/+2
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet1-0/+1
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet1-0/+28
2024-01-01bcachefs: c->ro_refKent Overstreet1-0/+6
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-28/+35
2024-01-01bcachefs: track_event_change()Kent Overstreet1-1/+2
2024-01-01bcachefs: Add extra verbose logging for ro pathKent Overstreet1-2/+12
2023-12-14bcachefs: improve modprobe support by providing softdepsDaniel Hill1-0/+6
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger1-0/+1
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet1-2/+4
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet1-12/+16
2023-11-05bcachefs: Convert bch2_fs_open() to darrayKent Overstreet1-32/+28