aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix double free of ca->buckets_nouseKent Overstreet2024-07-301-1/+0
* bcachefs: Improve startup messageKent Overstreet2024-07-141-1/+1
* bcachefs: Plumb more logging through stdio redirectKent Overstreet2024-07-141-0/+13
* bcachefs: bch2_verify_accounting_clean()Kent Overstreet2024-07-141-0/+1
* bcachefs: Convert gc to new accountingKent Overstreet2024-07-141-5/+4
* bcachefs: Kill replicas_journal_resKent Overstreet2024-07-141-21/+0
* bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet2024-07-141-0/+2
* bcachefs: kill bch2_fs_usage_read()Kent Overstreet2024-07-141-2/+0
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-141-21/+28
* bcachefs: allow passing full device path for target optionsThomas Bertschinger2024-07-141-0/+3
* bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet2024-06-281-2/+2
* bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet2024-06-281-2/+5
* bcachefs: Discard, invalidate workers are now per deviceKent Overstreet2024-06-251-1/+4
* bcachefs: Add missing recalc_capacity() callKent Overstreet2024-06-231-0/+1
* bcachefs: Replace bare EEXIST with private error codesKent Overstreet2024-06-211-5/+6
* bcachefs: Fix initialization order for srcu barrierKent Overstreet2024-06-191-1/+1
* bcachefs: Split out btree_write_submit_wqKent Overstreet2024-06-101-3/+7
* 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