summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs_format.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Nocow supportKent Overstreet1-3/+7
2023-10-23bcachefs: Unwritten extents supportKent Overstreet1-2/+2
2023-10-23bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet1-3/+52
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-24/+38
2023-10-23bcachefs: Btree write bufferKent Overstreet1-1/+3
2023-10-23bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet1-0/+3
2023-10-23bcachefs: New magic numberKent Overstreet1-1/+1
2023-10-23bcachefs: More style fixesKent Overstreet1-0/+1
2023-10-23bcachefs: Convert to __packed and __alignedKent Overstreet1-46/+46
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-11/+11
2023-10-23bcachefs: Deadlock cycle detectorKent Overstreet1-1/+2
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-6/+75
2023-10-23bcachefs: Add a persistent counter for bucket discardsKent Overstreet1-1/+2
2023-10-23bcachefs: Add a persistent counter for bucket invalidationKent Overstreet1-4/+5
2023-10-23bcachefs: Also log overwrites in journalKent Overstreet1-1/+2
2023-10-23bcachefs: Add persistent countersDaniel Hill1-1/+21