summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_types.h
AgeCommit message (Expand)Author
2025-06-15bcachefs: Fix alloc_req use after freeAlan Huang
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet
2025-05-30bcachefs: Kill bkey_buf in btree_path_down()Kent Overstreet
2025-05-21bcachefs: Split out accounting in transaction commitKent Overstreet
2025-05-21bcachefs: btree_trans_subbufKent Overstreet
2025-05-21bcachefs: Kill BTREE_TRIGGER_bucket_invalidateAlan Huang
2025-05-21bcachefs: Remove spurious +1/-1 operationAlan Huang
2025-05-21bcachefs: Improve bch2_btree_cache_to_text()Kent Overstreet
2025-05-21bcachefs: trace bch2_trans_kmalloc()Kent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-03-14bcachefs: Better trigger orderingKent Overstreet
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet
2025-01-09bcachefs: Assert that btree write buffer only touches the right btreesKent Overstreet
2024-12-21bcachefs: Better in_restart errorKent Overstreet
2024-09-21bcachefs: Rework btree node pinningKent Overstreet
2024-09-21bcachefs: split up btree cache counters for live, freeableKent Overstreet
2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet
2024-09-21bcachefs: Add pinned to btree cache not freed countersKent Overstreet
2024-09-09bcachefs: key cache can now allocate from pendingKent Overstreet
2024-09-09bcachefs: Rip out freelists from btree key cacheKent Overstreet
2024-07-18bcachefs: Fix integer overflow on trans->nr_updatesKent Overstreet
2024-07-14bcachefs: Add lockdep support for btree node locksKent Overstreet
2024-07-14bcachefs: Simplify btree key cache fill pathKent Overstreet
2024-07-14bcachefs: btree_types bitmask cleanupsKent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet
2024-06-19bcachefs: Fix btree ID bitmasksKent Overstreet
2024-05-09bcachefs: add counters for failed shrinker reclaimDaniel Hill
2024-05-08bcachefs: Improve sysfs internal/btree_cacheKent Overstreet
2024-05-08bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet
2024-05-08bcachefs: trans->lockedKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet
2024-04-20bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet
2024-04-04bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet
2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet
2024-03-13bcachefs: BTREE_ID_subvolume_childrenKent Overstreet
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet
2024-01-01bcachefs: growable btree_pathsKent Overstreet
2024-01-01bcachefs: trans->nr_pathsKent Overstreet
2024-01-01bcachefs: trans->updates will also be resizableKent Overstreet
2024-01-01bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet
2024-01-01bcachefs: rcu protect trans->pathsKent Overstreet
2024-01-01bcachefs: Clean up btree_transKent Overstreet
2024-01-01bcachefs: kill btree_path.idxKent Overstreet
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet