mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Update email address
This changes linux-bcache@vger.kernel.org references to the correct mailing list (linux-bcachefs@vger.kernel.org). Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
This commit is contained in:
parent
8cc7d49281
commit
62839683e8
@ -87,7 +87,7 @@ static void setattr_usage(void)
|
|||||||
|
|
||||||
bch2_opts_usage(OPT_INODE);
|
bch2_opts_usage(OPT_INODE);
|
||||||
puts(" -h Display this help and exit\n"
|
puts(" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_setattr(int argc, char *argv[])
|
int cmd_setattr(int argc, char *argv[])
|
||||||
|
@ -18,7 +18,7 @@ int data_usage(void)
|
|||||||
" rereplicate Rereplicate degraded data\n"
|
" rereplicate Rereplicate degraded data\n"
|
||||||
" job Kick off low level data jobs\n"
|
" job Kick off low level data jobs\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ static void data_rereplicate_usage(void)
|
|||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ static void data_job_usage(void)
|
|||||||
" -s inode:offset start position\n"
|
" -s inode:offset start position\n"
|
||||||
" -e inode:offset end position\n"
|
" -e inode:offset end position\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ static void dump_usage(void)
|
|||||||
" -f Force; overwrite when needed\n"
|
" -f Force; overwrite when needed\n"
|
||||||
" -j Dump entire journal, not just dirty entries\n"
|
" -j Dump entire journal, not just dirty entries\n"
|
||||||
" -h Display this help and exit\n"
|
" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void dump_one_device(struct bch_fs *c, struct bch_dev *ca, int fd,
|
static void dump_one_device(struct bch_fs *c, struct bch_dev *ca, int fd,
|
||||||
@ -456,7 +456,7 @@ static void list_keys_usage(void)
|
|||||||
" -f Check (fsck) the filesystem first\n"
|
" -f Check (fsck) the filesystem first\n"
|
||||||
" -v Verbose mode\n"
|
" -v Verbose mode\n"
|
||||||
" -h Display this help and exit\n"
|
" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
#define LIST_MODES() \
|
#define LIST_MODES() \
|
||||||
@ -580,7 +580,7 @@ static void list_journal_usage(void)
|
|||||||
" -a Read entire journal, not just dirty entries\n"
|
" -a Read entire journal, not just dirty entries\n"
|
||||||
" -n Number of journal entries to print, starting from the most recent\n"
|
" -n Number of journal entries to print, starting from the most recent\n"
|
||||||
" -h Display this help and exit\n"
|
" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void star_start_of_lines(char *buf)
|
static void star_start_of_lines(char *buf)
|
||||||
@ -701,7 +701,7 @@ static void kill_btree_node_usage(void)
|
|||||||
" -l level Levle to delete from (0 == leaves)\n"
|
" -l level Levle to delete from (0 == leaves)\n"
|
||||||
" -i index Index of btree node to kill\n"
|
" -i index Index of btree node to kill\n"
|
||||||
" -h Display this help and exit\n"
|
" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_kill_btree_node(int argc, char *argv[])
|
int cmd_kill_btree_node(int argc, char *argv[])
|
||||||
|
16
cmd_device.c
16
cmd_device.c
@ -53,7 +53,7 @@ static void device_add_usage(void)
|
|||||||
" -f, --force Use device even if it appears to already be formatted\n"
|
" -f, --force Use device even if it appears to already be formatted\n"
|
||||||
" -h, --help Display this help and exit\n"
|
" -h, --help Display this help and exit\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_device_add(int argc, char *argv[])
|
int cmd_device_add(int argc, char *argv[])
|
||||||
@ -147,7 +147,7 @@ static void device_remove_usage(void)
|
|||||||
" -F, --force-metadata Force removal, even if some metadata\n"
|
" -F, --force-metadata Force removal, even if some metadata\n"
|
||||||
" couldn't be migrated\n"
|
" couldn't be migrated\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -214,7 +214,7 @@ static void device_online_usage(void)
|
|||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h, --help Display this help and exit\n"
|
" -h, --help Display this help and exit\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_device_online(int argc, char *argv[])
|
int cmd_device_online(int argc, char *argv[])
|
||||||
@ -251,7 +251,7 @@ static void device_offline_usage(void)
|
|||||||
" -f, --force Force, if data redundancy will be degraded\n"
|
" -f, --force Force, if data redundancy will be degraded\n"
|
||||||
" -h, --help Display this help and exit\n"
|
" -h, --help Display this help and exit\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_device_offline(int argc, char *argv[])
|
int cmd_device_offline(int argc, char *argv[])
|
||||||
@ -295,7 +295,7 @@ static void device_evacuate_usage(void)
|
|||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h, --help Display this help and exit\n"
|
" -h, --help Display this help and exit\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_device_evacuate(int argc, char *argv[])
|
int cmd_device_evacuate(int argc, char *argv[])
|
||||||
@ -350,7 +350,7 @@ static void device_set_state_usage(void)
|
|||||||
" --force-if-data-lost Force, if data will be lost\n"
|
" --force-if-data-lost Force, if data will be lost\n"
|
||||||
" -o, --offline Set state of an offline device\n"
|
" -o, --offline Set state of an offline device\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -451,7 +451,7 @@ static void device_resize_usage(void)
|
|||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -559,7 +559,7 @@ static void device_resize_journal_usage(void)
|
|||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ static void usage(void)
|
|||||||
"Device specific options must come before corresponding devices, e.g.\n"
|
"Device specific options must come before corresponding devices, e.g.\n"
|
||||||
" bcachefs format --label cache /dev/sdb /dev/sdc\n"
|
" bcachefs format --label cache /dev/sdb /dev/sdc\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
@ -289,7 +289,7 @@ static void show_super_usage(void)
|
|||||||
" -f, --fields=(fields) list of sections to print\n"
|
" -f, --fields=(fields) list of sections to print\n"
|
||||||
" -l, --layout print superblock layout\n"
|
" -l, --layout print superblock layout\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ static void unlock_usage(void)
|
|||||||
" -k (session|user|user_session)\n"
|
" -k (session|user|user_session)\n"
|
||||||
" Keyring to add to (default: user)\n"
|
" Keyring to add to (default: user)\n"
|
||||||
" -h Display this help and exit\n"
|
" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_unlock(int argc, char *argv[])
|
int cmd_unlock(int argc, char *argv[])
|
||||||
|
@ -641,7 +641,7 @@ static void migrate_usage(void)
|
|||||||
" --no_passphrase Don't encrypt master encryption key\n"
|
" --no_passphrase Don't encrypt master encryption key\n"
|
||||||
" -F Force, even if metadata file already exists\n"
|
" -F Force, even if metadata file already exists\n"
|
||||||
" -h Display this help and exit\n"
|
" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct option migrate_opts[] = {
|
static const struct option migrate_opts[] = {
|
||||||
@ -799,7 +799,7 @@ static void migrate_superblock_usage(void)
|
|||||||
" -d device Device to create superblock for\n"
|
" -d device Device to create superblock for\n"
|
||||||
" -o offset Offset of existing superblock\n"
|
" -o offset Offset of existing superblock\n"
|
||||||
" -h Display this help and exit\n"
|
" -h Display this help and exit\n"
|
||||||
"Report bugs to <linux-bcache@vger.kernel.org>");
|
"Report bugs to <linux-bcachefs@vger.kernel.org>");
|
||||||
}
|
}
|
||||||
|
|
||||||
int cmd_migrate_superblock(int argc, char *argv[])
|
int cmd_migrate_superblock(int argc, char *argv[])
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -1,6 +1,6 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Contact: kmo@daterainc.com
|
Upstream-Contact: kent.overstreet@gmail.com
|
||||||
linux-bcache@vger.kernel.org
|
linux-bcachefs@vger.kernel.org
|
||||||
Source: https://evilpiepirate.org/git/bcachefs-tools.git
|
Source: https://evilpiepirate.org/git/bcachefs-tools.git
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
|
Loading…
Reference in New Issue
Block a user