summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/varint.c
AgeCommit message (Expand)AuthorLines
2025-09-29Remove bcachefs core codeLinus Torvalds-130/+0
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet-2/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-07-18bcachefs: varint: Avoid left-shift of a negative valueTavian Barnes-1/+1
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet-9/+15
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet-0/+1
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet-5/+6
2023-10-22bcachefs: Add a valgrind memcheck hintBrett Holman-0/+7
2023-10-22bcachefs: Fix a valgrind conditional jumpKent Overstreet-1/+1
2023-10-22bcachefs: Add safe versions of varint encode/decodeKent Overstreet-1/+72
2023-10-22bcachefs: New varintsKent Overstreet-0/+43