1. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  2. a14d0b6 fscrypt: allow deleting files with unsupported encryption policy by Eric Biggers · 4 years, 1 month ago
  3. 3ceb654 fscrypt: remove kernel-internal constants from UAPI header by Eric Biggers · 4 years, 3 months ago
  4. c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 4 months ago
  5. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 4 months ago
  6. e9d5e31 fscrypt: remove fscrypt_inherit_context() by Eric Biggers · 4 years, 4 months ago
  7. a992b20 fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 4 months ago
  8. 5e895bd fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32 by Eric Biggers · 4 years, 5 months ago
  9. ab673b9 fscrypt: use smp_load_acquire() for ->i_crypt_info by Eric Biggers · 4 years, 6 months ago
  10. f000223 fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS by Eric Biggers · 4 years, 6 months ago
  11. 1d6217a4 fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE by Eric Biggers · 4 years, 6 months ago
  12. e3b1078 fscrypt: add support for IV_INO_LBLK_32 policies by Eric Biggers · 4 years, 8 months ago
  13. 0ca2ddb fscrypt: make test_dummy_encryption use v2 by default by Eric Biggers · 4 years, 8 months ago
  14. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  15. d2fe975 fscrypt: fix all kerneldoc warnings by Eric Biggers · 4 years, 8 months ago
  16. e98ad46 fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl by Eric Biggers · 4 years, 10 months ago
  17. 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
  18. ef5b18b fscrypt: move fscrypt_valid_enc_modes() to policy.c by Eric Biggers · 5 years ago
  19. 85af90e fscrypt: check for appropriate use of DIRECT_KEY flag earlier by Eric Biggers · 5 years ago
  20. 393a24a fscrypt: split up fscrypt_supported_policy() by policy version by Eric Biggers · 5 years ago
  21. b103fb7 fscrypt: add support for IV_INO_LBLK_64 policies by Eric Biggers · 5 years ago
  22. 5ab7189 fscrypt: require that key be added when setting a v2 encryption policy by Eric Biggers · 5 years ago
  23. 5dae460 fscrypt: v2 encryption policy support by Eric Biggers · 5 years ago
  24. 3b6df59 fscrypt: use FSCRYPT_* definitions, not FS_* by Eric Biggers · 5 years ago
  25. 5858bda fscrypt: don't set policy for a dead directory by Hongjie Fang · 6 years ago
  26. e37a784 fscrypt: use READ_ONCE() to access ->i_crypt_info by Eric Biggers · 6 years ago
  27. f5e55e7 fscrypt: return -EXDEV for incompatible rename or link into encrypted dir by Eric Biggers · 6 years ago
  28. 8094c3c fscrypt: add Adiantum support by Eric Biggers · 6 years ago
  29. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  30. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  31. e0428a2 fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED() by Eric Biggers · 7 years ago
  32. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  33. af65207 ext4: fix __ext4_new_inode() journal credits calculation by Tahsin Erdogan · 8 years ago
  34. b7e7cf7 fscrypt: add support for AES-128-CBC by Daniel Walter · 8 years ago
  35. 272f98f fscrypt: fix context consistency check when key(s) unavailable by Eric Biggers · 8 years ago
  36. cd39e4b fscrypt: remove unnecessary checks for NULL operations by Eric Biggers · 8 years ago
  37. 94840e3 fscrypt: eliminate ->prepare_context() operation by Eric Biggers · 8 years ago
  38. 5bbdcbb fscrypt: make test_dummy_encryption require a keyring key by Theodore Ts'o · 8 years ago
  39. efee590e fscrypt: pass up error codes from ->get_context() by Eric Biggers · 8 years ago
  40. 868e1bc fscrypt: remove user-triggerable warning messages by Eric Biggers · 8 years ago
  41. 8488cd9 fscrypt: use EEXIST when file already uses different policy by Eric Biggers · 8 years ago
  42. dffd0cf fscrypt: use ENOTDIR when setting encryption policy on nondirectory by Eric Biggers · 8 years ago
  43. 42d97eb fscrypt: fix renaming and linking special files by Eric Biggers · 8 years ago
  44. cc4e0df fscrypt: move non-public structures and constants to fscrypt_private.h by Theodore Ts'o · 8 years ago
  45. db717d8 fscrypto: move ioctl processing more fully into common code by Eric Biggers · 8 years ago
  46. 8906a82 fscrypto: lock inode while setting encryption policy by Eric Biggers · 8 years ago
  47. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  48. 002ced4 fscrypto: only allow setting encryption policy on directories by Eric Biggers · 8 years ago
  49. 163ae1c fscrypto: add authorization check for setting encryption policy by Eric Biggers · 8 years ago
  50. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 10 years ago