summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-10bcachefs: Ignore cached data when calculating fragmentationtestingKent Overstreet
2022-01-09bcachefs: BTREE_INSERT_LAZY_RW is only for recovery pathKent Overstreet
2022-01-09bcachefs: Handle transaction restarts in __bch2_move_data()Kent Overstreet
2022-01-09bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet
2022-01-09bcachefs: iter->update_pathKent Overstreet
2022-01-09bcachefs: Refactor bch2_btree_iter()Kent Overstreet
2022-01-09bcachefs: Tracepoint improvementsKent Overstreet
2022-01-08bcachefs: New snapshot unit testKent Overstreet
2022-01-08bcachefs: Fix an error path in bch2_snapshot_node_create()Kent Overstreet
2022-01-08bcachefs: Use BTREE_INSERT_USE_RESERVE in btree_update_key()Kent Overstreet
2022-01-06bcachefs: Refactor trigger codeKent Overstreet
2022-01-06bcachefs: Rename data_op_data_progress -> data_jobsKent Overstreet
2022-01-06bcachefs: Fix check_pos_snapshot_overwritten for !snapshotsKent Overstreet
2022-01-05bcachefs: New data structure for buckets waiting on journal commitKent Overstreet
2022-01-05bcachefs: Improve path for when btree_gc needs another passKent Overstreet
2022-01-05bcachefs: Fix bch2_check_fix_ptrs()Kent Overstreet
2022-01-05bcachefs: Fix an uninitialized variableKent Overstreet
2022-01-05Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"Kent Overstreet
2022-01-05bcachefs: Log & error message improvementsKent Overstreet
2022-01-05bcachefs: BTREE_ITER_FILTER_SNAPSHOTS is selected automaticallyKent Overstreet
2022-01-05bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2022-01-05bcachefs: Fix bch2_journal_seq_blacklist_add()Kent Overstreet
2022-01-05bcachefs: Add verbose log messages for journal readKent Overstreet
2022-01-05bcachefs: Improved superblock-related error messagesKent Overstreet
2022-01-05bcachefs: Use kvmalloc() for array of sorted keys in journal replayKent Overstreet
2022-01-05bcachefs: Make eytzinger size parameter more conventionalKent Overstreet
2022-01-05bcachefs: Kill bch2_bset_fix_invalidated_key()Kent Overstreet
2022-01-05bcachefs: Fix an assertionKent Overstreet
2022-01-05bcachefs: bch_dev->devKent Overstreet
2022-01-05bcachefs: Simplify journal replayKent Overstreet
2022-01-05bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet
2022-01-05bcachefs: Tweak journal reclaim orderKent Overstreet
2022-01-05bcachefs: Make sure BCH_FS_FSCK_DONE gets setKent Overstreet
2022-01-05bcachefs: Improve error messages in superblock write pathKent Overstreet
2022-01-05bcachefs: Log what we're doing when repairingKent Overstreet
2022-01-05bcachefs: Fix race between btree updates & journal replayKent Overstreet
2022-01-05bcachefs: bch2_journal_entry_to_text()Kent Overstreet
2022-01-05bcachefs: BCH_JSET_ENTRY_logKent Overstreet
2022-01-05fixup! bcachefs: Drop bkey noopsKent Overstreet
2022-01-05bcachefs: Add error messages for memory allocation failuresKent Overstreet
2022-01-05bcachefs: Journal replay does't resort main list of keysKent Overstreet
2022-01-05bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet
2022-01-05bcachefs: Add an error message for copygc spinningKent Overstreet
2022-01-05bcachefs: Fix keylist size in btree_updateKent Overstreet
2022-01-05bcachefs: Improve error messages in device add pathKent Overstreet
2022-01-05bcachefs: bch2_hprint(): don't print decimal if conversion was exactKent Overstreet
2022-01-05bcachefs: Optimize bucket reuseKent Overstreet
2022-01-05bcachefs: bch2_journal_noflush_seq()Kent Overstreet
2022-01-05bcachefs: Add a tracepoint for the btree cache shrinkerKent Overstreet
2022-01-05bcachefs: Run scan_old_btree_nodes after version upgradeKent Overstreet