Commit Graph

  • ed33908b44 btrfs-progs: update checksumming api Johannes Thumshirn 2019-09-03 17:00:41 +0200
  • 926e9c8e14 btrfs-progs: sb-mod: simplify update_block_csum() Johannes Thumshirn 2019-09-03 17:00:40 +0200
  • 7b4f1035a6 btrfs-progs: pass checksum type to btrfs_csum_data()/btrfs_csum_final() Johannes Thumshirn 2019-09-03 17:00:39 +0200
  • de68086e35 btrfs-progs: don't assume checksums are always 4 bytes Johannes Thumshirn 2019-09-03 17:00:38 +0200
  • a38eb3d426 btrfs-progs: add checksum type to checksumming functions Johannes Thumshirn 2019-09-03 17:00:37 +0200
  • b8f3290fe6 btrfs-progs: cache csum_type in recover_control Johannes Thumshirn 2019-09-03 17:00:36 +0200
  • af56955876 btrfs-progs: don't blindly assume crc32c in csum_tree_block_size() Johannes Thumshirn 2019-09-03 17:00:35 +0200
  • 779ada6edd btrfs-progs: make checksum type explicit in mkfs context structure Johannes Thumshirn 2019-09-24 15:21:36 +0200
  • 669f561775 btrfs-progs: docs: use docbook5 backend for asciidoctor Dimitri John Ledkov 2019-09-10 17:08:19 +0100
  • c501c9e3b8 btrfs-progs: mkfs: match devid order to the stripe index Anand Jain 2019-06-28 10:26:11 +0800
  • 3de68a0e87 btrfs-progs: tests: fix misc/021 when restoring overlapping stale data Anand Jain 2019-09-04 21:29:47 +0800
  • 0e7d891a15 btrfs-progs: corrupt-block: Fix description of 'r' option Nikolay Borisov 2019-09-11 16:55:52 +0300
  • 11e126b162 btrfs-progs: mkfs: fix xattr enumeration Vladimir Panteleev 2019-09-06 09:58:46 +0000
  • 95c49ef7f7 btrfs-progs: print-tree: add BTRFS_DEV_ITEMS_OBJECTID in comment Anand Jain 2019-08-28 22:06:05 +0800
  • f41f929854 btrfs-progs: constify argument of parse_size Jeff Mahoney 2019-08-27 17:12:13 +0200
  • b74d0dffb1 btrfs-progs: qgroups: use parse_size instead of open coding it Jeff Mahoney 2019-08-13 21:04:00 -0400
  • ed2b4dc638 btrfs-progs: docs: document btrfs-balance exit status in detail Vladimir Panteleev 2019-08-25 06:02:56 +0000
  • 0889161127 btrfs-progs: check: move device_record to main.c David Sterba 2019-08-26 20:03:57 +0200
  • 705f4ecf02 btrfs-progs: check: remove flat include switch from common.h David Sterba 2019-08-26 19:57:01 +0200
  • 1b42e71053 btrfs-progs: copy btrfsck.h to check/common.h David Sterba 2019-08-26 19:54:25 +0200
  • 8e68287d88 btrfs-progs: move qgroup-verify.[ch] to check/ David Sterba 2019-08-26 19:45:27 +0200
  • f55bdde2f9 btrfs-progs: dump-tree: update help and docs regarding DFS/BFS David Sterba 2019-08-26 19:26:26 +0200
  • c003709191 btrfs-progs: print-tree: Use BFS as default traversal method Qu Wenruo 2019-08-06 14:23:11 +0800
  • b250f30492 libbtrfsutil: remove stale BTRFS_DEV_REPLACE_ITEM_STATE_x defines Anand Jain 2019-08-08 12:32:43 +0800
  • 7aace2519a btrfs-progs: pass in a btrfs_mkfs_config to write_temp_extent_buffer Johannes Thumshirn 2019-07-25 11:33:56 +0200
  • 5eb0c11333 btrfs-progs: use btrfs_csum_data() in __csum_tree_block_size() Johannes Thumshirn 2019-07-25 11:33:54 +0200
  • 55a8c9626f
    Btrfs progs v5.2.2 v5.2.2 David Sterba 2019-09-05 15:34:37 +0200
  • c21dcd04de btrfs-progs: update CHANGES for v5.2.2 David Sterba 2019-02-25 18:42:33 +0100
  • 7cb441ba56 btrfs-progs: fsck-tests: Add test image for valid half-dropped orphan inode Qu Wenruo 2019-09-02 12:57:50 +0800
  • c31bd8db54 btrfs-progs: check/lowmem: Skip nbytes check for orphan inodes Qu Wenruo 2019-09-02 12:57:49 +0800
  • 9b1a1dacbc btrfs-progs: print-tree add missing DEV_STATS Anand Jain 2019-08-28 17:56:19 +0800
  • d523a28a15 btrfs-progs: tests: cli/003: add resize checks with 'max' David Sterba 2019-08-27 17:32:37 +0200
  • 88fc7becac btrfs-progs: pretty print device size in overflow error message David Sterba 2019-08-27 17:04:58 +0200
  • 893934258d btrfs-progs: tests: mkfs and extra large devices Jeff Mahoney 2019-08-27 16:54:50 +0200
  • d29f475108 btrfs-progs: check if adding device would overflow while scanning Jeff Mahoney 2019-08-13 21:03:59 -0400
  • 391b891278 btrfs-progs: kernel-lib: add overflow check helpers Jeff Mahoney 2019-08-13 21:03:59 -0400
  • 1643179c6a btrfs-progs: mkfs: treat btrfs_add_to_fsid as fatal error Jeff Mahoney 2019-08-13 21:03:58 -0400
  • 73ff25c65d btrfs-progs: check: don't check nbytes on unlinked files Josef Bacik 2019-08-09 09:18:31 -0400
  • 50d2702e49 btrfs-progs: fsck-tests: Add test case for invalid root generation Qu Wenruo 2019-08-12 14:34:22 +0800
  • 1baf729743 btrfs-progs: check/original: Check and repair root item geneartion Qu Wenruo 2019-08-12 14:34:21 +0800
  • ebf29e39c3 btrfs-progs: check/lowmem: Check and repair root generation Qu Wenruo 2019-08-12 14:34:20 +0800
  • f972ef650b btrfs-progs: balance: check for full-balance before background fork Vladimir Panteleev 2019-08-17 23:14:34 +0000
  • bbb18c990c btrfs-progs: tests: fix cli-tests/003-fi-resize-args Vladimir Panteleev 2019-08-17 23:18:49 +0000
  • e46e17ab5a btrfs-progs: docs: fix label property description Hans van Kranenburg 2019-08-03 23:44:03 +0200
  • b4cadc2ac9 btrfs-progs: docs: fix formatting of btrfs(5) David Sterba 2019-08-06 15:52:35 +0200
  • fcebb87f52 btrfs-progs: tests: Check for metadata_uuid feature in misc-tests/034-metadata-uuid Nikolay Borisov 2019-08-05 14:45:22 +0300
  • 90a87e817d btrfs-progs: check: fix option parsing for -E Adam Borowski 2019-07-28 08:47:36 +0200
  • 9a85732d8b
    Btrfs progs v5.2.1 v5.2.1 David Sterba 2019-07-26 17:54:59 +0200
  • 20f8386488 btrfs-progs: update CHANGES for v5.2.1 David Sterba 2019-02-25 18:42:33 +0100
  • 4b09ba4b78 btrfs-progs: restore: fix chown of a symlink David Sterba 2019-07-26 13:25:53 +0200
  • 0d7159807f btrfs-progs: scrub: fix status lines alignment Grzegorz Kowal 2019-07-07 15:00:38 -0300
  • 96ed8e801f btrfs-progs: scrub: fix ETA calculation Grzegorz Kowal 2019-07-07 14:58:56 -0300
  • df090f6eb7 Btrfs-progs: mkfs, fix metadata corruption when using mixed mode Filipe Manana 2019-07-25 11:27:17 +0100
  • 4e48f14f8b btrfs-progs: tests: switch messages to _log David Sterba 2019-07-24 15:53:18 +0200
  • 6f24e7276b btrfs-progs: tests: Avoid debug log populating stdout Qu Wenruo 2019-07-24 20:00:55 +0800
  • 4a714918f0 btrfs-progs: receive: get rid of unnecessary strdup() Omar Sandoval 2019-07-22 12:15:03 -0700
  • 8ca6c0c3c7 btrfs-progs: check: initialize qgroup_item_count in earlier stage Naohiro Aota 2019-07-23 18:19:11 +0900
  • 27049a1e77 btrfs-progs: extent-tree: Unify the parameters of btrfs_inc_extent_ref() Qu Wenruo 2019-07-24 16:35:54 +0800
  • 40347be06d btrfs-progs: props: update help texts David Sterba 2019-07-23 17:17:01 +0200
  • c6d00c3f00 btrfs-progs: props: convert to C99 initializers David Sterba 2019-07-23 17:02:22 +0200
  • c9da5695b2 btrfs-progs: props: update descriptions David Sterba 2019-07-23 16:59:28 +0200
  • 42a1aaeec4 btrfs-progs: deal with drop_progress properly in fsck Josef Bacik 2019-02-06 15:49:24 -0500
  • 2a8cec4b12 btrfs-progs: Exhaust delayed refs and dirty block groups to prevent delayed refs lost Qu Wenruo 2019-07-08 15:33:51 +0800
  • 1e6246eaec btrfs-progs: fix a printf format string fatal warning Adam Borowski 2019-07-14 01:14:54 +0200
  • 608fd900ca
    Btrfs progs v5.2 v5.2 David Sterba 2019-07-05 18:21:55 +0200
  • 9ebb5057ad btrfs-progs: update CHANGES for v5.2 David Sterba 2019-02-25 18:42:33 +0100
  • 4d29e37947 libbtrfsutil: subvolume: use helpers to access search header David Sterba 2019-07-04 14:30:30 +0200
  • db1246039d libbtrfsutil: add accessors for search header items David Sterba 2019-07-04 14:26:47 +0200
  • dc6da57e0a btrfs-progs: tests: make test-clean work without built binaries David Sterba 2019-07-04 12:55:33 +0200
  • 7797f03924 btrfs-progs: sb-mod: add remaining superblock integer items David Sterba 2019-07-04 02:37:04 +0200
  • 5ab79b808a btrfs-progs: sb-mod: add remaining integer value types David Sterba 2019-07-04 02:27:56 +0200
  • 9b3a9daacd btrfs-progs: build: add stub makefile to image and mkfs David Sterba 2019-07-04 02:15:53 +0200
  • 0a688a4454 btrfs-progs: kerncompat: define __always_inline conditionally David Sterba 2019-07-04 01:42:15 +0200
  • 8dbcf826ca btrfs-progs: tests: request minimum kernel version for misc-tests/034-metadata-uuid David Sterba 2019-07-04 01:36:47 +0200
  • 3a1e12abdc btrfs-progs: tests: add helper to compare kernel versions David Sterba 2019-07-02 13:36:53 +0200
  • a66d9aa2e3 btrfs-progs: tests: drop keyword function David Sterba 2019-07-03 22:35:22 +0200
  • 0528d89454 btrfs-progs: tests: common: add shell missing quotes David Sterba 2019-07-03 22:33:28 +0200
  • 5d444edcb7 btrfs-progs: tests: use common loop device helpers in misc-tests/021 David Sterba 2019-07-03 22:01:25 +0200
  • 03241303eb btrfs-progs: dump-tree: add noscan option Anand Jain 2019-06-26 01:30:17 -0700
  • 4c70b84aba btrfs-progs: document the new all-in-one binary David Sterba 2019-07-02 18:33:24 +0200
  • bd4a386ec5 btrfs-progs: build most common tools into one binary (busybox style) David Sterba 2015-06-21 18:23:19 +0200
  • 0232fc320a btrfs-progs: test: add simple test for 'fi du' recursion depth David Sterba 2019-07-02 15:17:47 +0200
  • 8d3da70b36 btrfs-progs: docs: update fi du regarding recursion David Sterba 2019-07-02 15:24:32 +0200
  • 534c296121 btrfs-progs: docs: update defrag regarding recursion David Sterba 2019-07-02 15:24:32 +0200
  • 88f4bcb351 btrfs-progs: test: add simple test for defrag recursion depth David Sterba 2019-07-02 15:17:47 +0200
  • 064341dca9 btrfs-progs: restore: Fix input buffer handling pjw91 2019-06-19 02:24:53 +0800
  • 5dfbc7c42a btrfs-progs: tests: misc/021 run fs check with SUDO_HELPER David Sterba 2019-07-02 13:49:13 +0200
  • 53ae6525b9 btrfs-progs: tests: don't print dd transfer info David Sterba 2019-07-02 13:44:02 +0200
  • 201ad5c9e5 btrfs-progs: tests: add helper to compare kernel versions David Sterba 2019-07-02 13:36:53 +0200
  • 06f075976e btrfs-progs: ci: rename travis/ to ci/ David Sterba 2019-07-02 12:57:24 +0200
  • 5f5c497c8b btrfs-progs: send: add gcc9 workaround for root item reset David Sterba 2019-07-02 12:50:14 +0200
  • a62b7854de btrfs-progs: utils: split device scanning functions to own file David Sterba 2019-07-02 00:42:23 +0200
  • ccbea0977b btrfs-progs: utils: split device handling functions to own file David Sterba 2019-07-02 00:42:23 +0200
  • b98a984f0b btrfs-progs: path-utils: rename test_isdir David Sterba 2019-07-02 00:10:42 +0200
  • fc86737f91 btrfs-progs: path-utils: rename is_existing_blk_or_reg_file David Sterba 2019-07-02 00:09:21 +0200
  • 116e27a87a btrfs-progs: path-utils: rename is_path_exist David Sterba 2019-07-02 00:07:11 +0200
  • facc0b130e btrfs-progs: path-utils: rename is_mount_point David Sterba 2019-07-02 00:04:18 +0200
  • 89ad5e9dba btrfs-progs: path-utils: rename is_reg_file David Sterba 2019-07-02 00:03:32 +0200
  • c3b0e6970b btrfs-progs: path-utils: rename is_block_device David Sterba 2019-07-01 21:29:43 +0200
  • f83e81c61b btrfs-progs: utils: split path related utils to own file David Sterba 2019-07-01 20:54:39 +0200