summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-04-011-2/+3
* bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet2024-04-011-0/+8
* bcachefs: Improve bch2_fatal_error()Kent Overstreet2024-03-181-0/+1
* bcachefs: fix for building in userspaceKent Overstreet2024-03-181-16/+16
* bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong2024-03-141-4/+4
* bcachefs: bch2_print_opts()Kent Overstreet2024-03-141-0/+17
* bcachefs: Improve error messages in device remove pathKent Overstreet2024-03-141-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-141-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-061-13/+36
* bcachefs: increase max_active on io_complete_wqKent Overstreet2024-01-061-1/+1
* bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-061-11/+8
* bcachefs: Split brain detectionKent Overstreet2024-01-061-11/+64
* bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-061-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
* bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet2024-01-011-0/+1
* bcachefs: Add ability to redirect log outputKent Overstreet2024-01-011-0/+28
* bcachefs: c->ro_refKent Overstreet2024-01-011-0/+6
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-28/+35
* bcachefs: track_event_change()Kent Overstreet2024-01-011-1/+2
* bcachefs: Add extra verbose logging for ro pathKent Overstreet2024-01-011-2/+12
* bcachefs: improve modprobe support by providing softdepsDaniel Hill2023-12-141-0/+6
* bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger2023-12-141-0/+1
* bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-241-2/+4
* bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet2023-11-241-12/+16
* bcachefs: Convert bch2_fs_open() to darrayKent Overstreet2023-11-051-32/+28
* bcachefs: bch_sb_field_errorsKent Overstreet2023-11-021-4/+8