Show patches with: Submitter = Eric Biggers       |    Archived = No       |   870 patches
« 1 2 ... 5 6 78 9 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
fscrypt: reserve flags for hardware-wrapped keys feature fscrypt: reserve flags for hardware-wrapped keys feature - - 1 - --- 2020-01-16 Eric Biggers Not Applicable
[v2] fs-verity: implement readahead of Merkle tree pages [v2] fs-verity: implement readahead of Merkle tree pages - - 1 - --- 2020-01-06 Eric Biggers Not Applicable
[v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY [v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY - - 1 - --- 2020-01-06 Eric Biggers Not Applicable
ext4: remove unneeded check for error allocating bio_post_read_ctx ext4: remove unneeded check for error allocating bio_post_read_ctx - - - - --- 2019-12-31 Eric Biggers Accepted
ext4: fix deadlock allocating bio_post_read_ctx from mempool ext4: fix deadlock allocating bio_post_read_ctx from mempool - 1 - - --- 2019-12-31 Eric Biggers Accepted
ext4: fix deadlock allocating crypto bounce page from mempool ext4: fix deadlock allocating crypto bounce page from mempool - 1 - - --- 2019-12-31 Eric Biggers Accepted
fscrypt: document gfp_flags for bounce page allocation fscrypt: document gfp_flags for bounce page allocation - - 1 - --- 2019-12-31 Eric Biggers Not Applicable
[8/8] ext4: add missing braces in ext4_ext_drop_refs() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[7/8] ext4: fix some nonstandard indentation in extents.c ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[6/8] ext4: remove obsolete comment from ext4_can_extents_be_merged() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[5/8] ext4: fix documentation for ext4_ext_try_to_merge() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[4/8] ext4: make some functions static in extents.c ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[3/8] ext4: remove redundant S_ISREG() checks from ext4_fallocate() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[2/8] ext4: clean up len and offset checks in ext4_fallocate() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[1/8] ext4: remove ext4_{ind,ext}_calc_metadata_amount() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
fs-verity: use mempool for hash requests fs-verity: use mempool for hash requests - - 1 - --- 2019-12-31 Eric Biggers Not Applicable
ext4: re-enable extent zeroout optimization on encrypted files ext4: re-enable extent zeroout optimization on encrypted files - - - - --- 2019-12-26 Eric Biggers Accepted
ext4: only use fscrypt_zeroout_range() on regular files ext4: only use fscrypt_zeroout_range() on regular files - - - - --- 2019-12-26 Eric Biggers Accepted
fscrypt: optimize fscrypt_zeroout_range() fscrypt: optimize fscrypt_zeroout_range() - - 1 - --- 2019-12-26 Eric Biggers Not Applicable
ext4: allow ZERO_RANGE on encrypted files ext4: allow ZERO_RANGE on encrypted files - - - - --- 2019-12-26 Eric Biggers Accepted
ext4: handle decryption error in __ext4_block_zero_page_range() ext4: handle decryption error in __ext4_block_zero_page_range() - - - - --- 2019-12-26 Eric Biggers Accepted
docs: ext4.rst: add encryption and verity to features list docs: ext4.rst: add encryption and verity to features list - - - - --- 2019-12-26 Eric Biggers Accepted
ext4: remove unnecessary selections from EXT3_FS ext4: remove unnecessary selections from EXT3_FS - - 1 - --- 2019-12-26 Eric Biggers Accepted
fs-verity: implement readahead of Merkle tree pages fs-verity: implement readahead of Merkle tree pages - - - - --- 2019-12-16 Eric Biggers Not Applicable
[v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY [v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY - - - - --- 2019-12-10 Eric Biggers New
ext4: uninline ext4_inode_journal_mode() ext4: uninline ext4_inode_journal_mode() - - 1 - --- 2019-12-09 Eric Biggers Accepted
ext4: remove unnecessary ifdefs in htree_dirblock_to_tree() ext4: remove unnecessary ifdefs in htree_dirblock_to_tree() - - 1 - --- 2019-12-09 Eric Biggers Accepted
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() - - - - --- 2019-12-09 Eric Biggers Not Applicable
fscrypt: introduce fscrypt_needs_contents_encryption() fscrypt: introduce fscrypt_needs_contents_encryption() - - - - --- 2019-12-09 Eric Biggers Not Applicable
fs-verity: implement readahead for FS_IOC_ENABLE_VERITY fs-verity: implement readahead for FS_IOC_ENABLE_VERITY - - - - --- 2019-12-03 Eric Biggers New
[GIT,PULL] fsverity updates for 5.5 [GIT,PULL] fsverity updates for 5.5 - - - - --- 2019-11-25 Eric Biggers Not Applicable
[GIT,PULL] fscrypt updates for 5.5 [GIT,PULL] fscrypt updates for 5.5 - - - - --- 2019-11-25 Eric Biggers Not Applicable
[v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY [v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY - - - - --- 2019-11-19 Eric Biggers New
[man-pages,RFC] statx.2: document STATX_ATTR_VERITY [man-pages,RFC] statx.2: document STATX_ATTR_VERITY - - - - --- 2019-11-07 Eric Biggers Not Applicable
fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY - - - - --- 2019-11-07 Eric Biggers Not Applicable
docs: fs-verity: document first supported kernel version docs: fs-verity: document first supported kernel version - - - - --- 2019-10-30 Eric Biggers Not Applicable
[4/4] docs: fs-verity: mention statx() support statx: expose the fs-verity bit - - - - --- 2019-10-29 Eric Biggers Not Applicable
[3/4] f2fs: support STATX_ATTR_VERITY statx: expose the fs-verity bit - - - - --- 2019-10-29 Eric Biggers Not Applicable
[2/4] ext4: support STATX_ATTR_VERITY statx: expose the fs-verity bit - - 1 - --- 2019-10-29 Eric Biggers Not Applicable
[1/4] statx: define STATX_ATTR_VERITY statx: expose the fs-verity bit 1 - 1 - --- 2019-10-29 Eric Biggers Not Applicable
[v2,3/3] f2fs: add support for IV_INO_LBLK_64 encryption policies fscrypt: support for IV_INO_LBLK_64 policies 1 - - - --- 2019-10-24 Eric Biggers Not Applicable
[v2,2/3] ext4: add support for IV_INO_LBLK_64 encryption policies fscrypt: support for IV_INO_LBLK_64 policies 1 - - - --- 2019-10-24 Eric Biggers Not Applicable
[v2,1/3] fscrypt: add support for IV_INO_LBLK_64 policies fscrypt: support for IV_INO_LBLK_64 policies - - 1 - --- 2019-10-24 Eric Biggers Not Applicable
[3/3] f2fs: add support for INLINE_CRYPT_OPTIMIZED encryption policies fscrypt: support for inline-encryption-optimized policies 1 - - - --- 2019-10-21 Eric Biggers Not Applicable
[2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies fscrypt: support for inline-encryption-optimized policies - - 1 - --- 2019-10-21 Eric Biggers Not Applicable
[1/3] fscrypt: add support for inline-encryption-optimized policies fscrypt: support for inline-encryption-optimized policies - - - - --- 2019-10-21 Eric Biggers Not Applicable
[xfstests-bld] test-appliance: add ext4/encrypt_1k test config [xfstests-bld] test-appliance: add ext4/encrypt_1k test config - - - - --- 2019-10-16 Eric Biggers Not Applicable
[2/2] ext4: Enable encryption for subpage-sized blocks ext4: support encryption with blocksize != PAGE_SIZE - - - - --- 2019-10-16 Eric Biggers Superseded
[1/2] fs/buffer.c: support fscrypt in block_read_full_page() ext4: support encryption with blocksize != PAGE_SIZE - - - - --- 2019-10-16 Eric Biggers Superseded
docs: ioctl-number: document fscrypt ioctl numbers docs: ioctl-number: document fscrypt ioctl numbers - - - - --- 2019-10-09 Eric Biggers Not Applicable
fscrypt: remove struct fscrypt_ctx fscrypt: remove struct fscrypt_ctx - - - - --- 2019-10-09 Eric Biggers Not Applicable
[v4,8/8] generic: test the fs-verity built-in signature verification support xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[v4,7/8] generic: test using fs-verity and fscrypt simultaneously xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[v4,6/8] generic: test that fs-verity is using the correct measurement values xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[v4,5/8] generic: test corrupting verity files xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[v4,4/8] generic: test access controls on the fs-verity ioctls xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[v4,3/8] generic: test general behavior of verity files xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[v4,2/8] common/verity: add common functions for testing fs-verity xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[v4,1/8] common/filter: add _filter_xfs_io_fiemap() xfstests: add fs-verity tests - - - - --- 2019-09-30 Eric Biggers Not Applicable
[GIT,PULL] fs-verity for 5.4 [GIT,PULL] fs-verity for 5.4 - - - - --- 2019-09-16 Eric Biggers Not Applicable
[v4] e2fsck: check for consistent encryption policies [v4] e2fsck: check for consistent encryption policies - - 1 - --- 2019-09-09 Eric Biggers New
[v3] e2fsck: check for consistent encryption policies [v3] e2fsck: check for consistent encryption policies - - - - --- 2019-08-23 Eric Biggers New
[6/6] f2fs: use EFSCORRUPTED in f2fs_get_verity_descriptor() fs-verity fixups 1 - - - --- 2019-08-11 Eric Biggers Not Applicable
[5/6] ext4: fix comment in ext4_end_enable_verity() fs-verity fixups - - - - --- 2019-08-11 Eric Biggers Not Applicable
[4/6] ext4: remove ext4_bio_encrypted() fs-verity fixups - - - - --- 2019-08-11 Eric Biggers Not Applicable
[3/6] f2fs: skip truncate when verity in progress in ->write_begin() fs-verity fixups - 1 - - --- 2019-08-11 Eric Biggers Not Applicable
[2/6] ext4: skip truncate when verity in progress in ->write_begin() fs-verity fixups - 1 - - --- 2019-08-11 Eric Biggers Not Applicable
[1/6] fs-verity: fix crash on read error in build_merkle_tree_level() fs-verity fixups - 1 - - --- 2019-08-11 Eric Biggers Not Applicable
[v8,20/20] fscrypt: document the new ioctls and policy version fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,19/20] ubifs: wire up new fscrypt ioctls fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,18/20] f2fs: wire up new fscrypt ioctls fscrypt: key management improvements 1 - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,17/20] ext4: wire up new fscrypt ioctls fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,16/20] fscrypt: require that key be added when setting a v2 encryption policy fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,13/20] fscrypt: v2 encryption policy support fscrypt: key management improvements - - 2 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,12/20] fscrypt: add an HKDF-SHA512 implementation fscrypt: key management improvements - - 2 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,08/20] fscrypt: rename keyinfo.c to keysetup.c fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,07/20] fscrypt: move v1 policy key setup to keysetup_v1.c fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,06/20] fscrypt: refactor key setup code in preparation for v2 policies fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,04/20] fscrypt: add ->ci_inode to fscrypt_info fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,03/20] fscrypt: use FSCRYPT_* definitions, not FS_* fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,02/20] fscrypt: use FSCRYPT_ prefix for uapi constants fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v8,01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h> fscrypt: key management improvements - - 1 - --- 2019-08-05 Eric Biggers Not Applicable
[v7,16/16] fscrypt: document the new ioctls and policy version fscrypt: key management improvements - - - - --- 2019-07-26 Eric Biggers Not Applicable
[v7,15/16] ubifs: wire up new fscrypt ioctls fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,14/16] f2fs: wire up new fscrypt ioctls fscrypt: key management improvements 1 - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,13/16] ext4: wire up new fscrypt ioctls fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,12/16] fscrypt: require that key be added when setting a v2 encryption policy fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies fscrypt: key management improvements - - - - --- 2019-07-26 Eric Biggers Not Applicable
[v7,10/16] fscrypt: v2 encryption policy support fscrypt: key management improvements - - - - --- 2019-07-26 Eric Biggers Not Applicable
[v7,09/16] fscrypt: add an HKDF-SHA512 implementation fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
[v7,05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c fscrypt: key management improvements - - 1 - --- 2019-07-26 Eric Biggers Not Applicable
« 1 2 ... 5 6 78 9 »