summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-21bcachefs: Don't drop devices with stripe pointersKent Overstreet1-1/+1
2024-09-21bcachefs: bch2_ec_stripe_head_get() now checks for change in rw devicesKent Overstreet1-27/+57
2024-09-21bcachefs: bch2_dev_remove_stripes()Kent Overstreet1-0/+67
2024-09-21bcachefs: improve error messages in bch2_ec_read_extent()Kent Overstreet1-17/+21
2024-09-21bcachefs: improve error message on too few devices for ecKent Overstreet1-3/+16
2024-09-21bcachefs: improve bch2_new_stripe_to_text()Kent Overstreet1-0/+2
2024-09-21bcachefs: ec_stripe_head.nr_createdKent Overstreet1-2/+4
2024-09-21bcachefs: bch_stripe.disk_labelKent Overstreet1-14/+33
2024-09-21bcachefs: stripe_to_mem()Kent Overstreet1-18/+15
2024-09-21bcachefs: EIO errcode cleanupKent Overstreet1-12/+12
2024-09-21bcachefs: fix prototype to bch2_alloc_sectors_start_trans()Kent Overstreet1-0/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-8/+7
2024-08-07bcachefs: ec should not allocate from ro devsKent Overstreet1-0/+3
2024-08-07bcachefs: Improved allocator debugging for ecKent Overstreet1-11/+20
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-25/+51
2024-07-14bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet1-1/+1
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet1-55/+42
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet1-11/+15
2024-06-24bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu1-25/+51
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet1-6/+20
2024-05-28bcachefs: btree_gc can now handle unknown btreesKent Overstreet1-1/+1
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-1/+1
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet1-11/+10
2024-05-08bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet1-2/+2
2024-05-08bcachefs: ec_validate_checksums() -> bch2_dev_tryget()Kent Overstreet1-10/+12
2024-05-08bcachefs: ob_dev()Kent Overstreet1-5/+2
2024-05-08bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet1-2/+3
2024-05-08bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-22/+26
2024-05-08bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet1-5/+14
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-1/+1
2024-05-08bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet1-13/+3
2024-05-08bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4Kent Overstreet1-62/+38
2024-05-08bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet1-3/+3
2024-05-08bcachefs: alloc_data_type_set()Kent Overstreet1-1/+1
2024-05-08bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet1-1/+4
2024-05-08bcachefs: bch2_bucket_ref_update()Kent Overstreet1-7/+7
2024-05-08bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()Kent Overstreet1-116/+135
2024-05-08bcachefs: mark_stripe_bucket cleanupKent Overstreet1-35/+65
2024-05-08bcachefs: bucket_data_type_mismatch()Kent Overstreet1-10/+9
2024-05-08bcachefs: member helper cleanupsKent Overstreet1-5/+5
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-13/+13
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet1-8/+6
2024-04-13bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet1-21/+25
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-3/+3
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet1-2/+2
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-2/+2
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet1-1/+1
2024-01-05bcachefs: unify stripe triggerKent Overstreet1-92/+72
2024-01-05bcachefs: move stripe triggers to ec.cKent Overstreet1-0/+321
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-1/+0