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