Commit Graph

  • 639d949f9f btrfs-progs: tests: stream dump and max_error counts David Sterba 2019-05-15 16:47:42 +0200
  • 53e8014369 btrfs-progs: receive: set up max_errors count Alexander Kovtunenko 2018-10-15 16:02:11 +0300
  • f2d5990d31 btrfs-progs: scan: pass blkid_get_cache error code Anand Jain 2019-03-29 13:49:54 +0800
  • f54d891ac8 Btrfs-progs: receive, add debug information to write and clone commands Filipe Manana 2019-03-29 19:35:26 +0000
  • 50faf73f22 btrfs-progs: check: fixup_extent_flags needs to deal with non-skinny metadata Jeff Mahoney 2019-04-02 14:09:56 -0400
  • 5672a69639 btrfs-progs: Handle error properly in btrfs_commit_transaction() Qu Wenruo 2019-04-16 15:15:26 +0800
  • 45e58a1acf btrfs-progs: Refactor btrfs_finish_extent_commit() Qu Wenruo 2019-04-16 15:15:25 +0800
  • 27a5b9ddc3 btrfs-progs: Remove the dead branch in btrfs_run_delayed_refs() Qu Wenruo 2019-04-16 15:15:24 +0800
  • 3fe16a10da btrfs-progs: tests: fix misc/026 to run on NFS David Sterba 2019-05-02 19:14:13 +0200
  • cba6bae15d libbtrfsutil: don't close fd on error in btrfs_util_subvolume_id_fd() Omar Sandoval 2019-03-25 11:17:56 -0700
  • 5ca28fc25f Merge branch 'pull/qu/v2' into devel from Qu Wenruo (https://github.com/adam900710/btrfs-progs/tree/for_devel) David Sterba 2019-04-26 18:10:32 +0200
  • 4ab95eb8b0 Revert "btrfs-progs: Do metadata preallocation as long as we're not modifying extent tree" Qu Wenruo 2019-04-16 09:04:43 +0800
  • 6ab19825b0 btrfs-progs: Don't BUG_ON() when write_dev_supers() fails Qu Wenruo 2019-04-11 13:24:26 +0800
  • e227e81d99 btrfs-progs: disk-io: Flush to ensure super block write is FUA Qu Wenruo 2019-03-27 17:46:52 +0800
  • 2644f80611 btrfs-progs: disk-io: Make super block write error easier to read Qu Wenruo 2019-03-27 17:46:51 +0800
  • 2437a88079 btrfs-progs: tests/fsck: Add test image for free space cache mode repair Qu Wenruo 2019-04-01 13:55:51 +0800
  • 427990ad74 btrfs-progs: check/original: Check and repair free space cache inode item Qu Wenruo 2019-04-01 13:55:50 +0800
  • 77fe19ba16 btrfs-progs: check/lowmem: Check and repair free space cache inode mode Qu Wenruo 2019-04-01 13:55:49 +0800
  • 11fd6cff82 btrfs-progs: check/original: Repair invalid inode mode in root tree Qu Wenruo 2019-04-01 13:55:48 +0800
  • 64ca43a8ad btrfs-progs: check/lowmem: Repair invalid inode mode in root tree Qu Wenruo 2019-04-01 13:55:47 +0800
  • 23f1e9a13f btrfs-progs: check/original: Add inode mode check Qu Wenruo 2019-04-01 13:55:46 +0800
  • c06c5eef88 btrfs-progs: check/lowmem: Add inode mode check Qu Wenruo 2019-04-01 13:55:45 +0800
  • 66d610010b btrfs-progs: disk-io: Try to find a best copy when reading tree blocks Qu Wenruo 2019-03-07 19:32:24 +0800
  • f76136a8d0 btrfs-progs: Move btrfs_num_copies() call out of the loop in read_tree_block() Qu Wenruo 2019-03-07 19:31:32 +0800
  • e8ae577030 btrfs-progs: Use mirror_num start from 1 to avoid unnecessary retry Qu Wenruo 2019-03-07 19:31:31 +0800
  • db51d8d8f6 btrfs-progs: Use @fs_info to replace @root for btrfs_check_leaf/node() Qu Wenruo 2019-03-07 19:31:30 +0800
  • 83aeb251f7 btrfs-progs: Free bad extent buffer as soon as possible Qu Wenruo 2019-03-06 09:47:36 +0800
  • fc4d433437 btrfs-progs: Update backup roots when writing super blocks Qu Wenruo 2019-02-27 14:05:52 +0800
  • 84d433d861 btrfs-progs: fsck-test: enable lowmem repair for case 001 Su Yue 2019-02-27 14:05:51 +0800
  • 8a3aefc78d btrfs-progs: tests: add case for inode lose one file extent Lu Fengqi 2019-02-27 14:05:50 +0800
  • cedbfc2561 btrfs-progs: check: Delete file extent item with unaligned disk bytenr Su Yanjun 2019-02-27 14:05:49 +0800
  • 3b35deeadd btrfs-progs: check: fix wrong @offset used in find_possible_backrefs() Su Yanjun 2019-02-27 14:05:48 +0800
  • b6a0d97cba Revert "btrfs-progs: Record orphan data extent ref to corresponding root." Su Yanjun 2019-02-27 14:05:47 +0800
  • 872c116c75 Revert "btrfs-progs: Add repair and report function for orphan file extent." Su Yanjun 2019-02-27 14:05:46 +0800
  • 0617bde3bc btrfs-progs: lowmem: delete unaligned bytes extent data under repair Su Yue 2019-02-27 14:05:45 +0800
  • a170ef86ff btrfs-progs: lowmem: rename delete_extent_tree_item() to delete_item() Su Yue 2019-02-27 14:05:44 +0800
  • 2a058a2204 btrfs-progs: lowmem: check unaligned disk_bytenr for extent_data Su Yue 2019-02-27 14:05:43 +0800
  • cbe66f5804 btrfs-progs: lowmem: fix false alert if extent item has been repaired Su Yue 2019-02-27 14:05:42 +0800
  • 0ea38ae08d btrfs-progs: lowmem: move nbytes check before isize check Su Yue 2019-02-27 14:05:41 +0800
  • ee455db07e btrfs-progs: lowmem: add argument path to punch_extent_hole() Su Yue 2019-02-27 14:05:40 +0800
  • fa13420cc7 btrfs-progs: lowmem: fix false alert about the existence of gaps in the check_file_extent Lu Fengqi 2019-02-27 14:05:39 +0800
  • cfa470d5a6 btrfs-progs: Remove get_argv0_buf Nikolay Borisov 2019-03-11 12:20:56 +0200
  • f312aff23f btrfs-progs: inspect-dump-tree: Allow --block to be specified multiple times Qu Wenruo 2018-06-01 16:27:46 +0800
  • 7a12d8470e btrfs-progs: Do metadata preallocation as long as we're not modifying extent tree Qu Wenruo 2018-09-14 15:49:44 +0800
  • 5ebf288875 btrfs-progs: defrag: open files RO on new enough kernels Adam Borowski 2019-02-25 19:16:44 +0100
  • 3da12f3d5f btrfs-progs: fix kernel version parsing on some versions past 3.0 Adam Borowski 2019-02-25 19:16:43 +0100
  • 33b4acc7df btrfs-progs: receive: add option for quiet mode Steven Davies 2019-03-05 14:00:46 +0100
  • dc592178f2 btrfs-progs: gitignore: Ignore hidden files Qu Wenruo 2019-02-28 10:22:06 +0800
  • c7d546ab6b btrfs-progs: qgoup: propagate errors from btrfs_qgroup_parse_sort_string David Sterba 2019-03-04 17:04:18 +0100
  • 9a1550bb2d btrfs-progs: qgroup show: report unrecognized format of sort string David Sterba 2019-03-04 17:00:06 +0100
  • 88ab0824a2 btrfs-progs: qgroup show: report errors while parsing sort string David Sterba 2019-03-04 16:56:04 +0100
  • 6927db8ad9 btrfs-progs: qgroup: remove unused option handling David Sterba 2019-03-04 16:42:00 +0100
  • f34d4c5ac0 btrfs-progs: qgroup: report unknown option David Sterba 2019-03-04 16:34:54 +0100
  • 50750ead22 btrfs-progs: find-root: use the common help infrastructure David Sterba 2019-03-04 16:28:17 +0100
  • 32ec525fd2 btrfs-progs: find-root: don't dump usage on wrong argument count David Sterba 2019-03-04 16:15:16 +0100
  • 5ec301036e btrfs-progs: find-root: use common usage helper for uknown option David Sterba 2019-03-04 16:06:44 +0100
  • 27097a2125 btrfs-progs: prop: return only common error values David Sterba 2019-03-04 15:14:21 +0100
  • 5a803bfd27 btrfs-progs: prop: don't print full usage on invalid arguments David Sterba 2019-03-04 15:05:54 +0100
  • 2d4b083b7c btrfs-progs: prop: let parsing helper return error to the caller David Sterba 2019-03-04 15:03:09 +0100
  • 4ac63ccbd8 btrfs-progs: help: don't print usage on wrong argument counts David Sterba 2019-03-04 14:49:15 +0100
  • 4ac44631a4 btrfs-progs: help: use unknown command option helper David Sterba 2019-03-02 01:45:18 +0100
  • c9b60c9087 btrfs-progs: help: update messages of argc constraint checkers David Sterba 2019-03-01 20:57:05 +0100
  • 309719fb97 btrfs-progs: help: add helper for unrecognized option error message David Sterba 2019-03-01 20:47:00 +0100
  • bc78d1f217 btrfs-progs: device: update help texts David Sterba 2019-03-01 18:07:52 +0100
  • e76fb663a7 btrfs-progs: check: Fix false alert about uninitialized variable Qu Wenruo 2019-02-27 13:49:52 +0800
  • ae45af7a92 btrfs-progs: dev replace: gracefully handle the exclusive operation report Anand Jain 2019-01-31 18:05:41 +0800
  • f79fb2cf3e btrfs-progs: dev replace: check for no result before using results Anand Jain 2019-01-31 18:05:40 +0800
  • 3ef4bd5cb8 btrfs-progs: Unify metadata chunk size with kernel Qu Wenruo 2019-02-05 14:53:12 +0800
  • 0dd9031159 btrfs-progs: Port kernel fs_devices::total_rw_bytes Qu Wenruo 2019-02-05 14:53:11 +0800
  • aa4e8cbba2 btrfs-progs: device scan: update error messages David Sterba 2019-03-01 17:14:48 +0100
  • cec1472792 btrfs-progs: docs: add scan --forget David Sterba 2019-03-01 16:49:53 +0100
  • 16f0494b4b btrfs-progs: device scan: update help text David Sterba 2019-03-01 14:22:44 +0100
  • 02f096fb20 btrfs-progs: device scan: update help text David Sterba 2019-03-01 14:02:10 +0100
  • 6d3458dcfd btrfs-progs: device scan: constify path argument David Sterba 2019-03-01 14:01:25 +0100
  • dff3fb19d7 btrfs-progs: device scan: add new option to forget one or all scanned devices Anand Jain 2019-01-04 13:31:52 +0800
  • 5c748404b9
    Btrfs progs v4.20.2 v4.20.2 David Sterba 2019-02-25 18:54:18 +0100
  • becd726a81 btrfs-progs: update CHANGES for v4.20.2 David Sterba 2019-02-25 18:42:33 +0100
  • f9148e3841 Revert "Btrfs-progs: fix mount point detection due to partial prefix match" David Sterba 2019-02-25 18:08:29 +0100
  • 2e84a13a10 btrfs-progs: Use a single tab for 'leafsize (deprecated)' row Nikolay Borisov 2019-02-01 15:20:21 +0200
  • e10b8a839c btrfs-progs: ci: switch to newer build environment David Sterba 2019-01-28 13:49:41 +0100
  • cfbf54dea1 btrfs-progs: ci: explicitly request reiserfs support for btrfs-convert David Sterba 2019-01-23 12:59:57 +0100
  • 6c33832b8c
    Btrfs progs v4.20.1 v4.20.1 David Sterba 2019-01-23 13:56:53 +0100
  • b0cabc78fd btrfs-progs: update CHANGES for v4.20.1 David Sterba 2018-08-06 15:59:51 +0200
  • 6315cf6d37 btrfs-progs: ci: enable library-test David Sterba 2019-01-23 12:21:18 +0100
  • f6f518a081 btrfs-progs: build: fix libbtrfs build David Sterba 2019-01-23 12:16:46 +0100
  • d125381da3
    Btrfs progs v4.20 v4.20 David Sterba 2019-01-19 15:52:01 +0100
  • 0a529b8395 btrfs-progs: update CHANGES for v4.20 David Sterba 2018-08-06 15:59:51 +0200
  • 2b209f70d0 btrfs-progs: tests: add option coverage for btrfstune David Sterba 2019-01-17 01:36:43 +0100
  • 08f8176e7a btrfs-progs: btrfstune: update help string David Sterba 2019-01-17 01:06:34 +0100
  • 111f1473bd btrfs-progs: docs: document btrfstune -m/-M David Sterba 2019-01-17 00:52:09 +0100
  • 45c2b3bb89 btrfs-progs: docs: btrfstune: sort options alphabetically David Sterba 2019-01-17 00:33:08 +0100
  • 440e8b9830 btrfs-progs: shared: rename ulist_fini to ulist_release David Sterba 2019-01-16 21:16:14 +0100
  • c8d3986ed7 btrfs-progs: docs: update scrub docs Andrea Gelmini 2018-11-27 15:14:37 +0100
  • 8bda5132d8 btrfs-progs: fix stray error message in check Jeff Mahoney 2019-01-11 17:07:49 -0500
  • aca8193adb btrfs-progs: handle balance and replace concurrency Anand Jain 2018-12-19 00:01:44 +0800
  • ccdd01a404 Btrfs-progs: add test for receive Filipe Manana 2019-01-14 13:31:46 +0000
  • dc1c561250 Btrfs-progs: add missing error handling in find_mount_root() Filipe Manana 2019-01-14 13:31:34 +0000
  • cb8abddb20 Btrfs-progs: fix mount point detection due to partial prefix match Filipe Manana 2019-01-14 13:30:24 +0000
  • 5c880c82c2 btrfs-progs: docs: add swapfile support description to sect. 5 David Sterba 2019-01-15 17:20:25 +0100
  • 5121b09519 btrfs-progs: docs: update system limits texts in sect. 5 David Sterba 2019-01-15 17:21:01 +0100