summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcachefs: Put open_buckets in a hashtableKent Overstreet2023-10-224-2/+58
* bcachefs: Refactor open_bucket codeKent Overstreet2023-10-228-67/+83
* bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flagKent Overstreet2023-10-224-14/+12
* bcachefs: Delete some obsolete journal_seq_blacklist codeKent Overstreet2023-10-225-101/+11
* bcachefs: Journal initialization fixesKent Overstreet2023-10-221-0/+10
* bcachefs: Use BTREE_ITER_NOPRESERVE in bch2_btree_iter_verify_ret()Kent Overstreet2023-10-221-0/+1
* bcachefs: Fix bch2_journal_meta()Kent Overstreet2023-10-223-6/+6
* bcachefs: bch2_journal_key_insert() no longer transfers ownershipKent Overstreet2023-10-224-33/+34
* bcachefs: Kill ptr_bucket_mark()Kent Overstreet2023-10-221-13/+7
* bcachefs: Don't start allocator threads too earlyKent Overstreet2023-10-223-2/+11
* bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marksKent Overstreet2023-10-226-106/+19
* bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet2023-10-226-14/+46
* bcachefs: Kill non-lru cache replacement policiesKent Overstreet2023-10-227-129/+2
* bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet2023-10-221-1/+5
* bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet2023-10-227-22/+25
* bcachefs: Option improvementsKent Overstreet2023-10-2217-122/+205
* bcachefs: Fix debugfs -bfloat-failedKent Overstreet2023-10-221-1/+3
* bcachefs: BTREE_ITER_NOPRESERVEKent Overstreet2023-10-225-16/+16
* bcachefs: Fix some shutdown path bugsKent Overstreet2023-10-223-9/+16