summaryrefslogtreecommitdiff
path: root/fs/btrfs/verity.c
AgeCommit message (Expand)Author
2024-03-04btrfs: remove unused included headersDavid Sterba
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana
2023-09-13btrfs: convert btrfs_read_merkle_tree_page() to use a folioMatthew Wilcox (Oracle)
2023-01-01fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-09-26btrfs: send: add support for fs-verityBoris Burkov
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2021-09-17btrfs: fix transaction handle leak after verity rollback failureFilipe Manana
2021-08-23btrfs: verity metadata orphan itemsBoris Burkov
2021-08-23btrfs: initial fsverity supportBoris Burkov