summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-08bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet1-0/+1
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-1/+1
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet1-10/+24
2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet1-1/+1
2024-09-21bcachefs: bch2_sb_member_alloc()Kent Overstreet1-46/+7
2024-09-21bcachefs: bch2_dev_remove_alloc() -> alloc_background.cKent Overstreet1-27/+0
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet1-1/+0
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet1-0/+2
2024-07-31bcachefs: Fix double free of ca->buckets_nouseKent Overstreet1-1/+0
2024-07-15bcachefs: Improve startup messageKent Overstreet1-1/+1
2024-07-15bcachefs: Plumb more logging through stdio redirectKent Overstreet1-0/+13
2024-07-15bcachefs: bch2_verify_accounting_clean()Kent Overstreet1-0/+1
2024-07-15bcachefs: Convert gc to new accountingKent Overstreet1-5/+4
2024-07-15bcachefs: Kill replicas_journal_resKent Overstreet1-21/+0
2024-07-15bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet1-0/+2
2024-07-15bcachefs: kill bch2_fs_usage_read()Kent Overstreet1-2/+0
2024-07-15bcachefs: Disk space accounting rewriteKent Overstreet1-21/+28
2024-07-15bcachefs: allow passing full device path for target optionsThomas Bertschinger1-0/+3
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