summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/verity.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana2023-10-121-2/+2
* btrfs: convert btrfs_read_merkle_tree_page() to use a folioMatthew Wilcox (Oracle)2023-09-131-33/+31
* fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers2023-01-011-12/+7
* btrfs: move orphan prototypes into orphan.hJosef Bacik2022-12-051-0/+1
* btrfs: move verity prototypes into verity.hJosef Bacik2022-12-051-0/+1
* btrfs: move ioctl prototypes into ioctl.hJosef Bacik2022-12-051-0/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: send: add support for fs-verityBoris Burkov2022-09-261-2/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-1/+1
* btrfs: fix transaction handle leak after verity rollback failureFilipe Manana2021-09-171-2/+4
* btrfs: verity metadata orphan itemsBoris Burkov2021-08-231-7/+80
* btrfs: initial fsverity supportBoris Burkov2021-08-231-0/+738