summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet28-620/+808
2023-10-22bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet2-33/+43
2023-10-22bcachefs: Improve debug assertionKent Overstreet1-2/+7
2023-10-22bcachefs: Fix bch2_journal_pins_to_text()Kent Overstreet1-0/+4
2023-10-22bcachefs: Always clear should_be_locked in bch2_trans_begin()Kent Overstreet1-1/+3
2023-10-22bcachefs: Run alloc triggers lastKent Overstreet1-0/+17
2023-10-22bcachefs: Trigger code uses stashed copy of old keyKent Overstreet1-16/+16
2023-10-22bcachefs: Consolidate trigger code a bitKent Overstreet3-147/+148
2023-10-22bcachefs: bch2_trans_mark_key() now takes a bkey_i *Kent Overstreet4-59/+71
2023-10-22bcachefs: Fix 32 bit buildKent Overstreet4-8/+8
2023-10-22bcachefs: Improve some btree node read error messagesKent Overstreet1-2/+3
2023-10-22bcachefs: Use unlikely() in err_on() macrosKent Overstreet1-4/+4
2023-10-22bcachefs: Improve reflink repair codeKent Overstreet1-14/+18
2023-10-22bcachefs: Normal update/commit path now works before going RWKent Overstreet5-47/+61
2023-10-22bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet5-10/+3
2023-10-22bcachefs: Fix for journal getting stuckKent Overstreet2-2/+2
2023-10-22bcachefs: Set BTREE_NODE_SEQ() correctly in merge pathKent Overstreet1-0/+4
2023-10-22bcachefs: Drop journal_write_compact()Kent Overstreet1-45/+0
2023-10-22bcachefs: Btree key cache optimizationKent Overstreet2-2/+11
2023-10-22bcachefs: Add tabstops to printbufsKent Overstreet3-20/+84
2023-10-22bcachefs: Fix a use after freeKent Overstreet1-3/+1
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet14-64/+588
2023-10-22bcachefs: Kill bch_scnmemcpy()Kent Overstreet6-29/+13
2023-10-22bcachefs: Don't issue discards when in nochanges modeKent Overstreet2-2/+4
2023-10-22bcachefs: opts.read_journal_onlyKent Overstreet2-0/+8
2023-10-22bcachefs: Change __bch2_trans_commit() to run triggers then get RWKent Overstreet1-11/+11
2023-10-22bcachefs: Delete some flag bits that are no longer usedKent Overstreet3-8/+0
2023-10-22bcachefs: Store logical location of journal entriesKent Overstreet2-11/+24
2023-10-22bcachefs: Check for errors from crypto_skcipher_encrypt()Kent Overstreet6-38/+85
2023-10-22bcachefs: Fix failure to allocate btree node in cacheKent Overstreet4-17/+23
2023-10-22bcachefs: Change bch2_dev_lookup() to not use lookup_bdev()Kent Overstreet1-8/+2
2023-10-22bcachefs: Only allocate buckets_nouse when requestedKent Overstreet2-5/+12
2023-10-22bcachefs: Stale ptr cleanup is now done by gc_gensKent Overstreet1-45/+10
2023-10-22bcachefs: Improve journal_entry_btree_keys_to_text()Kent Overstreet2-3/+31
2023-10-22bcachefs: Fix __btree_path_traverse_allKent Overstreet1-10/+10
2023-10-22bcachefs: Fix slow tracepointsKent Overstreet1-8/+8
2023-10-22bcachefs: Check for stale dirty pointer before readsKent Overstreet3-14/+54
2023-10-22bcachefs: Kill verify_not_stale()Kent Overstreet1-18/+0
2023-10-22bcachefs: Fix __bch2_btree_node_lockKent Overstreet1-30/+31
2023-10-22bcachefs: Also show when blocked on write locksKent Overstreet5-44/+44
2023-10-22bcachefs: Delete redundant tracepointKent Overstreet1-1/+0
2023-10-22bcachefs: Fix locking in data move pathKent Overstreet1-17/+20
2023-10-22bcachefs: Kill bch2_bkey_debugcheckKent Overstreet4-36/+1
2023-10-22bcachefs: Print a better message for mark and sweep passKent Overstreet1-2/+2
2023-10-22bcachefs: Small fsck fixKent Overstreet1-2/+3
2023-10-22bcachefs: Fix reflink repair codeKent Overstreet1-2/+10
2023-10-22bcachefs: bch2_gc_gens() no longer uses bucket arrayKent Overstreet6-47/+90
2023-10-22bcachefs: Copygc no longer uses bucket arrayKent Overstreet1-50/+105
2023-10-22bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet5-243/+222
2023-10-22bcachefs: Inode create no longer needs to probe key cacheKent Overstreet1-24/+4