messages from 2018-11-01 13:42:13 to 2019-01-06 17:20:10 UTC [more...]
[GIT PULL] fscrypt update for 4.21
2019-01-06 17:20 UTC (2+ messages)
[f2fs-dev] [PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
2019-01-04 20:41 UTC (53+ messages)
` [f2fs-dev] [PATCH v2 01/12] fs-verity: add a documentation file
` "
` [f2fs-dev] [PATCH v2 02/12] fs-verity: add setup code, UAPI, and Kconfig
` [PATCH v2 03/12] fs-verity: add MAINTAINERS file entry
` [f2fs-dev] [PATCH v2 04/12] fs-verity: add data verification hooks for ->readpages()
` [PATCH v2 05/12] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [f2fs-dev] [PATCH v2 06/12] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v2 07/12] fs-verity: add SHA-512 support
` [f2fs-dev] [PATCH v2 08/12] fs-verity: add CRC-32C support
` [f2fs-dev] [PATCH v2 09/12] fs-verity: support builtin file signatures
` [f2fs-dev] [PATCH v2 10/12] ext4: add basic fs-verity support
` "
` [PATCH v2 11/12] ext4: add fs-verity read support
` [f2fs-dev] [PATCH v2 12/12] f2fs: fs-verity support
Bug report: unaligned access with ext4 encryption
2019-01-04 17:28 UTC (3+ messages)
[GIT PULL] fsverity for 4.21-rc
2019-01-03 15:31 UTC
[PATCH 0/7] xfstests: add fs-verity tests
2018-12-15 14:42 UTC (16+ messages)
` [PATCH 1/7] common/verity: add common functions for testing fs-verity
` [PATCH 2/7] generic: test general behavior of verity files
` [PATCH 3/7] generic: test access controls on the fs-verity ioctls
` [PATCH 4/7] generic: test fs-verity descriptor validation
` [PATCH 5/7] generic: test corrupting verity files
` [PATCH 6/7] generic: test that fs-verity is using the correct measurement values
` [PATCH 7/7] generic: test using fs-verity and fscrypt simultaneously
[BUG BISECT next] Files cannot be opened after "fsverity: Move verity status check to fsverity_file_open"
2018-12-12 4:11 UTC (6+ messages)
` [f2fs-dev] "
[PATCH 0/2] fs-verity: fix !CONFIG_FS_VERITY case
2018-12-12 4:07 UTC (7+ messages)
` [PATCH 1/2] fsverity: Move verity status check to fsverity_file_open
` [PATCH 2/2] fsverity: Move verity status check to fsverity_prepare_setattr
[PATCH] fscrypt: remove CRYPTO_CTR dependency
2018-12-12 2:40 UTC (4+ messages)
[PATCH v4] fscrypt: add Adiantum support
2018-12-09 21:56 UTC (2+ messages)
[PATCH -next] fsverity: fix Documentation typo
2018-12-05 1:24 UTC
[PATCH v4 00/14] crypto: Adiantum support
2018-11-30 17:58 UTC (22+ messages)
` [PATCH v4 01/14] crypto: chacha20-generic - add HChaCha20 library function
` [PATCH v4 02/14] crypto: chacha20-generic - don't unnecessarily use atomic walk
` [PATCH v4 03/14] crypto: chacha20-generic - add XChaCha20 support
` [PATCH v4 04/14] crypto: chacha20-generic - refactor to allow varying number of rounds
` [PATCH v4 05/14] crypto: chacha - add XChaCha12 support
` [PATCH v4 06/14] crypto: arm/chacha20 - limit the preemption-disabled section
` [PATCH v4 07/14] crypto: arm/chacha20 - add XChaCha20 support
` [PATCH v4 08/14] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [PATCH v4 09/14] crypto: arm/chacha - add XChaCha12 support
` [PATCH v4 10/14] crypto: poly1305 - use structures for key and accumulator
` [PATCH v4 11/14] crypto: poly1305 - add Poly1305 core API
` [PATCH v4 12/14] crypto: nhpoly1305 - add NHPoly1305 support
` [PATCH v4 13/14] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [PATCH v4 14/14] crypto: adiantum - add Adiantum support
[PATCH 0/7] Remove fs specific fscrypt and fsverity build config options
2018-11-30 17:44 UTC (31+ messages)
` [PATCH 1/7] ext4: use IS_ENCRYPTED() to check encryption status
` [PATCH 2/7] f2fs: "
` [f2fs-dev] "
` [PATCH 3/7] fscrypt: Remove filesystem specific build config option
` [PATCH 4/7] Add S_VERITY and IS_VERITY()
` [PATCH 5/7] ext4: use IS_VERITY() to check inode's fsverity status
` [PATCH 6/7] f2fs: "
` [f2fs-dev] "
` [PATCH 7/7] fsverity: Remove filesystem specific build config option
[RFC PATCH v3 00/15] crypto: Adiantum support
2018-11-21 7:55 UTC (46+ messages)
` [RFC PATCH v3 01/15] crypto: chacha20-generic - add HChaCha20 library function
` [RFC PATCH v3 02/15] crypto: chacha20-generic - don't unnecessarily use atomic walk
` [RFC PATCH v3 03/15] crypto: chacha20-generic - add XChaCha20 support
` [RFC PATCH v3 04/15] crypto: chacha20-generic - refactor to allow varying number of rounds
` [RFC PATCH v3 05/15] crypto: chacha - add XChaCha12 support
` [RFC PATCH v3 06/15] crypto: arm/chacha20 - limit the preemption-disabled section
` [RFC PATCH v3 07/15] crypto: arm/chacha20 - add XChaCha20 support
` [RFC PATCH v3 08/15] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [RFC PATCH v3 09/15] crypto: arm/chacha - add XChaCha12 support
` [RFC PATCH v3 10/15] crypto: poly1305 - use structures for key and accumulator
` [RFC PATCH] zinc chacha20 generic implementation using crypto API code
` [RFC PATCH v2 0/4] Exporting existing crypto API code through zinc
` [v2 PATCH 1/4] crypto: chacha20 - Export chacha20 functions without crypto API
` [v2 PATCH 2/4] zinc: ChaCha20 generic C implementation and selftest
` [v2 PATCH 3/4] zinc: Add x86 accelerated ChaCha20
` [v2 PATCH 4/4] zinc: ChaCha20 x86_64 implementation
` [RFC PATCH v3 11/15] crypto: poly1305 - add Poly1305 core API
` [RFC PATCH v3 12/15] crypto: nhpoly1305 - add NHPoly1305 support
` [RFC PATCH v3 13/15] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [RFC PATCH v3 14/15] crypto: adiantum - add Adiantum support
` [RFC PATCH v3 15/15] fscrypt: "
[RFC PATCH v2 00/12] crypto: Adiantum support
2018-11-19 20:30 UTC (9+ messages)
[RFC PATCH v2 1/2] fscrypt: remove d_lock on reading DCACHE_ENCRYPTED_WITH_KEY
2018-11-06 12:20 UTC (2+ messages)
` [RFC PATCH v2 2/2] fscrypt: enable RCU-walk path for .d_revalidate
[RFC PATCH 1/2] fscrypt: Remove filesystem specific build config option
2018-11-01 13:42 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox