summaryrefslogtreecommitdiff
path: root/fs/btrfs/verity.c
AgeCommit message (Expand)Author
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-11-25btrfs: disable verity on encrypted inodesSweet Tea Dorminy
2025-11-24btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-08-21btrfs: move verity info pointer to fs-specific part of inodeEric Biggers
2025-03-18btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()David Sterba
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana
2024-09-10btrfs: convert read_key_bytes() to take a folioLi Zetao
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