aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ref-verify.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: rename btrfs_data_ref->ino to ->objectidGravatar Josef Bacik 1-1/+1
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refGravatar Josef Bacik 1-1/+1
2024-05-07btrfs: move ref_root into btrfs_refGravatar Josef Bacik 1-2/+2
2024-01-12btrfs: ref-verify: free ref cache before clearing mount optGravatar Fedor Pchelkin 1-2/+4
2023-11-23btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Gravatar Bragatheswaran Manickavel 1-0/+2
2023-10-12btrfs: new inline ref storing owning subvol of data extentsGravatar Boris Burkov 1-0/+3
2023-10-12btrfs: rename tree_ref and data_ref owning_rootGravatar Boris Burkov 1-2/+2
2023-10-12btrfs: reformat remaining kdoc style commentsGravatar David Sterba 1-1/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move mount option definitions to fs.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-2/+4
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-1/+1
2021-10-26btrfs: rename root fields in delayed refs structsGravatar Nikolay Borisov 1-2/+2
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolGravatar Filipe Manana 1-5/+5
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingGravatar Randy Dunlap 1-2/+2
2021-02-08btrfs: ref-verify: make sure owner is set for all refsGravatar Josef Bacik 1-13/+10
2021-02-08btrfs: ref-verify: pass down tree block level when building refsGravatar Josef Bacik 1-8/+12
2020-12-08btrfs: use btrfs_read_node_slot in walk_down_treeGravatar Josef Bacik 1-16/+2
2020-12-08btrfs: locking: remove all the blocking helpersGravatar Josef Bacik 1-4/+2
2020-12-08btrfs: remove unnecessary casts in printkGravatar David Sterba 1-2/+1
2020-11-05btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modGravatar Dinghao Liu 1-0/+1
2020-07-27btrfs: ref-verify: fix memory leak in add_block_entryGravatar Tom Rix 1-0/+2
2020-07-02btrfs: convert comments to fallthrough annotationsGravatar Marcos Paulo de Souza 1-1/+1
2020-03-23btrfs: fix ref-verify to catch operations on 0 ref extentsGravatar Josef Bacik 1-0/+9
2020-02-12btrfs: ref-verify: fix memory leaksGravatar Wenwen Wang 1-0/+5
2019-10-03btrfs: fix uninitialized ret in ref-verifyGravatar Josef Bacik 1-1/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-23/+30
2019-04-29btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()Gravatar Qu Wenruo 1-23/+30
2019-04-29btrfs: ref-verify: Simplify stack trace retrievalGravatar Thomas Gleixner 1-13/+2
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersGravatar David Sterba 1-2/+2
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-3/+3
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootGravatar Misono Tomohiro 1-4/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: Validate child tree block's level and first keyGravatar Qu Wenruo 1-1/+6
2018-01-22btrfs: ref-verify: Remove unused parameter from walk_up_tree() to kill warningGravatar Geert Uytterhoeven 1-4/+2
2017-10-30Btrfs: add a extent ref verify toolGravatar Josef Bacik 1-0/+1031