aboutsummaryrefslogtreecommitdiffstats
path: root/tools-util.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27bcachefs-tools: don't skip stale superblock wipe in force modeBrian Foster1-6/+5
2023-11-17bcachefs-tools: fix broken libblkid superblock wipeBrian Foster1-3/+8
2023-10-19Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str()Kent Overstreet1-1/+1
2023-10-08Change open_for_format to the block io apiHunter Shaffer1-10/+13
2023-10-08deleted unused path to device in get_size, get_blocksizeHunter Shaffer1-2/+2
2023-08-22Fix null ptr deref in bbpos_parse()Kent Overstreet1-0/+4
2023-08-01Update bcachefs sources to 33a60d9b05 bcachefs: Assorted fixes for clangKent Overstreet1-6/+6
2023-08-01bpos_parse() now handles symbol constantsKent Overstreet1-3/+32
2023-02-12cmd_list_journal: Add filter optionsKent Overstreet1-10/+32
2022-05-26New subcommand: set-optionKent Overstreet1-0/+11
2022-05-26Delete some dead codeKent Overstreet1-19/+0
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf bloom...Kent Overstreet1-2/+2
2022-03-30Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg()Kent Overstreet1-9/+8
2022-02-22Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufsKent Overstreet1-36/+0
2022-01-01Unit handling cleanupsKent Overstreet1-21/+3
2021-12-25Update bcachefs sources to aa540d47ab bcachefs: Option improvementsKent Overstreet1-2/+2
2021-12-10Fix device add for kernel sysfs changesKent Overstreet1-2/+4
2021-07-24add a blk_wipe function calljpsollie1-0/+2
2021-07-04Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAXKent Overstreet1-2/+0
2021-06-13Improve compiler compatibility + run blkid remove for all filesystemsjpsollie1-0/+2
2021-03-16New data job commandKent Overstreet1-0/+19
2020-08-24Assorted debug and fsck improvementsKent Overstreet1-2/+6
2020-01-03fs_usage cmd fixesKent Overstreet1-0/+4
2019-12-29Make die exit using _exitJustin Husted1-1/+1
2019-03-24check if fs is mounted before running fsckKent Overstreet1-15/+13
2018-12-19Use opts.h for format optionsKent Overstreet1-1/+1
2018-10-21improve dev_to_mount()Kent Overstreet1-5/+23
2018-06-01Update bcachefs sources to 9abf628c70 bcachefs: Fix a spurious error in fsckKent Overstreet1-1/+1
2018-05-17fixes for 32 bit builds/non x86 archsKent Overstreet1-3/+8
2018-02-09tools-util.c: define generic crc32c on non-x86_64 archLeah Neukirchen1-2/+2
2018-02-08New data rereplicate commandKent Overstreet1-0/+8
2018-02-07cmd_migrate fixesKent Overstreet1-4/+10
2017-12-29show-super can now print more stuffKent Overstreet1-1/+16
2017-12-28ResizingKent Overstreet1-59/+48
2017-12-23Add bcachefs fs usageKent Overstreet1-7/+60
2017-12-10build: require explicit include paths for libbcachefs/Austin Seipp1-2/+2
2017-10-08Update for new superblock options; makefile improvementsKent Overstreet1-3/+0
2017-10-08Faster crc32cKent Overstreet1-2/+152
2017-05-05fix sync writes - don't use O_EXCLKent Overstreet1-0/+81
2017-04-14cmd_list improvements; use %mKent Overstreet1-1/+1
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet1-6/+6
2017-03-09cmd_device_add improvementsKent Overstreet1-6/+71
2017-03-09cmd_migrateKent Overstreet1-63/+108
2017-02-06Add a command to dump filesystem metadataKent Overstreet1-4/+5
2017-02-06update bcache code, fsck improvementsKent Overstreet1-95/+7
2017-01-20bcache in userspace; userspace fsckKent Overstreet1-0/+314