summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-30bcachefs: extents no longer require special handling for packingKent Overstreet
2022-11-30bcachefs: Optimize bch2_alloc_to_v4()Kent Overstreet
2022-11-30bcachefs: New btree helpersKent Overstreet
2022-11-30bcacehfs: Fix bch2_get_alloc_in_memory_pos()Kent Overstreet
2022-11-30bcachefs: bch2_inode_opts_get()Kent Overstreet
2022-11-30bcachefs: Fix BCH_IOCTL_DISK_SET_STATEKent Overstreet
2022-11-30bcachefs: Don't set accessed bit on btree node fillKent Overstreet
2022-11-30bcachefs: Fix an includeKent Overstreet
2022-11-30bcachefs: Kill BCH_FEATURE_incompressibleKent Overstreet
2022-11-30bcachefs: bkey_min(), bkey_max()Kent Overstreet
2022-11-30bcachefs: Better inlining in bch2_time_stats_update()Kent Overstreet
2022-11-30mean and variance: Provide inlined update functionsKent Overstreet
2022-11-30bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet
2022-11-30bcachefs: More dio inliningKent Overstreet
2022-11-30bcachefs: Kill some unneeded references to c->flagsKent Overstreet
2022-11-30bcachefs: Optimize bch2_nocow_write()Kent Overstreet
2022-11-30bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2022-11-30bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet
2022-11-30bcachefs: Add some unlikely() annotationsKent Overstreet
2022-11-30bcachefs: Optimize cacheline access in __bch2_write()Kent Overstreet
2022-11-30bcachefs: Better inlining in core write pathKent Overstreet
2022-11-30bcachefs: Cacheline align two sections of struct write_pointKent Overstreet
2022-11-30bcachefs: Switch to golden ratio hash for nocow locksKent Overstreet
2022-11-30bcachefs: Inline bch2_two_state_(trylock|unlock)Kent Overstreet
2022-11-30bcachefs: Better inlining in bch2_subvolume_get_snapshot()Kent Overstreet
2022-11-30bcachefs: Inline bch2_bkey_format_add_key()Kent Overstreet
2022-11-30bcachefs: Tiny bch2_trans_update_by_path_trace() optimizationKent Overstreet
2022-11-30bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUGKent Overstreet
2022-11-30fixup! bcachefs: Add some missing error messagesKent Overstreet
2022-11-24bcachefs: Split out __bch2_btree_node_get()Kent Overstreet
2022-11-19bcachefs: More errcode cleanupKent Overstreet
2022-11-19bcachefs: Handle last journal write being tornKent Overstreet
2022-11-19bcachefs: Improve journal_read() loggingKent Overstreet
2022-11-18fixup! bcachefs: Btree split improvementKent Overstreet
2022-11-18bcachefs: Nocow supportKent Overstreet
2022-11-17bcachefs: Data update support for unwritten extentsKent Overstreet
2022-11-17bcachefs: Unwritten extents supportKent Overstreet
2022-11-17bcachefs: bch2_extent_update_i_size_sectors()Kent Overstreet
2022-11-17bcachefs: bch2_extent_fallocate()Kent Overstreet
2022-11-17bcachefs: Improve verify_bucket_evacuated()Kent Overstreet
2022-11-17bcachefs: Fix a transaction path overflowKent Overstreet
2022-11-17bcachefs: Fix a race with b->write_typeKent Overstreet
2022-11-16bcachefs: Error message improvementKent Overstreet
2022-11-16bcachefs: Improve a few warningsKent Overstreet
2022-11-16bcachefs: Fix for_each_btree_key2()Kent Overstreet
2022-11-15bcachefs: Btree split improvementKent Overstreet
2022-11-15bcachefs: Fix return code from btree_path_traverse_one()Kent Overstreet
2022-11-14bcachefs: Minor dio write path improvementsKent Overstreet
2022-11-14bcachefs: Quota: Don't allocate memory under lockKent Overstreet
2022-11-14bcachefs: Fix a use after freeKent Overstreet