aboutsummaryrefslogtreecommitdiffstats
path: root/tune
AgeCommit message (Expand)AuthorFilesLines
2024-04-18btrfs-progs: tune: properly open zoned devices for RWQu Wenruo1-1/+5
2024-04-02btrfs-progs: tune: add the missing newline for --convert-from-block-group-treeQu Wenruo1-1/+1
2024-02-08btrfs-progs: tune: fix the missing close() of filesystem fdQu Wenruo1-0/+1
2023-10-21btrfs-progs: tune: use long option to enable simple quotaDavid Sterba1-6/+11
2023-10-13btrfs-progs: move clear-cache.[ch] from check/ to common/ directoryQu Wenruo1-1/+1
2023-10-10btrfs-progs: fix all variable shadowingQu Wenruo1-5/+5
2023-10-10btrfs-progs: properly reserve metadata space for bgt conversionQu Wenruo1-5/+9
2023-10-03btrfs-progs: clean up includes, using include-what-you-useDavid Sterba6-5/+17
2023-10-03btrfs-progs: update read_tree_block to take a btrfs_parent_tree_checkJosef Bacik1-1/+3
2023-10-03btrfs-progs: use btrfs_tree_parent_check for btrfs_read_extent_bufferJosef Bacik1-1/+3
2023-10-03btrfs-progs: move btrfs_record_file_extent and code into a new fileJosef Bacik1-0/+1
2023-10-03btrfs-progs: drop btrfs_init_pathJosef Bacik2-10/+5
2023-10-03btrfs-progs: update btrfs_set_item_key_safe to match kernel definitionJosef Bacik1-7/+1
2023-10-03btrfs-progs: tune: recover from failed btrfstune -m|MAnand Jain3-12/+41
2023-10-03btrfs-progs: tune: use the latest bdev in fs_devices for super_copyAnand Jain1-0/+8
2023-10-03btrfs-progs: tune: add support for squotaBoris Burkov3-1/+191
2023-09-01btrfs-progs: tune: do not allow multiple incompatible features to be setQu Wenruo1-38/+83
2023-08-28btrfs-progs: tune: fix return without flag reset commitAnand Jain1-3/+0
2023-08-28btrfs-progs: tune: pass metadata_uuid in check_unfinished_fsid_changeAnand Jain1-2/+2
2023-08-28btrfs-progs: tune: pass fsid in check_unfinished_fsid_change arg2Anand Jain1-2/+2
2023-08-28btrfs-progs: tune: rename uuid_changed to fsid_changed in set_metadata_uuidAnand Jain1-5/+5
2023-08-28btrfs-progs: tune: rename new_uuid to new_fsid in set_metadata_uuidAnand Jain1-5/+5
2023-08-28btrfs-progs: tune: rename new_fsid to fsid in set_metadata_uuidAnand Jain1-9/+9
2023-08-28btrfs-progs: tune: rename arg to new_fsid_str in set_metadata_uuidAnand Jain1-3/+3
2023-08-28btrfs-progs: tune: cache local variable of fs_infoAnand Jain1-14/+16
2023-08-28btrfs-progs: fix more typos found by codespellDavid Sterba1-1/+1
2023-08-28btrfs-progs: btrfstune: consolidate error handling in main()Anand Jain1-10/+21
2023-08-28btrfs-progs: track active metadata_uuid per fs_devicesAnand Jain1-1/+1
2023-08-23btrfs-progs: track changing_fsid flag in fs_devicesAnand Jain1-3/+1
2023-08-23btrfs-progs: btrfstune: check for missing devicesAnand Jain1-0/+19
2023-08-11btrfs-progs: register device after successfully changing the fsidAnand Jain1-0/+1
2023-07-27btrfs-progs: btrfstune: add injection points to btrfsune --csumDavid Sterba1-0/+13
2023-07-26btrfs-progs: add noscan parameter to check_where_mountedAnand Jain1-1/+1
2023-05-26btrfs-progs: tune: reject csum change if the fs is already using the target c...Qu Wenruo1-2/+8
2023-05-26btrfs-progs: tune: implement resume support for data csum objectid changeQu Wenruo1-2/+21
2023-05-26btrfs-progs: tune: implement resume support for half deleted old csumsQu Wenruo1-0/+10
2023-05-26btrfs-progs: tune: implement resume support for empty csum treeQu Wenruo1-0/+7
2023-05-26btrfs-progs: tune: implement resume support for csum tree without any new csu...Qu Wenruo1-3/+102
2023-05-26btrfs-progs: tune: implement resume support for generating new data csumQu Wenruo1-33/+192
2023-05-26btrfs-progs: tune: implement resume support for metadata checksumQu Wenruo1-7/+83
2023-05-26btrfs-progs: tune: delete the csum change item after converting the fsQu Wenruo1-4/+38
2023-05-26btrfs-progs: tune: add the ability to change metadata csumsQu Wenruo1-1/+142
2023-05-26btrfs-progs: tune: add the ability to migrate the temporary csum items to reg...Qu Wenruo1-0/+86
2023-05-26btrfs-progs: tune: add the ability to delete old data csumsQu Wenruo1-0/+65
2023-05-26btrfs-progs: tune: add the ability to generate new data checksumsQu Wenruo1-1/+9
2023-05-26btrfs-progs: tune: add the ability to read and verify the data before generat...Qu Wenruo1-0/+244
2023-05-26btrfs-progs: tune: implement the prerequisite checks for csum changeQu Wenruo1-0/+59
2023-05-26btrfs-progs: tune: rework the main idea of csum changeQu Wenruo3-502/+19
2023-05-26btrfs-progs: fix -Wmissing-prototypes warningsQu Wenruo5-0/+6
2023-05-26btrfs-progs: update read_tree_block to match the kernel definitionJosef Bacik1-1/+1
2023-05-26btrfs-progs: sync uapi/btrfs.h into btrfs-progsJosef Bacik2-2/+2
2023-05-26btrfs-progs: introduce UASSERT() for purely userspace codeJosef Bacik1-1/+1
2023-05-26btrfs-progs: tune: add --convert-to-free-space-tree optionQu Wenruo1-2/+54
2023-04-27btrfs-progs: tune: rename bgt conversion optionsDavid Sterba1-6/+8
2023-04-19btrfs-progs: tune: add new option to convert back to extent treeQu Wenruo3-3/+157
2023-04-17btrfs-progs: move block-group-tree out of experimental featuresQu Wenruo1-10/+8
2023-02-28btrfs-progs: open code print_usage where applicableDavid Sterba1-7/+2
2023-02-28btrfs-progs: make usage call properly return an exit valueQu Wenruo1-2/+1
2023-02-28btrfs-progs: tune: update checksum conversionDavid Sterba3-128/+326
2023-02-28btrfs-progs: tune: fix typos and mistakes in messagesDavid Sterba5-18/+19
2023-02-28btrfs-progs: tune: convert printf to message helpersDavid Sterba4-19/+21
2023-02-18btrfs-progs: tune: use help and cmd_struct for printing help textDavid Sterba1-26/+38
2023-02-18btrfs-progs: tune: remove unused includesDavid Sterba1-6/+0
2023-02-18btrfs-progs: tune: factor out checksum change to own fileDavid Sterba3-307/+334
2023-02-18btrfs-progs: tune: factor out conversion to block group tree to own fileDavid Sterba3-126/+152
2023-02-18btrfs-progs: tune: factor out metadata UUID change to own fileDavid Sterba3-87/+114
2023-02-18btrfs-progs: tune: factor out UUID change to own fileDavid Sterba3-279/+313
2023-02-18btrfs-progs: tune: factor out seeding to own fileDavid Sterba3-41/+87
2023-02-18btrfs-progs: move btrfstune to own directoryDavid Sterba1-0/+1189