summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-2214-64/+588
* bcachefs: Kill bch_scnmemcpy()Kent Overstreet2023-10-226-29/+13
* bcachefs: Don't issue discards when in nochanges modeKent Overstreet2023-10-222-2/+4
* bcachefs: opts.read_journal_onlyKent Overstreet2023-10-222-0/+8
* bcachefs: Change __bch2_trans_commit() to run triggers then get RWKent Overstreet2023-10-221-11/+11
* bcachefs: Delete some flag bits that are no longer usedKent Overstreet2023-10-223-8/+0
* bcachefs: Store logical location of journal entriesKent Overstreet2023-10-222-11/+24
* bcachefs: Check for errors from crypto_skcipher_encrypt()Kent Overstreet2023-10-226-38/+85
* bcachefs: Fix failure to allocate btree node in cacheKent Overstreet2023-10-224-17/+23
* bcachefs: Change bch2_dev_lookup() to not use lookup_bdev()Kent Overstreet2023-10-221-8/+2
* bcachefs: Only allocate buckets_nouse when requestedKent Overstreet2023-10-222-5/+12
* bcachefs: Stale ptr cleanup is now done by gc_gensKent Overstreet2023-10-221-45/+10
* bcachefs: Improve journal_entry_btree_keys_to_text()Kent Overstreet2023-10-222-3/+31
* bcachefs: Fix __btree_path_traverse_allKent Overstreet2023-10-221-10/+10
* bcachefs: Fix slow tracepointsKent Overstreet2023-10-221-8/+8
* bcachefs: Check for stale dirty pointer before readsKent Overstreet2023-10-223-14/+54
* bcachefs: Kill verify_not_stale()Kent Overstreet2023-10-221-18/+0
* bcachefs: Fix __bch2_btree_node_lockKent Overstreet2023-10-221-30/+31
* bcachefs: Also show when blocked on write locksKent Overstreet2023-10-225-44/+44
* bcachefs: Delete redundant tracepointKent Overstreet2023-10-221-1/+0
* bcachefs: Fix locking in data move pathKent Overstreet2023-10-221-17/+20
* bcachefs: Kill bch2_bkey_debugcheckKent Overstreet2023-10-224-36/+1
* bcachefs: Print a better message for mark and sweep passKent Overstreet2023-10-221-2/+2
* bcachefs: Small fsck fixKent Overstreet2023-10-221-2/+3
* bcachefs: Fix reflink repair codeKent Overstreet2023-10-221-2/+10
* bcachefs: bch2_gc_gens() no longer uses bucket arrayKent Overstreet2023-10-226-47/+90
* bcachefs: Copygc no longer uses bucket arrayKent Overstreet2023-10-221-50/+105
* bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet2023-10-225-243/+222
* bcachefs: Inode create no longer needs to probe key cacheKent Overstreet2023-10-221-24/+4
* bcachefs: Btree key cache coherencyKent Overstreet2023-10-228-50/+128
* bcachefs: BTREE_ITER_WITH_KEY_CACHEKent Overstreet2023-10-224-27/+93
* bcachefs: run_one_trigger() now checks journal keysKent Overstreet2023-10-224-20/+36
* bcachefs: Stash a copy of key being overwritten in btree_insert_entryKent Overstreet2023-10-224-33/+27
* bcachefs: bch2_btree_path_set_pos()Kent Overstreet2023-10-222-24/+28
* bcachefs: btree_id_cached()Kent Overstreet2023-10-226-13/+21
* bcachefs: Improve btree_key_cache_flush_pos()Kent Overstreet2023-10-221-5/+9
* bcachefs: Fix freeing in bch2_dev_buckets_resize()Kent Overstreet2023-10-222-5/+7
* bcachefs: Don't keep nodes in btree_reserve lockedKent Overstreet2023-10-221-3/+7
* bcachefs: Log message improvementsKent Overstreet2023-10-223-6/+5
* bcachefs: Delete some dead codeKent Overstreet2023-10-221-10/+2
* bcachefs: Ignore cached data when calculating fragmentationKent Overstreet2023-10-224-17/+15
* bcachefs: Don't use in-memory bucket array for alloc updatesKent Overstreet2023-10-224-26/+23
* bcachefs: Kill allocator short-circuit invalidateKent Overstreet2023-10-221-43/+35
* bcachefs: BTREE_INSERT_LAZY_RW is only for recovery pathKent Overstreet2023-10-221-1/+2
* bcachefs: Handle transaction restarts in __bch2_move_data()Kent Overstreet2023-10-221-6/+7
* bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet2023-10-221-35/+22
* bcachefs: iter->update_pathKent Overstreet2023-10-225-37/+105
* bcachefs: Refactor bch2_btree_iter()Kent Overstreet2023-10-222-47/+71
* bcachefs: Tracepoint improvementsKent Overstreet2023-10-224-15/+127
* bcachefs: New snapshot unit testKent Overstreet2023-10-223-5/+78