Show patches with: Submitter = Eric Biggers       |    State = Action Required       |   205 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,01/11] fscrypt: clean up include file mess - - - --- 2017-10-09 Eric Biggers New
[25/25] ubifs: switch to fscrypt_prepare_setattr() - - - --- 2017-09-20 Eric Biggers New
[24/25] ubifs: switch to fscrypt_prepare_lookup() - - - --- 2017-09-20 Eric Biggers New
[23/25] ubifs: switch to fscrypt_prepare_rename() - - - --- 2017-09-20 Eric Biggers New
[22/25] ubifs: switch to fscrypt_prepare_link() - - - --- 2017-09-20 Eric Biggers New
[21/25] ubifs: switch to fscrypt_file_open() - - - --- 2017-09-20 Eric Biggers New
[20/25] f2fs: switch to fscrypt_prepare_setattr() - - - --- 2017-09-20 Eric Biggers New
[19/25] f2fs: switch to fscrypt_prepare_lookup() - - - --- 2017-09-20 Eric Biggers New
[18/25] f2fs: switch to fscrypt_prepare_rename() - - - --- 2017-09-20 Eric Biggers New
[17/25] f2fs: switch to fscrypt_prepare_link() - - - --- 2017-09-20 Eric Biggers New
[16/25] f2fs: switch to fscrypt_file_open() - - - --- 2017-09-20 Eric Biggers New
[15/25] ext4: switch to fscrypt_prepare_setattr() - - - --- 2017-09-20 Eric Biggers New
[14/25] ext4: switch to fscrypt_prepare_lookup() - - - --- 2017-09-20 Eric Biggers New
[13/25] ext4: switch to fscrypt_prepare_rename() - - - --- 2017-09-20 Eric Biggers New
[12/25] ext4: switch to fscrypt_prepare_link() - - - --- 2017-09-20 Eric Biggers New
[11/25] ext4: switch to fscrypt_file_open() - - - --- 2017-09-20 Eric Biggers New
[10/25] fscrypt: new helper function - fscrypt_prepare_setattr() - - - --- 2017-09-20 Eric Biggers New
[09/25] fscrypt: new helper function - fscrypt_prepare_lookup() - - - --- 2017-09-20 Eric Biggers New
[08/25] fscrypt: new helper function - fscrypt_prepare_rename() - - - --- 2017-09-20 Eric Biggers New
[07/25] fscrypt: new helper function - fscrypt_prepare_link() - - - --- 2017-09-20 Eric Biggers New
[06/25] fscrypt: new helper function - fscrypt_file_open() - - - --- 2017-09-20 Eric Biggers New
[05/25] fscrypt: new helper function - fscrypt_require_key() - - - --- 2017-09-20 Eric Biggers New
[04/25] fscrypt: remove unneeded empty fscrypt_operations structs - - - --- 2017-09-20 Eric Biggers New
[03/25] fscrypt: remove ->is_encrypted() - - - --- 2017-09-20 Eric Biggers New
[02/25] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED() - - - --- 2017-09-20 Eric Biggers New
[01/25] fs, fscrypt: add an S_ENCRYPTED inode flag - - - --- 2017-09-20 Eric Biggers New
KEYS: restrict /proc/keys by credentials at open time - - - --- 2017-09-18 Eric Biggers New
[v3] fscrypt: add a documentation file for filesystem-level encryption - 1 - --- 2017-09-09 Eric Biggers New
[v2] fscrypt: add a documentation file for filesystem-level encryption - 1 - --- 2017-09-01 Eric Biggers New
fscrypt: add a documentation file for filesystem-level encryption - - - --- 2017-08-18 Eric Biggers New
[RESEND] MAINTAINERS: associate linux/fs.h with VFS instead of file locking 2 - - --- 2017-08-16 Eric Biggers New
[v2,7/7] fscrypt: for v2 policies, support "fscrypt:" key prefix only - 1 - --- 2017-07-26 Eric Biggers New
[v2,6/7] fscrypt: cache the HMAC transform for each master key - 1 - --- 2017-07-26 Eric Biggers New
[v2,5/7] fscrypt: verify that the correct master key was supplied 1 - - --- 2017-07-26 Eric Biggers New
[v2,4/7] fscrypt: validate modes and flags earlier when setting policy - - - --- 2017-07-26 Eric Biggers New
[v2,3/7] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys - - - --- 2017-07-26 Eric Biggers New
[v2,2/7] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor 1 - - --- 2017-07-26 Eric Biggers New
[v2,1/7] fscrypt: add v2 encryption context and policy 1 - - --- 2017-07-26 Eric Biggers New
[6/6] fscrypt: for v2 policies, support "fscrypt:" key prefix only - 1 - --- 2017-07-12 Eric Biggers New
[5/6] fscrypt: cache the HMAC transform for each master key - 1 - --- 2017-07-12 Eric Biggers New
[4/6] fscrypt: verify that the correct master key was supplied 1 - - --- 2017-07-12 Eric Biggers New
[3/6] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys - - - --- 2017-07-12 Eric Biggers New
[2/6] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor 1 - - --- 2017-07-12 Eric Biggers New
[1/6] fscrypt: add v2 encryption context and policy 1 - - --- 2017-07-12 Eric Biggers New
[3/3] ubifs: require key for truncate(2) of encrypted file - - - --- 2017-06-13 Eric Biggers New
[2/3] f2fs: require key for truncate(2) of encrypted file 1 - - --- 2017-06-13 Eric Biggers New
[1/3] ext4: require key for truncate(2) of encrypted file - - - --- 2017-06-13 Eric Biggers New
MAINTAINERS: associate linux/fs.h with VFS instead of file locking 1 - - --- 2017-04-26 Eric Biggers New
MAINTAINERS: fscrypt: update mailing list, patchwork, and git - - - --- 2017-04-26 Eric Biggers New
[4/4] ubifs: check for consistent encryption contexts in ubifs_lookup() - - - --- 2017-04-07 Eric Biggers New
[3/4] f2fs: sync f2fs_lookup() with ext4_lookup() - - - --- 2017-04-07 Eric Biggers New
[2/4] ext4: remove "nokey" check from ext4_lookup() - - - --- 2017-04-07 Eric Biggers New
[1/4] fscrypt: fix context consistency check when key(s) unavailable - - - --- 2017-04-07 Eric Biggers New
fscrypt: remove fscrypt_symlink_data_len() - 1 - --- 2017-04-04 Eric Biggers New
fscrypt: remove unnecessary checks for NULL operations - 1 - --- 2017-04-04 Eric Biggers New
fs: constify tree_descr arrays passed to simple_fill_super() - - - --- 2017-03-26 Eric Biggers New
fs: remove _submit_bh() - 1 - --- 2017-03-26 Eric Biggers New
fs/open.c: use ->f_mapping instead of ->f_mapping->host->i_mapping - 1 - --- 2017-03-26 Eric Biggers New
[v4] statx: optimize copy of struct statx to userspace - - - --- 2017-03-13 Eric Biggers New
[v3] statx: optimize copy of struct statx to userspace - - - --- 2017-03-12 Eric Biggers New
[v2] statx: optimize copy of struct statx to userspace - - - --- 2017-03-11 Eric Biggers New
statx: optimize copy of struct statx to userspace 1 - - --- 2017-03-11 Eric Biggers New
statx: remove incorrect part of vfs_statx() comment 1 1 - --- 2017-03-11 Eric Biggers New
statx: reject unknown flags when using NULL path - - - --- 2017-03-11 Eric Biggers New
Documentation/filesystems: fix documentation for ->getattr() - - - --- 2017-03-11 Eric Biggers New
fscrypt: eliminate ->prepare_context() operation - - - --- 2017-02-22 Eric Biggers New
fscrypt: remove broken support for detecting keyring key revocation 1 - - --- 2017-02-21 Eric Biggers New
[v2] fscrypt: constify struct fscrypt_operations - 1 - --- 2017-02-07 Eric Biggers New
fscrypt: split supp and notsupp declarations into their own headers - - - --- 2017-01-24 Eric Biggers New
fscrypt: make fscrypt_operations.key_prefix a string - 1 - --- 2017-01-05 Eric Biggers New
fscrypt: constify struct fscrypt_operations - 1 - --- 2017-01-05 Eric Biggers New
fscrypt: remove unused 'mode' member of fscrypt_ctx - - - --- 2017-01-05 Eric Biggers New
net: socket: don't set sk_uid to garbage value in ->setattr() 1 - 1 --- 2016-12-30 Eric Biggers New
fs/buffer.c: make bh_lru_install() more efficient - - - --- 2016-12-29 Eric Biggers New
[v2,5/5] ubifs: consolidate fscrypt_has_permitted_context() checks - - - --- 2016-12-19 Eric Biggers New
[v2,4/5] f2fs: consolidate fscrypt_has_permitted_context() checks - - - --- 2016-12-19 Eric Biggers New
[v2,3/5] ext4: consolidate fscrypt_has_permitted_context() checks - - - --- 2016-12-19 Eric Biggers New
[v2,2/5] fscrypt: fix renaming and linking special files - 1 - --- 2016-12-19 Eric Biggers New
[v2,1/5] fscrypt: fix loophole in one-encryption-policy-per-tree enforcement - 1 - --- 2016-12-19 Eric Biggers New
ubifs: remove redundant checks for encryption key - - - --- 2016-12-19 Eric Biggers New
ubifs: allow encryption ioctls in compat mode - - - --- 2016-12-19 Eric Biggers New
[3/3] fscrypt: consolidate fscrypt_has_permitted_context() checks - - - --- 2016-12-15 Eric Biggers New
[2/3] fscrypt: fix renaming and linking special files - 1 - --- 2016-12-15 Eric Biggers New
[1/3] fscrypt: fix loophole in one-encryption-policy-per-tree enforcement - 1 - --- 2016-12-15 Eric Biggers New
fscrypt / ext4: make test_dummy_encryption require a keyring key - - - --- 2016-12-13 Eric Biggers New
[13/13] fscrypto: improve error handling in fscrypt_set_policy() - - - --- 2016-04-03 Eric Biggers New
[12/13] fscrypto: require write access to mount to set encryption policy - - - --- 2016-04-03 Eric Biggers New
[11/13] fscrypto: restrict setting encryption policy to inode owner - - - --- 2016-04-03 Eric Biggers New
[10/13] fscrypto: restrict setting new policy to empty files and directories only - - - --- 2016-04-03 Eric Biggers New
[09/13] fscrypto: make fname_encrypt() actually return length of ciphertext - - - --- 2016-04-03 Eric Biggers New
[08/13] fscrypto: use standard macros from kernel.h - - - --- 2016-04-03 Eric Biggers New
[07/13] fscrypto: simplify building key descriptor string - - - --- 2016-04-03 Eric Biggers New
[06/13] fscrypto: crypto_alloc_skcipher() always returns an ERR_PTR(), never NULL - - - --- 2016-04-03 Eric Biggers New
[05/13] fscrypto: comment improvements and fixes - - - --- 2016-04-03 Eric Biggers New
[04/13] fscrypto: return bool instead of int where appropriate - - - --- 2016-04-03 Eric Biggers New
[03/13] fscrypto: rename functions to load and unload inode encryption info - - - --- 2016-04-03 Eric Biggers New
[02/13] fscrypto: rename some functions for clarity - - - --- 2016-04-03 Eric Biggers New
[01/13] fscrypto: remove unnecessary includes - - - --- 2016-04-03 Eric Biggers New
[v2] vfs: constify arguments to utime family of system calls - - - --- 2016-04-01 Eric Biggers New
vfs: constify arguments to utime family of system calls - - - --- 2016-03-01 Eric Biggers New
« 1 2 3 »