Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0c22f68fc44d8d7bf72b005f8ed02b1b2dc7c76a
0c22f68
fs-verity: support builtin file signatures
by Eric Biggers
· 5 years ago
9b8425a
fs-verity: add SHA-512 support
by Eric Biggers
· 5 years ago
ebeb654
fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
by Eric Biggers
· 5 years ago
43005f9
fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
by Eric Biggers
· 5 years ago
1d403c3
fs-verity: add data verification hooks for ->readpages()
by Eric Biggers
· 5 years ago
5dbea58
fs-verity: add the hook for file ->setattr()
by Eric Biggers
· 5 years ago
0ba4ec7
fs-verity: add the hook for file ->open()
by Eric Biggers
· 5 years ago
806d34a
fs-verity: add inode and superblock fields
by Eric Biggers
· 5 years ago
981bfe6
fs-verity: add Kconfig and the helper functions for hashing
by Eric Biggers
· 5 years ago
375b9e1
fs: uapi: define verity bit for FS_IOC_GETFLAGS
by Eric Biggers
· 5 years ago
489fcc8
fs-verity: add UAPI header
by Eric Biggers
· 5 years ago
7b3e23b
fs-verity: add MAINTAINERS file entry
by Eric Biggers
· 5 years ago
38852ea
fs-verity: add a documentation file
by Eric Biggers
· 5 years ago
d375fed
ext4: fix kernel oops caused by spurious casefold flag
by Theodore Ts'o
· 5 years ago
ad37c94
ext4: fix coverity warning on error path of filename setup
by Gabriel Krisman Bertazi
· 5 years ago
e9ca368
ext4: optimize case-insensitive lookups
by Gabriel Krisman Bertazi
· 5 years ago
e9bc900
ext4: fix dcache lookup of !casefolded directories
by Gabriel Krisman Bertazi
· 5 years ago
8f7904a
unicode: update to Unicode 12.1.0 final
by Theodore Ts'o
· 6 years ago
839b115
unicode: add missing check for an error return from utf8lookup()
by Theodore Ts'o
· 6 years ago
82eacc0
ext4: export /sys/fs/ext4/feature/casefold if Unicode support is present
by Theodore Ts'o
· 6 years ago
2022b41
unicode: refactor the rule for regenerating utf8data.h
by Masahiro Yamada
· 6 years ago
ad2d18a
ext4: Support case-insensitive file name lookups
by Gabriel Krisman Bertazi
· 6 years ago
e7fda22
ext4: include charset encoding information in the superblock
by Gabriel Krisman Bertazi
· 6 years ago
9866760
unicode: update unicode database unicode version 12.1.0
by Gabriel Krisman Bertazi
· 6 years ago
56427c9
unicode: introduce test module for normalized utf8 implementation
by Gabriel Krisman Bertazi
· 6 years ago
daa5e27
unicode: implement higher level API for string handling
by Gabriel Krisman Bertazi
· 6 years ago
b8a13ab1
unicode: reduce the size of utf8data[]
by Olaf Weber
· 6 years ago
091144d
unicode: introduce code for UTF-8 normalization
by Olaf Weber
· 6 years ago
371c600
unicode: introduce UTF-8 character database
by Gabriel Krisman Bertazi
· 6 years ago
45b1509
ext4 crypto: fix to check feature status before get policy
by Chao Yu
· 5 years ago
c0751a1
fscrypt: document the new ioctls and policy version
by Eric Biggers
· 5 years ago
435089d
ubifs: wire up new fscrypt ioctls
by Eric Biggers
· 5 years ago
c80449d
f2fs: wire up new fscrypt ioctls
by Eric Biggers
· 5 years ago
8178d68
ext4: wire up new fscrypt ioctls
by Eric Biggers
· 5 years ago
30d0df1
fscrypt: require that key be added when setting a v2 encryption policy
by Eric Biggers
· 5 years ago
080389c
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
by Eric Biggers
· 5 years ago
8e1c887
fscrypt: allow unprivileged users to add/remove keys for v2 policies
by Eric Biggers
· 5 years ago
73ce50d
fscrypt: v2 encryption policy support
by Eric Biggers
· 5 years ago
6ad6af5
fscrypt: add an HKDF-SHA512 implementation
by Eric Biggers
· 5 years ago
dbfc658
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
by Eric Biggers
· 5 years ago
cacc84e
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
by Eric Biggers
· 5 years ago
9846255
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
by Eric Biggers
· 5 years ago
c677e57
fscrypt: rename keyinfo.c to keysetup.c
by Eric Biggers
· 5 years ago
43d5219
fscrypt: move v1 policy key setup to keysetup_v1.c
by Eric Biggers
· 5 years ago
c55916a
fscrypt: refactor key setup code in preparation for v2 policies
by Eric Biggers
· 5 years ago
d4b1cd7
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
by Eric Biggers
· 5 years ago
3246be1
fscrypt: add ->ci_inode to fscrypt_info
by Eric Biggers
· 5 years ago
fc987b3
fscrypt: use FSCRYPT_* definitions, not FS_*
by Eric Biggers
· 5 years ago
678ee27
fscrypt: use FSCRYPT_ prefix for uapi constants
by Eric Biggers
· 5 years ago
a48b7ad
fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
by Eric Biggers
· 5 years ago
932301a5
fscrypt: use ENOPKG when crypto API support missing
by Eric Biggers
· 5 years ago
60f50d1
fscrypt: improve warnings for missing crypto API support
by Eric Biggers
· 5 years ago
830d573
fscrypt: improve warning messages for unsupported encryption contexts
by Eric Biggers
· 5 years ago
9aa799b
fscrypt: make fscrypt_msg() take inode instead of super_block
by Eric Biggers
· 5 years ago
10c0af1
fscrypt: clean up base64 encoding/decoding
by Eric Biggers
· 5 years ago
9842574
fscrypt: remove loadable module related code
by Eric Biggers
· 5 years ago
a0efa0d
fscrypt: document testing with xfstests
by Eric Biggers
· 5 years ago
6bbb90f
fscrypt: remove selection of CONFIG_CRYPTO_SHA256
by Eric Biggers
· 5 years ago
f46df6a
fscrypt: remove unnecessary includes of ratelimit.h
by Eric Biggers
· 5 years ago
cf31553
fscrypt: don't set policy for a dead directory
by Hongjie Fang
· 5 years ago
05a4d33
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
by Eric Biggers
· 6 years ago
8780629
fscrypt: support decrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
4582236
fscrypt: introduce fscrypt_decrypt_block_inplace()
by Eric Biggers
· 6 years ago
179e66b
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
by Eric Biggers
· 6 years ago
fd0e18f
fscrypt: support encrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
ce7b7a2
fscrypt: introduce fscrypt_encrypt_block_inplace()
by Eric Biggers
· 6 years ago
0bc1270
fscrypt: clean up some BUG_ON()s in block encryption/decryption
by Eric Biggers
· 6 years ago
8126f71
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
by Eric Biggers
· 6 years ago
d568ccc
fscrypt: remove the "write" part of struct fscrypt_ctx
by Eric Biggers
· 6 years ago
2edab9e
fscrypt: simplify bounce page handling
by Eric Biggers
· 6 years ago
94472d5
f2fs: use EINVAL for superblock with invalid magic
by Icenowy Zheng
· 5 years ago
b0dd52a
f2fs: fix to read source block before invalidating it
by Jaegeuk Kim
· 5 years ago
01d3525
f2fs: remove redundant check from f2fs_setflags_common()
by Eric Biggers
· 5 years ago
e831418
f2fs: use generic checking function for FS_IOC_FSSETXATTR
by Eric Biggers
· 5 years ago
f62199a
f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
by Eric Biggers
· 5 years ago
1835402
ubifs, fscrypt: cache decrypted symlink target in ->i_link
by Jaegeuk Kim
· 5 years ago
846bf3b
vfs: use READ_ONCE() to access ->i_link
by Eric Biggers
· 6 years ago
dd038b3
fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
by Eric Biggers
· 6 years ago
1f1be4a
fscrypt: cache decrypted symlink target in ->i_link
by Eric Biggers
· 6 years ago
716c370
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
by Eric Biggers
· 6 years ago
983888f
fscrypt: only set dentry_operations on ciphertext dentries
by Eric Biggers
· 6 years ago
081985b
fscrypt: fix race allowing rename() and link() of ciphertext dentries
by Eric Biggers
· 6 years ago
37b434e
fscrypt: clean up and improve dentry revalidation
by Eric Biggers
· 6 years ago
7a8861d
fscrypt: use READ_ONCE() to access ->i_crypt_info
by Eric Biggers
· 6 years ago
3401724
fscrypt: remove WARN_ON_ONCE() when decryption fails
by Eric Biggers
· 6 years ago
95e2ce5
fscrypt: drop inode argument from fscrypt_get_ctx()
by Eric Biggers
· 6 years ago
363a72e
f2fs: improve print log in f2fs_sanity_check_ckpt()
by Chao Yu
· 5 years ago
b319554
f2fs: avoid out-of-range memory access
by Ocean Chen
· 5 years ago
79e79a1
f2fs: fix to avoid long latency during umount
by Heng Xiao
· 5 years ago
1bde218
f2fs: allow all the users to pin a file
by Jaegeuk Kim
· 5 years ago
51e4c25
f2fs: support swap file w/ DIO
by Jaegeuk Kim
· 5 years ago
6d8762b
f2fs: allocate blocks for pinned file
by Jaegeuk Kim
· 5 years ago
38455d0
f2fs: fix is_idle() check for discard type
by Sahitya Tummala
· 5 years ago
83fe20b
f2fs: add a rw_sem to cover quota flag changes
by Jaegeuk Kim
· 5 years ago
33e0144
f2fs: set SBI_NEED_FSCK for xattr corruption case
by Chao Yu
· 5 years ago
c21fda0
f2fs: use generic EFSBADCRC/EFSCORRUPTED
by Chao Yu
· 5 years ago
98a7a9f
f2fs: Use DIV_ROUND_UP() instead of open-coding
by Geert Uytterhoeven
· 5 years ago
9c5641f
f2fs: print kernel message if filesystem is inconsistent
by Chao Yu
· 5 years ago
ae8ba98
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
by Joe Perches
· 5 years ago
26bc778
f2fs: avoid get_valid_blocks() for cleanup
by Chao Yu
· 5 years ago
Next »