summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-30btrfs-progs: build: modify cscope/ctags rules to include directories such as ...Lu Fengqi1-2/+6
2018-03-30btrfs-progs: add tool to edit super blocksDavid Sterba1-0/+310
2018-03-30btrfs-progs: check/original: Remove unused variable first_keyQu Wenruo1-5/+0
2018-03-30btrfs-progs: remove BTRFS_CRC32_SIZE definitionMisono, Tomohiro6-14/+14
2018-03-30btrfs-progs: tests: add shell quotes to misc test scriptsDavid Sterba22-207/+208
2018-03-30btrfs-progs: tests: add shell quotes to mkfs test scriptsDavid Sterba10-54/+53
2018-03-30btrfs-progs: tests: remove trivial use of local variablesDavid Sterba8-36/+9
2018-03-30btrfs-progs: tests: add shell quoting to fuzz test scriptsDavid Sterba8-16/+16
2018-03-30btrfs-progs: tests: convert/014 use shell builtin for generating contentDavid Sterba1-3/+2
2018-03-30btrfs-progs: tests: update README, images, coding styleDavid Sterba1-1/+23
2018-03-30btrfs-progs: tests: mkfs fills uuid and otime for FS_TREEDavid Sterba1-0/+35
2018-03-30btrfs-progs: mkfs: add uuid and otime to ROOT_ITEM of, FS_TREEMisono Tomohiro2-0/+19
2018-03-30btrfs-progs: Beautify owner when printing leaf/nodesNikolay Borisov1-6/+8
2018-03-30btrfs-progs: tests: don't use fallocate in mkfs/014-rootdir-inline-extentDavid Sterba1-2/+1
2018-03-30btrfs-progs: tests: Add testcase for rootdir inline extent sizeQu Wenruo1-0/+47
2018-03-30btrfs-progs: test/convert: Add test case for invalid large inline data extentQu Wenruo1-0/+22
2018-03-30btrfs-progs: check/lowmem mode: Check inline extent sizeQu Wenruo1-0/+28
2018-03-30btrfs-progs: check: original mode: Check inline extent sizeQu Wenruo2-0/+17
2018-03-30btrfs-progs: mkfs/rootdir: Fix inline extent creation checkQu Wenruo1-2/+4
2018-03-30btrfs-progs: convert: Fix inline file extent creation conditionQu Wenruo2-2/+3
2018-03-30btrfs-progs: dump-tree: add option to print children nodes of a given blockQu Wenruo2-1/+10
2018-03-30btrfs-progs: print-tree: Enhance warning on tree block level mismatch and err...Qu Wenruo1-12/+8
2018-03-30btrfs-progs: Fix typos in docs and user-facing stringsNicholas D Steeves4-7/+7
2018-03-30btrfs-progs: print-tree: Do correct offset output for ROOT_ITEMQu Wenruo1-1/+10
2018-03-30btrfs-progs: convert/ext2: Remove check for ext2_ext_attr_entry->e_value_blockQu Wenruo1-2/+1
2018-03-30Btrfs-progs: add fsck test for filesystem with shared prealloc extentsFilipe Manana2-0/+42
2018-03-30Btrfs-progs: check, fix false error reports for shared prealloc extentsFilipe Manana4-5/+278
2018-03-30btrfs-progs: ctree: Add extra level check for read_node_slot()Qu Wenruo1-1/+16
2018-03-30btrfs-progs: tests: fix source path for testsuiteDavid Sterba7-7/+7
2018-03-30btrfs-progs: tests: Add test case with valid orphan inodeQu Wenruo2-0/+15
2018-03-30btrfs-progs: check: lowmem: Fix false alert about orphan inodeQu Wenruo1-2/+22
2018-03-30btrfs-progs: gitignore: Ignore patchesQu Wenruo1-0/+1
2018-03-30btrfs-progs: gitignore: Ignore *.restored test imageQu Wenruo1-0/+1
2018-03-30btrfs-progs: fsck-tests: Introduce test case with keyed data backref with the...Lu Fengqi1-0/+0
2018-03-30btrfs-progs: check/lowmem: Fix false alert of data extent backref lost for sn...Lu Fengqi1-2/+2
2018-03-30btrfs-progs: check/lowmem: Fix the incorrect error message of check_extent_da...Lu Fengqi1-5/+6
2018-03-30btrfs-progs: dump-super: Don't verify csum if csum type or size is unknownQu Wenruo1-1/+3
2018-03-30btrfs-progs: free-space-cache: Enhance free space cache free space checkQu Wenruo2-9/+27
2018-03-30btrfs-progs: docs: add section about filesystem limits to btrfs(5)David Sterba1-2/+38
2018-03-30btrfs-progs: free-space-cache: Use DIV_ROUND_UP() to replace open codeQu Wenruo1-2/+1
2018-03-30libbtrfsutil: use pkg-config detection for the right Python versionOmar Sandoval1-1/+1
2018-03-06btrfs-progs: ci: enable clang and python for musl build testDavid Sterba1-1/+1
2018-03-06btrfs-progs: ci: update test image packages - add clang and pythonDavid Sterba1-1/+2
2018-03-06libbtrfsutils: add python-devel detectionDavid Sterba2-0/+3
2018-03-06btrfs-progs: ci: cache built dependenciesDavid Sterba3-4/+35
2018-03-06btrfs-progs: replace test_issubvolume() with btrfs_util_is_subvolume()Omar Sandoval4-51/+16
2018-03-06btrfs-progs: use libbtrfsutil for subvol syncOmar Sandoval1-196/+21
2018-03-06btrfs-progs: use libbtrfsutil for subvol showOmar Sandoval3-174/+98
2018-03-06btrfs-progs: use libbtrfsutil for subvol deleteOmar Sandoval1-14/+8
2018-03-06btrfs-progs: use libbtrfsutil for get-defaultOmar Sandoval1-28/+26