Show patches with: Archived = No       |   3699 patches
« 1 2 3 436 37 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
fscrypt: remove broken support for detecting keyring key revocation 1 - - --- 2017-02-21 Eric Biggers Accepted
ext4: mark inode dirty after converting inline directory - - - --- 2017-02-22 Eric Biggers Not Applicable
fscrypt: eliminate ->prepare_context() operation - - - --- 2017-02-22 Eric Biggers Accepted
generic: test encryption key revocation during concurrent I/O - - - --- 2017-03-15 Eric Biggers Not Applicable
KEYS: make keyctl_invalidate() also require Setattr permission - - - --- 2017-03-29 Eric Biggers Not Applicable
fscrypt: remove unnecessary checks for NULL operations - 1 - --- 2017-04-04 Eric Biggers Accepted
fscrypt: remove fscrypt_symlink_data_len() - 1 - --- 2017-04-04 Eric Biggers Accepted
fscrypt: Move key structure and constants to uapi - 1 - --- 2017-04-04 Joe Richey Superseded
fscrypt: Remove __packed from fscrypt_policy - 1 - --- 2017-04-04 Joe Richey Superseded
[v2] fscrypt: Move key structure and constants to uapi - - - --- 2017-04-06 Joe Richey Accepted
[v2] fscrypt: Remove __packed from fscrypt_policy - - - --- 2017-04-06 Joe Richey Accepted
[1/4] fscrypt: fix context consistency check when key(s) unavailable - - - --- 2017-04-07 Eric Biggers Accepted
[2/4] ext4: remove "nokey" check from ext4_lookup() - - - --- 2017-04-07 Eric Biggers Accepted
[3/4] f2fs: sync f2fs_lookup() with ext4_lookup() - - - --- 2017-04-07 Eric Biggers Accepted
[4/4] ubifs: check for consistent encryption contexts in ubifs_lookup() - - - --- 2017-04-07 Eric Biggers Accepted
fscrypt: use 32 bytes of encrypted filename - - - --- 2017-04-18 Gwendal Grignou Superseded
fscrypt: use 32 bytes of encrypted filename - - - --- 2017-04-19 Eric Biggers Superseded
[f2fs-dev] fscrypt: use 32 bytes of encrypted filename - - - --- 2017-04-19 Jaegeuk Kim Superseded
[1/6] f2fs: check entire encrypted bigname when finding a dentry - - - --- 2017-04-24 Eric Biggers Accepted
[2/6] fscrypt: avoid collisions when presenting long encrypted filenames - - - --- 2017-04-24 Eric Biggers Accepted
[3/6] fscrypt: introduce helper function for filename matching - - - --- 2017-04-24 Eric Biggers Accepted
[4/6] ext4: switch to using fscrypt_match_name() - - - --- 2017-04-24 Eric Biggers Accepted
[5/6] f2fs: switch to using fscrypt_match_name() 1 - - --- 2017-04-24 Eric Biggers Accepted
[6/6] ext4: clean up ext4_match() and callers - - - --- 2017-04-24 Eric Biggers Accepted
ubifs: Correctly handle 0 value hashes in ubifs_lookup() - - - --- 2017-04-24 Richard Weinberger Not Applicable
ubifs: Return -ENOKEY from rename if encryption keys are missing - - - --- 2017-04-24 Richard Weinberger Not Applicable
[v2] fscrypt: Add support for AES-128-CBC - - - --- 2017-04-25 David Gstir Superseded
MAINTAINERS: fscrypt: update mailing list, patchwork, and git - - - --- 2017-04-26 Eric Biggers Accepted
fscrypt: correct collision claim for digested names - - - --- 2017-05-01 Eric Biggers Accepted
generic: test that encrypted filenames are presented without collisions - - - --- 2017-05-02 Eric Biggers Not Applicable
generic: test revalidation of encrypted dentries - - - --- 2017-05-04 Eric Biggers Not Applicable
Question on fscrypt_d_revalidate() and fstest generic/429 - - - --- 2017-05-15 Richard Weinberger Not Applicable
[v2] generic: test that encrypted filenames are presented without collisions - - - --- 2017-05-16 Eric Biggers Not Applicable
[v3] fscrypt: Add support for AES-128-CBC - - - --- 2017-05-17 David Gstir Superseded
ubifs: Don't encrypt special files on creation - - - --- 2017-05-17 David Gstir Not Applicable
[1/4] ext4: don't bother checking for encryption key in ->mmap() - - - --- 2017-05-23 Eric Biggers Not Applicable
[2/4] f2fs: don't bother checking for encryption key in ->mmap() 1 - - --- 2017-05-23 Eric Biggers Not Applicable
[3/4] ubifs: don't bother checking for encryption key in ->mmap() 1 - - --- 2017-05-23 Eric Biggers Not Applicable
[4/4] f2fs: don't bother checking for encryption key in ->write_iter() 1 - - --- 2017-05-23 Eric Biggers Not Applicable
ext4: remove redundant check for encrypted file on dio write path - 2 - --- 2017-05-23 Eric Biggers Not Applicable
fscrypt: inline fscrypt_free_filename() - 1 - --- 2017-05-23 Eric Biggers Accepted
[v4] fscrypt: Add support for AES-128-CBC - 1 - --- 2017-05-23 David Gstir Superseded
[v2,01/11] crypto: introduce crypto wait for async op - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,02/11] crypto: move algif to generic async completion - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,03/11] crypto: move pub key to generic async completion - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,04/11] crypto: move drbg to generic async completion - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,05/11] crypto: move gcm to generic async completion - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,06/11] crypto: move testmgr to generic async completion - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,07/11] dm: move dm-verity to generic async completion - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,08/11] fscrypt: move to generic async completion - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,09/11] cifs: move to generic async completion 1 - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,10/11] ima: move to generic async completion 1 - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
[v2,11/11] crypto: adapt api sample to use async. op wait - - - --- 2017-05-29 Gilad Ben-Yossef Not Applicable
generic: test for buggy fscrypt context consistency check - - - --- 2017-06-09 Eric Biggers Not Applicable
[1/3] ext4: require key for truncate(2) of encrypted file - - - --- 2017-06-13 Eric Biggers Not Applicable
[2/3] f2fs: require key for truncate(2) of encrypted file 1 - - --- 2017-06-13 Eric Biggers Not Applicable
[3/3] ubifs: require key for truncate(2) of encrypted file - - - --- 2017-06-13 Eric Biggers Not Applicable
ext4: forbid encrypting root directory - - - --- 2017-06-14 Eric Biggers Not Applicable
[RFC,1/4] block: Add bio req flag to disable encryption in block - - - --- 2017-06-14 Michael Halcrow Rejected
[RFC,2/4] dm-crypt: Skip encryption of file system-encrypted blocks - - - --- 2017-06-14 Michael Halcrow Rejected
[RFC,3/4] ext4: Set the bio REQ_NOENCRYPT flag - - - --- 2017-06-14 Michael Halcrow Rejected
[RFC,4/4] f2fs: Set the bio REQ_NOENCRYPT flag - - - --- 2017-06-14 Michael Halcrow Rejected
[v2] ext4: forbid encrypting root directory - 1 - --- 2017-06-16 Eric Biggers Not Applicable
[v5] fscrypt: Add support for AES-128-CBC - 1 - --- 2017-06-19 David Gstir Accepted
fscrypt: make ->dummy_context() return bool - - - --- 2017-06-22 Eric Biggers Accepted
[v3,01/28] crypto: change backlog return code to -EIOCBQUEUED - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,02/28] crypto: atmel: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,03/28] crypto: ccm: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,04/28] crypto: marvell/cesa: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,05/28] crypto: mediatek: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,06/28] crypto: omap: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,07/28] crypto: qce: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,08/28] crypto: talitos: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,09/28] dm: verity: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,10/28] fscrypt: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,11/28] cifs: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,12/28] ima: use -EIOCBQUEUED for backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,13/28] crypto: adapt api sample to -EIOCBQUEUED as backlog indication - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,14/28] crypto: introduce crypto wait for async op - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,15/28] crypto: move algif to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,16/28] crypto: move pub key to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,17/28] crypto: move drbg to generic async completion 1 - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,18/28] crypto: move gcm to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,19/28] crypto: move testmgr to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,20/28] dm: move dm-verity to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,21/28] fscrypt: move to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,22/28] cifs: move to generic async completion 1 - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,23/28] ima: move to generic async completion 1 - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,24/28] crypto: tcrypt: move to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,25/28] crypto: talitos: move to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,26/28] crypto: qce: move to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,27/28] crypto: mediatek: move to generic async completion - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[v3,28/28] crypto: adapt api sample to use async. op wait - - - --- 2017-07-02 Gilad Ben-Yossef Not Applicable
[1/2] ext4: skip ext4_init_security() and encryption on ea_inodes - - - --- 2017-07-06 Tahsin Erdogan Not Applicable
[2/2] ext4: fix __ext4_new_inode() journal credits calculation - - - --- 2017-07-06 Tahsin Erdogan Not Applicable
fscrypt: lock mutex before checking for bounce page pool - - - --- 2017-07-06 Eric Biggers Accepted
[2/2] ext4: fix __ext4_new_inode() journal credits calculation - - - --- 2017-07-08 Theodore Ts'o Not Applicable
[1/6] fscrypt: add v2 encryption context and policy 1 - - --- 2017-07-12 Eric Biggers Superseded
[2/6] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor 1 - - --- 2017-07-12 Eric Biggers Superseded
[3/6] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys - - - --- 2017-07-12 Eric Biggers Superseded
« 1 2 3 436 37 »