summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Btree write bufferKent Overstreet
2023-10-22bcachefs: Go RW before check_alloc_info()Kent Overstreet
2023-10-22bcachefs: Start copygc when first going read-writeKent Overstreet
2023-10-22bcachefs: Kill trans->flagsKent Overstreet
2023-10-22bcachefs: trans->notrace_relock_failKent Overstreet
2023-10-22bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-10-22bcachefs: ec_stripe_delete_work() now takes ref on c->writesKent Overstreet
2023-10-22bcachefs: Fix btree_node_write_blocked() not being clearedKent Overstreet
2023-10-22bcachefs: Switch a BUG_ON() to a panic()Kent Overstreet
2023-10-22bcachefs: Fix btree_path_alloc()Kent Overstreet
2023-10-22bcachefs: Fix memleak in replicas_table_update()Brett Holman
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-10-22bcachefs: Don't call bch2_journal_pin_drop() under key cache lockKent Overstreet
2023-10-22six locks: Improved optimistic spinningKent Overstreet
2023-10-22bcachefs: Use six_lock_ip()Kent Overstreet
2023-10-22six locks: Expose tracepoint IPKent Overstreet
2023-10-22bcachefs: bch2_trans_in_restart_error()Kent Overstreet
2023-10-22bcachefs: Improve btree node read error pathKent Overstreet
2023-10-22bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet
2023-10-22bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet
2023-10-22bcachefs: Fix hash_check_key()Kent Overstreet
2023-10-22bcachefs: Don't emit tracepoints for expected eventsKent Overstreet
2023-10-22bcachefs: Use trylock in bch2_prt_backtrace()Kent Overstreet
2023-10-22bcachefs: bch2_inode_opts_get()Kent Overstreet
2023-10-22bcachefs: Fix bch_alloc_to_text()Kent Overstreet
2023-10-22bcachefs: Better inlining in core write pathKent Overstreet
2023-10-22bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet
2023-10-22bcachefs: Improve btree_reserve_get_fail tracepointKent Overstreet
2023-10-22bcachefs: Fix bch2_bucket_alloc_early()Kent Overstreet
2023-10-22bcachefs: Check for lru entries with time=0Kent Overstreet
2023-10-22bcachefs: Fix rereplicate when we already have a cached pointerKent Overstreet
2023-10-22bcachefs: Fix repair path in bch2_mark_reflink_p()Kent Overstreet
2023-10-22bcachefs: Dump transaction updates before panicingKent Overstreet
2023-10-22bcachefs: Kill fs_usage_apply_warn()Kent Overstreet
2023-10-22bcachefs: debug: Fix some locking bugsKent Overstreet
2023-10-22bcachefs: Convert EAGAIN errors to private error codesKent Overstreet
2023-10-22bcachefs: Convert EROFS errors to private error codesKent Overstreet
2023-10-22bcachefs: Fix compat path for old inode formatsKent Overstreet
2023-10-22bcachefs: bch2_trans_relock_notrace()Kent Overstreet
2023-10-22bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-10-22bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMKent Overstreet
2023-10-22bcachefs: Improve bkey_cached_lock_for_evict()Kent Overstreet
2023-10-22bcachefs: Fix bch2_btree_path_traverse_all()Kent Overstreet
2023-10-22bcachefs: Delete a faulty assertionKent Overstreet
2023-10-22bcachefs: Kill bch2_extent_trim_atomic() usageKent Overstreet
2023-10-22bcachefs: Plumb saw_error through to btree_err()Kent Overstreet
2023-10-22bcachefs: Convert btree_err() to a functionKent Overstreet
2023-10-22bcachefs: fix fsck errorKent Overstreet
2023-10-22bcachefs: Make log message at startup a bit cleanerKent Overstreet
2023-10-22bcachefs: Log more messages in the journalKent Overstreet