summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec.c
AgeCommit message (Expand)Author
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet
2024-08-07bcachefs: ec should not allocate from ro devsKent Overstreet
2024-08-07bcachefs: Improved allocator debugging for ecKent Overstreet
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-14bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-06-24bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet
2024-05-28bcachefs: btree_gc can now handle unknown btreesKent Overstreet
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet
2024-05-08bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet
2024-05-08bcachefs: ec_validate_checksums() -> bch2_dev_tryget()Kent Overstreet
2024-05-08bcachefs: ob_dev()Kent Overstreet
2024-05-08bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet
2024-05-08bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet
2024-05-08bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet
2024-05-08bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet
2024-05-08bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4Kent Overstreet
2024-05-08bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet
2024-05-08bcachefs: alloc_data_type_set()Kent Overstreet
2024-05-08bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet
2024-05-08bcachefs: bch2_bucket_ref_update()Kent Overstreet
2024-05-08bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()Kent Overstreet
2024-05-08bcachefs: mark_stripe_bucket cleanupKent Overstreet
2024-05-08bcachefs: bucket_data_type_mismatch()Kent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet
2024-04-13bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-01-21bcachefs: helpers for printing data typesKent Overstreet
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet
2024-01-05bcachefs: unify stripe triggerKent Overstreet
2024-01-05bcachefs: move stripe triggers to ec.cKent Overstreet
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2023-11-13bcachefs: Guard against insufficient devices to create stripesKent Overstreet
2023-11-05bcachefs: Improve stripe checksum error messageKent Overstreet