summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: New snapshot unit testKent Overstreet2023-10-223-5/+78
* bcachefs: Fix an error path in bch2_snapshot_node_create()Kent Overstreet2023-10-221-1/+1
* bcachefs: Use BTREE_INSERT_USE_RESERVE in btree_update_key()Kent Overstreet2023-10-221-0/+1
* bcachefs: Refactor trigger codeKent Overstreet2023-10-221-68/+76
* bcachefs: Rename data_op_data_progress -> data_jobsKent Overstreet2023-10-222-25/+16
* bcachefs: Fix check_pos_snapshot_overwritten for !snapshotsKent Overstreet2023-10-221-0/+3
* bcachefs: New data structure for buckets waiting on journal commitKent Overstreet2023-10-2212-124/+279
* bcachefs: Also print out in-memory gen on stale dirty pointerKent Overstreet2023-10-221-12/+14
* bcachefs: Improve path for when btree_gc needs another passKent Overstreet2023-10-221-58/+92
* bcachefs: Fix bch2_check_fix_ptrs()Kent Overstreet2023-10-221-22/+40
* bcachefs: Fix an uninitialized variableKent Overstreet2023-10-221-1/+1
* Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"Kent Overstreet2023-10-225-8/+100
* bcachefs: Log & error message improvementsKent Overstreet2023-10-227-27/+37
* bcachefs: BTREE_ITER_FILTER_SNAPSHOTS is selected automaticallyKent Overstreet2023-10-222-2/+2
* bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet2023-10-229-109/+102
* bcachefs: Fix bch2_journal_seq_blacklist_add()Kent Overstreet2023-10-221-22/+21
* bcachefs: Add verbose log messages for journal readKent Overstreet2023-10-223-0/+7
* bcachefs: Improved superblock-related error messagesKent Overstreet2023-10-228-398/+450
* bcachefs: Use kvmalloc() for array of sorted keys in journal replayKent Overstreet2023-10-221-2/+2
* bcachefs: Make eytzinger size parameter more conventionalKent Overstreet2023-10-222-33/+29
* bcachefs: Kill bch2_bset_fix_invalidated_key()Kent Overstreet2023-10-222-121/+7
* bcachefs: Fix an assertionKent Overstreet2023-10-221-1/+3
* bcachefs: bch_dev->devKent Overstreet2023-10-224-5/+11
* bcachefs: Simplify journal replayKent Overstreet2023-10-228-114/+22
* fixup! bcachefs: Factor out __bch2_btree_iter_set_pos()Kent Overstreet2023-10-221-8/+4
* bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet2023-10-2210-353/+331
* bcachefs: Tweak journal reclaim orderKent Overstreet2023-10-221-1/+8
* bcachefs: Make sure BCH_FS_FSCK_DONE gets setKent Overstreet2023-10-221-1/+11
* bcachefs: Improve error messages in superblock write pathKent Overstreet2023-10-221-4/+17
* bcachefs: Log what we're doing when repairingKent Overstreet2023-10-221-1/+7
* bcachefs: Fix race between btree updates & journal replayKent Overstreet2023-10-224-2/+38
* bcachefs: bch2_journal_entry_to_text()Kent Overstreet2023-10-227-27/+169
* bcachefs: BCH_JSET_ENTRY_logKent Overstreet2023-10-225-6/+61
* bcachefs: Add error messages for memory allocation failuresKent Overstreet2023-10-224-27/+50
* bcachefs: Journal replay does't resort main list of keysKent Overstreet2023-10-221-23/+44
* bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet2023-10-226-13/+17
* bcachefs: Add an error message for copygc spinningKent Overstreet2023-10-221-0/+5
* bcachefs: Fix keylist size in btree_updateKent Overstreet2023-10-221-2/+2
* bcachefs: Improve error messages in device add pathKent Overstreet2023-10-221-17/+27
* bcachefs: bch2_hprint(): don't print decimal if conversion was exactKent Overstreet2023-10-221-1/+1
* bcachefs: Optimize bucket reuseKent Overstreet2023-10-221-36/+28
* bcachefs: Always check for bucket reuse after readKent Overstreet2023-10-221-3/+2
* bcachefs: bch2_journal_noflush_seq()Kent Overstreet2023-10-223-3/+43
* bcachefs: Add a tracepoint for the btree cache shrinkerKent Overstreet2023-10-222-2/+37
* bcachefs: Run scan_old_btree_nodes after version upgradeKent Overstreet2023-10-221-21/+20
* bcachefs: Update sysfs compression_stats for snapshotsKent Overstreet2023-10-221-28/+57
* bcachefs: Kill bch2_ec_mem_alloc()Kent Overstreet2023-10-224-50/+5
* bcachefs: Fix allocator + journal interactionKent Overstreet2023-10-222-2/+2
* bcachefs: New in-memory array for bucket gensKent Overstreet2023-10-226-5/+72
* bcachefs: Separate out gc_bucket()Kent Overstreet2023-10-223-51/+57