aboutsummaryrefslogtreecommitdiffstats
path: root/libbtrfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-12libbtrfs: use unsigned types for bit shiftsDavid Sterba3-14/+14
2023-09-01Revert "libbtrfs: remove the support for fs without uuid tree"David Sterba2-0/+412
2023-05-26libbtrfs: remove the support for fs without uuid treeQu Wenruo2-409/+0
2023-05-26btrfs-progs: sync messages.[ch] from the kernelJosef Bacik1-20/+0
2023-05-26btrfs-progs: introduce UASSERT() for purely userspace codeJosef Bacik1-1/+2
2023-05-26btrfs-progs: fix kerncompat.h include ordering for libbtrfsJosef Bacik2-3/+3
2023-02-28btrfs-progs: libbtrfs: own copy of crc32cDavid Sterba3-1/+250
2023-01-05btrfs-progs: libbtrfs: move libbtrfs.sym to the directoryDavid Sterba1-0/+12
2023-01-05btrfs-progs: libbtrfs: move version.h to the directoryDavid Sterba1-0/+14
2023-01-04btrfs-progs: libbtrfs: use own copy of kerncompat.hDavid Sterba4-3/+556
2023-01-04btrfs-progs: libbtrfs: revert to v6.0.2 ioctl.hDavid Sterba1-4/+37
2022-11-28btrfs-progs: copy ioctl.h into libbtrfsJosef Bacik3-2/+1075
2022-11-28btrfs-progs: make btrfs_qgroup_level helper match the kernelJosef Bacik1-1/+1
2022-10-26btrfs-progs: unify naming of qgroup subvolid helpersDavid Sterba1-0/+5
2022-10-11btrfs-progs: kernel-lib: remove radix-treeDavid Sterba1-1/+0
2022-10-11btrfs-progs: libbtrfs: update include listsDavid Sterba3-4/+15
2022-08-16btrfs-progs: libbtrfs: reduce exports from ctree.hDavid Sterba1-322/+0
2022-06-06btrfs-progs: libbtrfs: move extent-cache.h to ctree.hDavid Sterba2-43/+13
2022-06-06btrfs-progs: libbtrfs: move extent_io.h to ctree.hDavid Sterba2-69/+34
2022-06-06btrfs-progs: libbtrfs: remove declarations without exports in extent-cache.hDavid Sterba1-78/+0
2022-06-06btrfs-progs: libbtrfs: remove declarations without exports in extent_io.hDavid Sterba1-110/+0
2022-06-06btrfs-progs: libbtrfs: remove declarations without exports in send-utilsDavid Sterba2-19/+6
2022-06-06btrfs-progs: libbtrfs: use own copy of ctree.h, extent_io.h, send.h and exten...David Sterba7-3/+3423
2021-10-08btrfs-progs: libbtrfs: copy btrfs_uuid_tree_lookup_any from uuid-tree.cDavid Sterba1-3/+75
2021-10-08btrfs-progs: libbtrfs: use btrfs_subvolid_resolve for id->path resolutionDavid Sterba1-9/+10
2021-10-08btrfs-progs: libbtrfs: make own copy of lookup_path_rootidDavid Sterba3-2/+26
2021-10-08btrfs-progs: libbtrfs: remove unneeded uuid.h includesDavid Sterba2-3/+0
2021-10-08btrfs-progs: libbtrfs: switch to bare fprintf for error messagesDavid Sterba2-17/+21
2021-10-08btrfs-progs: remove BTRFS_FLAT_INCLUDES from internal send headersDavid Sterba2-2/+2
2021-10-08btrfs-progs: libbtrfs: make own copy of files implementing the APIDavid Sterba4-0/+1481