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