summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Recover from blacklisted journal entriesKent Overstreet
2023-10-22bcachefs: Fix btree_gc when multiple passes requiredKent Overstreet
2023-10-22bcachefs: Fix error path in bch2_trans_commit_write_locked()Kent Overstreet
2023-10-22bcachefs: bch2_trans_revalidate_updates_in_node()Kent Overstreet
2023-10-22bcachefs: bkey_min(), bkey_max()Kent Overstreet
2023-10-22bcachefs: More errcode cleanupKent Overstreet
2023-10-22bcachefs: Suppress -EROFS messages when shutting downKent Overstreet
2023-10-22bcachefs: Add a missing bch2_btree_path_traverse() callKent Overstreet
2023-10-22bcachefs: Fix bch2_journal_keys_peek_upto()Kent Overstreet
2023-10-22bcachefs: Kill btree_insert_ret enumKent Overstreet
2023-10-22bcachefs: Fix a btree iter assertion popKent Overstreet
2023-10-22bcachefs: Simplify journal read pathKent Overstreet
2023-10-22bcachefs: Fix a "no journal entries found" bugKent Overstreet
2023-10-22bcachefs: Don't error out when just reading the journalKent Overstreet
2023-10-22bcachefs: Fix a livelock in key cache fill pathKent Overstreet
2023-10-22bcachefs: Key cache now works for snapshots btreesKent Overstreet
2023-10-22bcachefs: Bring back BTREE_ITER_CACHED_NOFILLKent Overstreet
2023-10-22bcachefs: Kill __btree_trans_peek_key_cache()Kent Overstreet
2023-10-22bcachefs: bch2_btree_path_peek_slot_exact()Kent Overstreet
2023-10-22bcachefs: Fix __btree_trans_peek_key_cache()Kent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: New magic numberKent Overstreet
2023-10-22bcachefs: extents no longer require special handling for packingKent Overstreet
2023-10-22bcachefs: Fix BCH_IOCTL_DISK_SET_STATEKent Overstreet
2023-10-22bcachefs: Don't set accessed bit on btree node fillKent Overstreet
2023-10-22bcachefs: Fix an includeKent Overstreet
2023-10-22bcachefs: Kill BCH_FEATURE_incompressibleKent Overstreet
2023-10-22bcachefs: Better inlining in bch2_time_stats_update()Kent Overstreet
2023-10-22bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet
2023-10-22bcachefs: More dio inliningKent Overstreet
2023-10-22bcachefs: Kill some unneeded references to c->flagsKent Overstreet
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet
2023-10-22bcachefs: Better inlining in bch2_subvolume_get_snapshot()Kent Overstreet
2023-10-22bcachefs: Inline bch2_bkey_format_add_key()Kent Overstreet
2023-10-22bcachefs: Tiny bch2_trans_update_by_path_trace() optimizationKent Overstreet
2023-10-22bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUGKent Overstreet
2023-10-22bcachefs: Split out __bch2_btree_node_get()Kent Overstreet
2023-10-22bcachefs: Handle last journal write being tornKent Overstreet
2023-10-22bcachefs: Improve journal_read() loggingKent Overstreet
2023-10-22bcachefs: Fix a transaction path overflowKent Overstreet
2023-10-22bcachefs: Fix a race with b->write_typeKent Overstreet
2023-10-22bcachefs: Error message improvementKent Overstreet
2023-10-22bcachefs: Improve a few warningsKent Overstreet
2023-10-22bcachefs: Fix for_each_btree_key2()Kent Overstreet
2023-10-22bcachefs: Btree split improvementKent Overstreet
2023-10-22bcachefs: Fix return code from btree_path_traverse_one()Kent Overstreet
2023-10-22bcachefs: Minor dio write path improvementsKent Overstreet
2023-10-22bcachefs: Quota: Don't allocate memory under lockKent Overstreet
2023-10-22bcachefs: Fix a use after freeKent Overstreet
2023-10-22bcachefs: Delete atomic_inc_bug()Kent Overstreet