aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/verity.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Gravatar Filipe Manana 1-2/+2
2023-09-13btrfs: convert btrfs_read_merkle_tree_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-33/+31
2023-01-01fsverity: pass pos and size to ->write_merkle_tree_blockGravatar Eric Biggers 1-12/+7
2022-12-05btrfs: move orphan prototypes into orphan.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move verity prototypes into verity.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-09-26btrfs: send: add support for fs-verityGravatar Boris Burkov 1-2/+1
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-1/+1
2021-09-17btrfs: fix transaction handle leak after verity rollback failureGravatar Filipe Manana 1-2/+4
2021-08-23btrfs: verity metadata orphan itemsGravatar Boris Burkov 1-7/+80
2021-08-23btrfs: initial fsverity supportGravatar Boris Burkov 1-0/+738