Commit Graph

  • 8f382bc75e btrfs-progs: tests: mkfs/020: properly set checksum from parameter Marcos Paulo de Souza 2019-12-05 12:36:46 -0300
  • d39ab9fafe
    Btrfs progs v5.4 v5.4 David Sterba 2019-12-03 16:47:34 +0100
  • 152496dac7 btrfs-progs: update CHANGES for 5.4 David Sterba 2019-11-22 19:14:54 +0100
  • 440ac2f888
    Btrfs progs v5.4-rc1 v5.4-rc1 David Sterba 2019-11-22 19:15:34 +0100
  • d850988382 btrfs-progs: update CHANGES for 5.4 David Sterba 2019-11-22 19:14:54 +0100
  • ca210687f8 btrfs-progs: fi usage: print ratio of used/total for each chunk type David Sterba 2019-11-19 19:06:55 +0100
  • a855c63625 btrfs-progs: build: optional dependencies for html doc target David Sterba 2019-11-19 18:23:30 +0100
  • 329a5bba15 btrfs-progs: docs: add example for replacing an online drive Alexandru Ungureanu 2019-10-24 14:20:49 +0300
  • c56439735a btrfs-progs: build: document install targets David Sterba 2019-11-19 18:06:56 +0100
  • 9a03f6d41f btrfs-progs: build: install static library and headers in install-static Fabrice Fontaine 2019-09-26 20:34:22 +0200
  • 50ec684a20 btrfs-progs: docs: clarify the default list sort order of subvolumes Marcos Paulo de Souza 2019-11-13 00:10:40 -0300
  • f01d2b8558 libbtrfsutil: Convert to designated initialization for SubvolumeIterator_type Qu Wenruo 2019-11-18 14:30:52 +0800
  • 425c950cc6 libbtrfsutil: Convert to designated initialization for QgroupInherit_type Qu Wenruo 2019-11-18 14:30:51 +0800
  • a528cbeead libbtrfsutil: Convert to designated initialization for BtrfsUtilError_type Qu Wenruo 2019-11-18 14:30:50 +0800
  • 36128dff44 btrfs-progs: check/lowmem: Fix a false alert on uninitialized value Qu Wenruo 2019-11-18 14:30:49 +0800
  • 97fc76c0ac btrfs-progs: add comments of block group lookup functions Su Yue 2019-11-11 16:42:25 +0800
  • 899977cd18 btrfs-progs: docs: update mkfs blockgroup description David Sterba 2019-11-15 16:14:50 +0100
  • 95117cbd4a btrfs-progs: tests: add tests for checksums David Sterba 2019-11-15 15:00:15 +0100
  • b475a46f4d btrfs-progs: tests: add raid1c34 to basic mkfs tests David Sterba 2019-11-15 14:39:02 +0100
  • 1f5094bb5c btrfs-progs: add support for raid1c3 and raid1c4 David Sterba 2019-10-31 19:43:17 +0100
  • beef042d50 btrfs-progs: Remove convert param from btrfs_alloc_data_chunk Nikolay Borisov 2019-10-30 14:22:27 +0200
  • f28a5a1673 btrfs-progs: Remove type argument from btrfs_alloc_data_chunk Nikolay Borisov 2019-10-30 14:22:26 +0200
  • 6718ab4d33 btrfs-progs: Initialize sub_stripes to 1 in btrfs_alloc_data_chunk Nikolay Borisov 2019-10-30 14:22:25 +0200
  • 9b01db7785 btrfs-progs: rescue/zero-log: Manually write all supers to handle extent tree error more gracefully Qu Wenruo 2019-11-11 15:50:59 +0800
  • e731746a18 btrfs-progs: Reduce error level from error to warning for OPEN_CTREE_PARTIAL Qu Wenruo 2019-11-11 15:50:58 +0800
  • cbe239bf71 btrfs-progs: fi usage: sort table by device id David Sterba 2019-11-06 15:58:07 +0100
  • a85c496c0d btrfs-progs: docs: update check modes David Sterba 2019-11-05 21:58:32 +0100
  • a999abb7e9 btrfs-progs: docs: document new --repair --force behaviour David Sterba 2019-11-05 21:48:42 +0100
  • e388bf386b btrfs-progs: check: warn users about the possible dangers of --repair Johannes Thumshirn 2019-10-18 13:16:03 +0200
  • a517225ece btrfs-progs: docs: checksum algorithms David Sterba 2019-11-05 21:26:14 +0100
  • c981414ea3 btrfs-progs: docs: switch btrfs(5) to auto-numbered list David Sterba 2019-11-05 20:32:51 +0100
  • c1a1aa9e33 btrfs-progs: docs: document checksum options for mkfs and convert David Sterba 2019-11-05 20:31:04 +0100
  • b9000ce339 btrfs-progs: tests: remove unused variables in common David Sterba 2019-11-05 20:24:19 +0100
  • 8041a1c229 btrfs-progs: tests: enhance convert option injection David Sterba 2019-11-05 20:14:56 +0100
  • f24ba8126e btrfs-progs: tests: enhance mkfs option injection David Sterba 2019-11-05 20:14:56 +0100
  • 698e3baad6 btrfs-progs: convert: add option for checksum type David Sterba 2019-11-05 19:30:09 +0100
  • 65efb419a2 btrfs-progs: move parse_csum_type to utils David Sterba 2019-11-05 19:34:07 +0100
  • 78a3831d46 btrfs-progs: tests: Test backup root retention logic Nikolay Borisov 2019-10-15 18:42:49 +0300
  • 8ebc7219ee btrfs-progs: corrupt-block: Refactor tree block corruption code Nikolay Borisov 2019-10-15 18:42:48 +0300
  • 989a99b5f8 btrfs-progs: Replace btrfs_block_group_cache::item with dedicated members Qu Wenruo 2019-10-30 15:40:39 +0800
  • 5f9a4e6314 btrfs-progs: balance status: fix usage show long verbose Anand Jain 2019-10-30 16:41:06 +0800
  • ac7ce38475 btrfs-progs: balance start: fix usage add long verbose Anand Jain 2019-10-30 16:41:07 +0800
  • 161402cc5a btrfs-progs: receive: make option quiet work Anand Jain 2019-10-25 18:25:20 +0800
  • 8a8083fded btrfs-progs: README: add gitlab CI/CD status badge David Sterba 2019-10-25 17:23:45 +0200
  • 011b7e2766 btrfs-progs: mkfs-tests/005: check global prereq for dmsetup Su Yue 2019-10-23 17:26:34 +0800
  • 62ab5ce067 btrfs-progs: ci: use newer image base on travis David Sterba 2019-10-22 19:46:31 +0200
  • c052b38418 btrfs-progs: Makefile: Add -Wimplicit-fallthrough Marcos Paulo de Souza 2019-10-21 23:02:28 -0300
  • 575b6e0e51 btrfs-progs: utils: Replace __attribute__(fallthrough) Marcos Paulo de Souza 2019-10-21 23:02:27 -0300
  • e33a73b754 btrfs-progs: Refactor btrfs_read_block_groups() Qu Wenruo 2019-10-10 14:41:51 +0800
  • e46281d6fb btrfs-progs: Refactor excluded extent functions to use fs_info Qu Wenruo 2019-10-10 14:41:50 +0800
  • e56cdab5f1 btrfs-progs: test: tests: Add test image for invalid inode generation repair Qu Wenruo 2019-09-24 16:11:20 +0800
  • b9ea7c1b23 btrfs-progs: check/original: Add check and repair for invalid inode generation Qu Wenruo 2019-09-24 16:11:19 +0800
  • 0a6e40bdc1 btrfs-progs: check/lowmem: Add check and repair for invalid inode generation Qu Wenruo 2019-09-24 16:11:18 +0800
  • 680b5c171f btrfs-progs: tests: Add new images for inode mode repair functionality Qu Wenruo 2019-09-03 16:16:29 +0800
  • eae0c8e32f btrfs-progs: check/original: Fix inode mode in subvolume trees Qu Wenruo 2019-09-12 11:11:34 +0800
  • 69eac9de0c btrfs-progs: check/lowmem: Repair bad imode early Qu Wenruo 2019-09-12 11:11:33 +0800
  • 7f8383b7a6 btrfs-progs: check: Make repair_imode_common() handle inodes in subvolume trees Qu Wenruo 2019-09-12 11:11:32 +0800
  • ac9e07a780 btrfs-progs: check: find imode using info from INODE_REF item Qu Wenruo 2019-09-12 11:11:31 +0800
  • 87207654f1 btrfs-progs: check: Export btrfs_type_to_imode Qu Wenruo 2019-09-12 11:11:30 +0800
  • 1796d5099f btrfs-progs: image: Rework how we search chunk tree blocks Qu Wenruo 2019-07-04 14:10:59 +0800
  • 7abe4c3385 btrfs-progs: image: determine if a tree block is in the range of system chunks Qu Wenruo 2019-07-04 14:10:58 +0800
  • 6cef330d2d btrfs-progs: image: Allow restore to record system chunk ranges for later usage Qu Wenruo 2019-07-04 14:10:57 +0800
  • 52ad6dcbcd btrfs-progs: image: Don't waste memory when we're just extracting super block Qu Wenruo 2019-07-04 14:10:56 +0800
  • d216266340 btrfs-progs: image: Fix error output to show correct return value Qu Wenruo 2019-07-04 14:10:55 +0800
  • 4dd66c7991 btrfs-progs: image: Output error message for chunk tree build error Qu Wenruo 2019-07-04 14:10:54 +0800
  • 99d6346048 btrfs-progs: small fixes/cleanup in Documentation Merlin Büge 2019-10-18 18:14:33 +0200
  • 34ef695a81 btrfs-progs: add BLAKE2 to hash-speedtest David Sterba 2019-10-07 18:23:52 +0200
  • f5e952b13d btrfs-progs: add SHA256 to hash-speedtest David Sterba 2019-10-07 18:23:52 +0200
  • 2047b6de3d btrfs-progs: add blake2b support David Sterba 2019-10-07 18:19:51 +0200
  • 3778ece7ff btrfs-progs: add blake2b reference implementation David Sterba 2019-10-07 18:06:50 +0200
  • ae9f8bff30 btrfs-progs: add sha256 as supported checksumming algorithm Johannes Thumshirn 2019-10-07 13:13:26 +0200
  • 785073f658 btrfs-progs: crypto: add hash speedtest utility David Sterba 2019-06-10 14:49:50 +0200
  • 8c5756ec8d btrfs-progs: use hash wrapper for crc32c in btrfs_csum_data David Sterba 2019-09-25 19:40:03 +0200
  • ebb79f1644 btrfs-progs: add crc32c to hash wrappers David Sterba 2019-06-10 14:56:11 +0200
  • cc8b28226c btrfs-progs: constify and reduce csum definition table David Sterba 2019-09-25 19:31:15 +0200
  • 3a73bc1b37 btrfs-progs: move sha256 from tests to crypto/ David Sterba 2019-06-06 11:56:13 +0200
  • bc2fff4675 btrfs-progs: build: clean temporary files in crypto/ David Sterba 2019-09-25 19:17:41 +0200
  • c04bcdcacc btrfs-progs: move crc32c implementation to crypto/ Johannes Thumshirn 2019-09-25 15:37:27 +0200
  • f070ece2e9 btrfs-progs: add xxhash64 to mkfs Johannes Thumshirn 2019-09-25 15:37:26 +0200
  • 2a264c6b0a btrfs-progs: add xxhash sources v0.7.1 David Sterba 2019-09-03 17:00:43 +0200
  • f82e569b33
    Btrfs progs v5.3.1 v5.3.1 David Sterba 2019-10-25 14:05:38 +0200
  • 1d627ce044 btrfs-progs: update CHANGES for 5.3.1 David Sterba 2019-10-25 12:46:29 +0200
  • 075f147cef btrfs-progs: preload libbtrfs for libbtrfs-test David Sterba 2019-10-24 02:02:07 +0200
  • c15c559f54 btrfs-progs: build: add missing symbols to libbtrfs David Sterba 2019-10-24 01:08:26 +0200
  • c618f46222 btrfs-progs: libbtrfs: add list of exported symbols David Sterba 2019-10-24 00:23:56 +0200
  • de7856cee5
    Btrfs progs v5.3 v5.3 David Sterba 2019-10-21 14:04:32 +0200
  • 0ac2b94a41 btrfs-progs: update CHANGES for 5.3 David Sterba 2019-10-16 23:00:22 +0200
  • 50ffdead8e
    Btrfs progs v5.3-rc1 v5.3-rc1 David Sterba 2019-10-16 23:12:25 +0200
  • ea95133795 btrfs-progs: update CHANGES for 5.3 David Sterba 2019-10-16 23:00:22 +0200
  • 6d59786363 btrfs-progs: ci: setup GitLab-CI Lakshmipathi.G 2019-10-14 23:21:59 +0530
  • a7e2f17a84 btrfs-progs: unbreak btrfs-sb-mod compilation Johannes Thumshirn 2019-10-10 16:09:49 +0200
  • c5a202be8f btrfs-progs: testsadd clean-test.sh to testsuite-files Long An 2019-09-26 11:12:43 +0000
  • 5d72055066 btrfs-progs: Fix printf formats Rosen Penev 2019-08-11 15:46:49 -0700
  • e2da195a3c btrfs-progs: build: add missing objects to libbtrfs David Sterba 2019-09-25 20:34:12 +0200
  • 483179bbae btrfs-progs: docs: add compression level support for mount options Dennis Zhou 2019-09-19 03:11:15 -0700
  • 4b3e22e988 btrfs-progs: kerncompat: define BTRFS_DISABLE_BACKTRACE when building with uClibc Fabrice Fontaine 2019-09-22 14:35:28 +0200
  • 3c7387dee2 btrfs-progs: mkfs: print checksum type when running mkfs Johannes Thumshirn 2019-09-25 15:37:25 +0200
  • e4a8e1916d btrfs-progs: add table for checksum type and name Johannes Thumshirn 2019-09-25 15:37:24 +0200
  • f3d7675c08 btrfs-progs: add is_valid_csum_type() helper Johannes Thumshirn 2019-09-25 15:37:23 +0200
  • 56198f3a9d btrfs-progs: mkfs: new option to specify checksum type Johannes Thumshirn 2019-09-03 17:00:42 +0200