summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs_format.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet1-3/+12
2023-10-23bcachefs: Rebalance now adds replicas if neededKent Overstreet1-1/+1
2023-10-23bcachefs: ReflinkKent Overstreet1-2/+24
2023-10-23bcachefs: Fix for building with old gccKent Overstreet1-1/+1
2023-10-23bcachefs: Refactor trans_(get|update)_keyKent Overstreet1-0/+2
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-0/+1
2023-10-23bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet1-1/+17
2023-10-23bcachefs: Track whether filesystem has errors in superblockKent Overstreet1-1/+3
2023-10-23bcachefs: Convert bucket invalidation to key marking pathKent Overstreet1-8/+8
2023-10-23bcachefs: Fix oldest_gen handlingKent Overstreet1-1/+2
2023-10-23bcachefs: don't do initial gc if have alloc info featureKent Overstreet1-0/+4
2023-10-23bcachefs: serialize persistent_reservedKent Overstreet1-4/+9
2023-10-23bcachefs: reserve space in journal for fs usage entriesKent Overstreet1-1/+16
2023-10-23bcachefs: Add flags to indicate if inode opts were inherited or explicitly setKent Overstreet1-1/+10
2023-10-23bcachefs: merge BCH_INODE_FIELDS_INHERIT/BCH_INODE_OPTSKent Overstreet1-10/+11
2023-10-23bcachefs: use x-macros more consistentlyKent Overstreet1-32/+32
2023-10-23bcachefs: Fix for building in userspaceKent Overstreet1-0/+1
2023-10-23bcachefs: Add new alloc fieldsKent Overstreet1-5/+26
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-122/+62
2023-10-23bcachefs: Erasure codingKent Overstreet1-13/+56
2023-10-23bcachefs: stripe support for replicas trackingKent Overstreet1-4/+17
2023-10-23bcachefs: Check for unsupported featuresKent Overstreet1-1/+2
2023-10-23bcachefs: Assorted fixes for running on very small devicesKent Overstreet1-1/+3
2023-10-23bcachefs: kill struct bch_replicas_cpu_entryKent Overstreet1-3/+3
2023-10-23bcachefs: BCH_EXTENT_ENTRY_TYPES()Kent Overstreet1-10/+14
2023-10-23bcachefs: BCH_SB_RESERVE_BYTESKent Overstreet1-0/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+1498