summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Optimize bucket reuseKent Overstreet1-36/+28
2023-10-22bcachefs: Always check for bucket reuse after readKent Overstreet1-3/+2
2023-10-22bcachefs: bch2_journal_noflush_seq()Kent Overstreet3-3/+43
2023-10-22bcachefs: Add a tracepoint for the btree cache shrinkerKent Overstreet2-2/+37
2023-10-22bcachefs: Run scan_old_btree_nodes after version upgradeKent Overstreet1-21/+20
2023-10-22bcachefs: Update sysfs compression_stats for snapshotsKent Overstreet1-28/+57
2023-10-22bcachefs: Kill bch2_ec_mem_alloc()Kent Overstreet4-50/+5
2023-10-22bcachefs: Fix allocator + journal interactionKent Overstreet2-2/+2
2023-10-22bcachefs: New in-memory array for bucket gensKent Overstreet6-5/+72
2023-10-22bcachefs: Separate out gc_bucket()Kent Overstreet3-51/+57
2023-10-22bcachefs: Put open_buckets in a hashtableKent Overstreet4-2/+58
2023-10-22bcachefs: Refactor open_bucket codeKent Overstreet8-67/+83
2023-10-22bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flagKent Overstreet4-14/+12
2023-10-22bcachefs: Delete some obsolete journal_seq_blacklist codeKent Overstreet5-101/+11
2023-10-22bcachefs: Journal initialization fixesKent Overstreet1-0/+10
2023-10-22bcachefs: Use BTREE_ITER_NOPRESERVE in bch2_btree_iter_verify_ret()Kent Overstreet1-0/+1
2023-10-22bcachefs: Fix bch2_journal_meta()Kent Overstreet3-6/+6
2023-10-22bcachefs: bch2_journal_key_insert() no longer transfers ownershipKent Overstreet4-33/+34
2023-10-22bcachefs: Kill ptr_bucket_mark()Kent Overstreet1-13/+7
2023-10-22bcachefs: Don't start allocator threads too earlyKent Overstreet3-2/+11
2023-10-22bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marksKent Overstreet6-106/+19
2023-10-22bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet6-14/+46
2023-10-22bcachefs: Kill non-lru cache replacement policiesKent Overstreet7-129/+2
2023-10-22bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet1-1/+5
2023-10-22bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet7-22/+25
2023-10-22bcachefs: Option improvementsKent Overstreet17-122/+205
2023-10-22bcachefs: Fix debugfs -bfloat-failedKent Overstreet1-1/+3
2023-10-22bcachefs: BTREE_ITER_NOPRESERVEKent Overstreet5-16/+16
2023-10-22bcachefs: Fix some shutdown path bugsKent Overstreet3-9/+16
2023-10-22bcachefs: Optimize memory accesses in bch2_btree_node_get()Kent Overstreet1-9/+10
2023-10-22bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouseKent Overstreet1-0/+1
2023-10-22bcachefs: Kill some obsolete sysfs codeKent Overstreet1-27/+7
2023-10-22bcachefs: Don't call bch2_bkey_transform() unnecessarilyKent Overstreet1-2/+5
2023-10-22bcachefs: Kill bch2_sort_repack_merge()Kent Overstreet3-73/+4
2023-10-22bcachefs: Split out CONFIG_BCACHEFS_DEBUG_TRANSACTIONSKent Overstreet3-19/+23
2023-10-22bcachefs: Fix an assertion in bch2_truncate()Kent Overstreet1-1/+2
2023-10-22bcachefs: Fix debug build in userspaceKent Overstreet3-12/+3
2023-10-22bcachefs: Add missing bch2_trans_iter_exit() callKent Overstreet1-0/+2
2023-10-22bcachefs: Improve alloc_mem_to_key()Kent Overstreet3-40/+25
2023-10-22bcachefs: bch2_alloc_write()Kent Overstreet4-65/+49
2023-10-22bcachefs: Add more time_statsKent Overstreet10-14/+52
2023-10-22bcachefs: Print out OPT_SECTORS options in bytesKent Overstreet1-1/+1
2023-10-22bcachefs: Fix null ptr deref in fsck_inode_rm()Kent Overstreet1-1/+4
2023-10-22bcachefs: Don't erasure code cached ptrsKent Overstreet3-12/+23
2023-10-22bcachefs: Split out struct gc_stripe from struct stripeKent Overstreet7-215/+176
2023-10-22bcachefs: Convert a BUG_ON() to a warningKent Overstreet1-1/+1
2023-10-22bcachefs: bch2_trans_update() is now __must_checkKent Overstreet6-20/+37
2023-10-22bcachefs: Make __bch2_journal_debug_to_text() more readableKent Overstreet1-55/+28
2023-10-22bcachefs: Specify filesystem optionsKent Overstreet2-54/+55
2023-10-22bcachefs: Fix copygc sectors_to_move calculationKent Overstreet2-12/+12