aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Optimize bch2_trans_init()Gravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Improve bch2_fsck_err()Gravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Kill journal_keys->journal_seq_baseGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Delete time_stats for lock contended timesGravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: Track maximum transaction memoryGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Track the maximum btree_paths ever allocated by each transactionGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Rename lock_held_stats -> btree_transaction_statsGravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: added lock held time statsGravatar Daniel Hill 1-0/+9
2023-10-22bcachefs: Fix subvol/snapshot deleting in recoveryGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: data jobs, including rebalance wait for copygc.Gravatar Daniel Hill 1-0/+2
2023-10-22bcachefs: Go RW before bch2_check_lrus()Gravatar Kent Overstreet 1-9/+10
2023-10-22bcachefs: Add persistent countersGravatar Daniel Hill 1-1/+5
2023-10-22bcachefs: Shutdown path improvementsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill old rebuild_replicas optionGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Use a genradix for reading journal entriesGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Gap buffer for journal keysGravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: Kill main in-memory bucket arrayGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New bucket invalidate pathGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: New discard implementationGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Kill allocator threads & freelistsGravatar Kent Overstreet 1-20/+3
2023-10-22bcachefs: Freespace, need_discard btreesGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: LRU btreeGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: darraysGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Start moving debug info from sysfs to debugfsGravatar Kent Overstreet 1-4/+2
2023-10-22bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Normal update/commit path now works before going RWGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Delete some flag bits that are no longer usedGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Kill bch2_bkey_debugcheckGravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: bch2_gc_gens() no longer uses bucket arrayGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: btree_gc no longer uses main in-memory bucket arrayGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: btree_id_cached()Gravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: Fix freeing in bch2_dev_buckets_resize()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New data structure for buckets waiting on journal commitGravatar Kent Overstreet 1-0/+4
2023-10-22Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Log & error message improvementsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Add verbose log messages for journal readGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: bch_dev->devGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Simplify journal replayGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: BTREE_ITER_WITH_JOURNALGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Fix race between btree updates & journal replayGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: New in-memory array for bucket gensGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Put open_buckets in a hashtableGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Delete some obsolete journal_seq_blacklist codeGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Don't start allocator threads too earlyGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Rewrite bch2_bucket_alloc_new_fs()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Turn encoded_extent_max into a regular optionGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Option improvementsGravatar Kent Overstreet 1-4/+14
2023-10-22bcachefs: Fix some shutdown path bugsGravatar Kent Overstreet 1-0/+1