summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs_format.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: fix userspace build errorsKent Overstreet1-1/+1
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-1/+2
2024-01-01bcachefs: Improve btree write buffer tracepointsKent Overstreet1-1/+3
2024-01-01bcachefs: Kill dev_usage->buckets_ecKent Overstreet1-2/+2
2024-01-01bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet1-3/+3
2024-01-01bcachefs: Kill memset() in bch2_btree_iter_init()Kent Overstreet1-0/+7
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet1-1/+19
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet1-13/+20
2023-11-29bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet1-1/+1
2023-11-26bcachefs: bpos is misaligned on big endianKent Overstreet1-1/+5
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-28/+24
2023-11-05bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet1-3/+4
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet1-3/+1
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet1-1/+13
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-0/+15
2023-11-02bcachefs: rebalance_workKent Overstreet1-22/+12
2023-10-23bcachefs: Add iops fields to bch_memberHunter Shaffer1-7/+21
2023-10-23bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer1-3/+3
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer1-2/+12
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-7/+8
2023-10-23bcachefs: Log finsert/fcollapse operationsKent Overstreet1-2/+21
2023-10-23bcachefs: Log truncate operationsKent Overstreet1-4/+15
2023-10-23bcachefs: BTREE_ID_logged_opsKent Overstreet1-1/+3
2023-10-23bcachefs: Array bounds fixesKent Overstreet1-39/+27
2023-10-23bcachefs: Cleanup redundant snapshot nodesKent Overstreet1-0/+1
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-0/+5
2023-10-23bcachefs: Lower BCH_NAME_MAX to 512Joshua Ashton1-3/+1
2023-10-23bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet1-2/+6
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-1/+1
2023-10-23bcachefs: Consolidate btree id propertiesKent Overstreet1-18/+59
2023-10-23bcachefs: Extent sb compression type fields to 8 bitsKent Overstreet1-3/+28
2023-10-23bcachefs: bcachefs_format.h should be using __u64Kent Overstreet1-10/+10
2023-10-23bcachefs: Snapshot depth, skiplist fieldsKent Overstreet1-1/+5
2023-10-23bcachefs: Version table now lists required recovery passesKent Overstreet1-23/+49
2023-10-23bcachefs: bcachefs_metadata_version_major_minorKent Overstreet1-21/+25
2023-10-23bcachefs: version_upgrade is now an enumKent Overstreet1-0/+12
2023-10-23bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet1-0/+5
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-4/+4
2023-10-23bcachefs: bch2_version_compatible()Kent Overstreet1-2/+0
2023-10-23bcachefs: struct bch_extent_rebalanceKent Overstreet1-2/+17
2023-10-23bcachefs: Expand BTREE_NODE_IDKent Overstreet1-3/+14
2023-10-23bcachefs: Add otime, parent to bch_subvolumeKent Overstreet1-0/+8
2023-10-23bcachefs: BTREE_ID_snapshot_treeKent Overstreet1-4/+22
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-1/+2
2023-10-23bcachefs: Drop some anonymous structs, unionsKent Overstreet1-10/+2
2023-10-23bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet1-1/+1
2023-10-23bcachefs: Add tracepoint & counter for btree split raceKent Overstreet1-1/+2
2023-10-23bcachefs: Fragmentation LRUKent Overstreet1-1/+3
2023-10-23bcachefs: Rework lru btreeKent Overstreet1-1/+2
2023-10-23bcachefs: bucket_gens btreeKent Overstreet1-3/+15