summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)Author
2025-03-13bcachefs: fix tiny leak in bch2_dev_add()Kent Overstreet
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park
2025-01-09bcachefs: bch2_fs_btree_gc_init()Kent Overstreet
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet
2024-12-21bcachefs: Kill bch2_bucket_alloc_new_fs()Kent Overstreet
2024-12-21bcachefs: fix O(n^2) issue with whiteouts in journal keysKent Overstreet
2024-12-21bcachefs: Fix shutdown messageKent Overstreet
2024-12-21bcachefs: Don't use page allocator for sb_read_scratchKent Overstreet
2024-12-21bcachefs: Simplify code in bch2_dev_alloc()Youling Tang
2024-12-21bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet
2024-12-21bcachefs: Add locking for bch_fs.curr_recovery_passKent Overstreet
2024-12-21bcachefs: remove superfluous ; after statementsColin Ian King
2024-11-07bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet
2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet
2024-09-21bcachefs: bch2_sb_member_alloc()Kent Overstreet
2024-09-21bcachefs: bch2_dev_remove_alloc() -> alloc_background.cKent Overstreet
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet
2024-07-30bcachefs: Fix double free of ca->buckets_nouseKent Overstreet
2024-07-14bcachefs: Improve startup messageKent Overstreet
2024-07-14bcachefs: Plumb more logging through stdio redirectKent Overstreet
2024-07-14bcachefs: bch2_verify_accounting_clean()Kent Overstreet
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet
2024-07-14bcachefs: Kill replicas_journal_resKent Overstreet
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet
2024-07-14bcachefs: kill bch2_fs_usage_read()Kent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-07-14bcachefs: allow passing full device path for target optionsThomas Bertschinger
2024-06-28bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet
2024-06-28bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet
2024-06-23bcachefs: Add missing recalc_capacity() callKent Overstreet
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet
2024-06-19bcachefs: Fix initialization order for srcu barrierKent Overstreet
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet
2024-05-26bcachefs: Fix debug assertKent Overstreet
2024-05-22bcachefs: Fix shutdown orderingKent Overstreet
2024-05-08bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet
2024-05-08bcachefs: Debug asserts for ca->refKent Overstreet
2024-05-08bcachefs: New helpers for device refcountsKent Overstreet
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet
2024-05-08bcachefs: On device add, prefer unused slotsKent Overstreet
2024-05-08bcachefs: Kill opts.buckets_nouseKent Overstreet
2024-05-08bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet
2024-05-08bcachefs: Move gc of bucket.oldest_gen to workqueueKent Overstreet
2024-05-08bcachefs: assert that online_reserved == 0 on shutdownKent Overstreet