summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet4-4/+14
2023-11-05bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet5-12/+31
2023-11-05bcachefs: Add missing printk newlinesKent Overstreet1-3/+3
2023-11-05bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entryKent Overstreet1-0/+7
2023-11-05bcachefs: .get_parent() should return an error pointerKent Overstreet1-3/+0
2023-11-05bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet2-22/+69
2023-11-05bcachefs: use swab40 for bch_backpointer.bucket_offset bitfieldBrian Foster3-10/+10
2023-11-05bcachefs: byte order swap bch_alloc_v4.fragmentation_lru fieldBrian Foster1-0/+1
2023-11-05bcachefs: allow writeback to fill bio completelyBrian Foster1-3/+16
2023-11-05bcachefs: fix odebug warn and lockdep splat due to on-stack rhashtableBrian Foster1-10/+14
2023-11-05bcachefs: update alloc cursor in early bucket allocatorBrian Foster1-4/+6
2023-11-05bcachefs: serialize on cached key in early bucket allocatorBrian Foster1-3/+25
2023-11-05bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet5-9/+23
2023-11-04bcachefs: Ensure srcu lock is not held too longKent Overstreet4-13/+40
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet5-9/+7
2023-11-04bcachefs: Fix MEAN_AND_VARIANCE kconfig optionsKent Overstreet1-2/+1
2023-11-04bcachefs: Ensure copygc does not spinKent Overstreet4-8/+34
2023-11-02bcachefs: Skip deleted members in member_to_text()Kent Overstreet1-8/+7
2023-11-02bcachefs: Fix an integer overflowKent Overstreet3-5/+5
2023-11-02bcachefs: Don't downgrade locks on transaction restartKent Overstreet9-37/+96
2023-11-02bcachefs: Fix deleted inodes btree in snapshot deletionKent Overstreet1-0/+9
2023-11-02bcachefs: Fix error path in bch2_replicas_gc_end()Kent Overstreet1-13/+5
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet37-738/+1175
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet13-23/+270
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet17-86/+225
2023-11-02bcachefs: Fix snapshot skiplistsKent Overstreet1-7/+6
2023-11-02bcachefs: Fix a kasan splat in bch2_dev_add()Kent Overstreet1-10/+2
2023-11-02bcachefs: Fix kasan splat in members_v1_get()Kent Overstreet1-3/+3
2023-11-02bcachefs: rebalance_workKent Overstreet18-315/+599
2023-10-31bcachefs: bch2_inum_opts_get()Kent Overstreet2-0/+13
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet8-62/+82
2023-10-31bcachefs: move: convert to bbposKent Overstreet7-31/+38
2023-10-31bcachefs: moving_context now owns a btree_transKent Overstreet4-88/+70
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet3-59/+85
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet6-12/+45
2023-10-31bcachefs: trivial extents.c refactoringKent Overstreet1-11/+11
2023-10-31bcachefs: Fix bch2_prt_bitflags()Kent Overstreet1-2/+2
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet6-4/+64
2023-10-31bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet1-0/+1
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet5-14/+61
2023-10-31bcachefs: Split out disk_groups_types.hKent Overstreet4-12/+20
2023-10-31bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()Kent Overstreet2-37/+59
2023-10-31bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet5-82/+105
2023-10-31bcachefs: Improve io option handling in data move pathKent Overstreet2-50/+107
2023-10-31bcachefs: Ensure devices are always correctly initializedKent Overstreet7-36/+73
2023-10-31bcachefs: Delete duplicate time stats initializationKent Overstreet1-6/+0
2023-10-31bcachefs: Kill dead code extent_save()Kent Overstreet1-18/+0
2023-10-31bcachefs: Fix ca->oldest_gen allocationKent Overstreet1-4/+2
2023-10-31bcachefs: Fix shrinker namesKent Overstreet2-2/+2
2023-10-31bcachefs: Fix btree_node_type enumKent Overstreet4-29/+41