summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey_methods.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Indirect inline data extentsKent Overstreet1-1/+5
2023-10-23bcachefs: Handle printing of null bkeysKent Overstreet1-7/+14
2023-10-23bcachefs: Fix for the bkey compat pathKent Overstreet1-40/+55
2023-10-23bcachefs: Kill bkey_type_successorKent Overstreet1-0/+56
2023-10-23bcachefs: trans_commit() path can now insert to interior nodesKent Overstreet1-1/+1
2023-10-23bcachefs: Fix bch2_ptr_swab for indirect extentsKent Overstreet1-6/+3
2023-10-23bcachefs: Kill bch2_fs_bug()Kent Overstreet1-1/+1
2023-10-23bcachefs: Switch to macro for bkey_opsKent Overstreet1-4/+4
2023-10-23bcachefs: Inline data extentsKent Overstreet1-3/+19
2023-10-23bcachefs: Debug code improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: ReflinkKent Overstreet1-0/+1
2023-10-23bcachefs: Print out name of bkey typeKent Overstreet1-4/+3
2023-10-23bcachefs: Check for key size > offsetKent Overstreet1-0/+3
2023-10-23bcachefs: Don't allow bkey vals that are too big in extents btreeKent Overstreet1-0/+5
2023-10-23bcachefs: bkey_merge() now takes bkey_sKent Overstreet1-6/+6
2023-10-23bcachefs: Merge extents with checksumsKent Overstreet1-7/+12
2023-10-23bcachefs: Fix bkey_method compilation on gcc 7.3.0Tim Schlueter1-15/+15
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-79/+139
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+2
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-38/+22
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-1/+1
2023-10-23bcachefs: fix bch2_val_to_text()Kent Overstreet1-5/+16
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+192