summaryrefslogtreecommitdiff
path: root/cmd_format.c
AgeCommit message (Expand)Author
2023-12-18Update bcachefs sources to 1a739db0b256 bcachefs; guard against overflow in b...Kent Overstreet
2023-11-06cmd_format: Check for device options after device argumentsKent Overstreet
2023-11-02Update, slim down rust dependenciesKent Overstreet
2023-10-18Update bcachefs sources to a180af9dd349 bcachefs: Refactor memcpy into direct...Kent Overstreet
2023-10-08Change open_for_format to the block io apiHunter Shaffer
2023-10-08Update bcachefs sources to 7bf1ac0d46 bcachefs: Correctly initialize new buck...Kent Overstreet
2022-12-21Get current metadata version from sysfsKent Overstreet
2022-12-19Use bch2_err_str() instead of strerror()Kent Overstreet
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-05-26Update email addressKent Overstreet
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf bloom...Kent Overstreet
2022-03-30Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg()Kent Overstreet
2022-03-22cmd_format: verbose no longer on by defaultKent Overstreet
2022-03-10Make filesystem initialization verboseKent Overstreet
2022-02-26Heap-allocate printbufsAleksei Kharlamov
2022-02-22Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufsKent Overstreet
2022-01-01Unit handling cleanupsKent Overstreet
2021-12-10Rename --group to --labelKent Overstreet
2021-07-04Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAXKent Overstreet
2021-06-14Fix format args to die()Kent Overstreet
2021-04-16Fix some small memory leaksKent Overstreet
2021-03-24Increase default superblock size to 1MBKent Overstreet
2021-03-21Add format options for --no-initialize and specifying the metadata versionKent Overstreet
2019-11-03Fix memory leak in cmd_format.cJustin Husted
2019-04-06initialize filesystem when formattingKent Overstreet
2019-01-13Fix format -g to create a disk groupTim Schlueter
2019-01-13Fix target optionsKent Overstreet
2019-01-03readd -q (--quiet)Kent Overstreet
2018-12-19Use opts.h for format optionsKent Overstreet
2018-11-04Fixed format args and removed unnecessary strdup()sTim Schlueter
2018-03-13Add --durability to formatKent Overstreet
2018-02-28minor disk group fixes;, add background_compression optionKent Overstreet
2018-02-19disk groupsKent Overstreet
2018-02-09format: the error_action readonly is spelled remount_roLeah Neukirchen
2018-02-09format: document -U (used by many mkfs.*)Leah Neukirchen
2018-02-08New data rereplicate commandKent Overstreet
2018-01-11Update bcachefs sources to 02ae70070a bcachefs: Allocate new btree roots lazilyKent Overstreet
2017-12-29show-super can now print more stuffKent Overstreet
2017-12-10build: require explicit include paths for libbcachefs/Austin Seipp
2017-12-02add --replicasKent Overstreet
2017-11-08Add commands for changing and removing passphraseKent Overstreet
2017-10-08Update for new superblock options; makefile improvementsKent Overstreet
2017-05-05fix sync writes - don't use O_EXCLKent Overstreet
2017-04-09Update bcachefs sources to da037866e6Kent Overstreet
2017-04-02More cmd_migrate improvementsKent Overstreet
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet
2017-03-14Add --quiet to cmd_formatKent Overstreet
2017-03-12Refactoring for device specific commandsKent Overstreet
2017-03-09cmd_device_add improvementsKent Overstreet
2017-03-09cmd_device_failKent Overstreet