Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: "A few bug fixes and add support for file-system level encryption in ext4" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (31 commits) ext4 crypto: enable encryption feature flag ext4 crypto: add symlink encryption ext4 crypto: enable filename encryption ext4 crypto: filename encryption modifications ext4 crypto: partial update to namei.c for fname crypto ext4 crypto: insert encrypted filenames into a leaf directory block ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames ext4 crypto: filename encryption facilities ext4 crypto: implement the ext4 decryption read path ext4 crypto: implement the ext4 encryption write path ext4 crypto: inherit encryption policies on inode and directory create ext4 crypto: enforce context consistency ext4 crypto: add encryption key management facilities ext4 crypto: add ext4 encryption facilities ext4 crypto: add encryption policy and password salt support ext4 crypto: add encryption xattr support ext4 crypto: export ext4_empty_dir() ext4 crypto: add ext4 encryption Kconfig ext4 crypto: reserve codepoints used by the ext4 encryption feature ext4 crypto: add ext4_mpage_readpages() ...
No related branches found
No related tags found
Showing
- fs/ext4/Kconfig 17 additions, 0 deletionsfs/ext4/Kconfig
- fs/ext4/Makefile 3 additions, 1 deletionfs/ext4/Makefile
- fs/ext4/acl.c 0 additions, 5 deletionsfs/ext4/acl.c
- fs/ext4/balloc.c 0 additions, 3 deletionsfs/ext4/balloc.c
- fs/ext4/bitmap.c 0 additions, 1 deletionfs/ext4/bitmap.c
- fs/ext4/block_validity.c 0 additions, 1 deletionfs/ext4/block_validity.c
- fs/ext4/crypto.c 558 additions, 0 deletionsfs/ext4/crypto.c
- fs/ext4/crypto_fname.c 709 additions, 0 deletionsfs/ext4/crypto_fname.c
- fs/ext4/crypto_key.c 165 additions, 0 deletionsfs/ext4/crypto_key.c
- fs/ext4/crypto_policy.c 194 additions, 0 deletionsfs/ext4/crypto_policy.c
- fs/ext4/dir.c 59 additions, 22 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 159 additions, 10 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_crypto.h 147 additions, 0 deletionsfs/ext4/ext4_crypto.h
- fs/ext4/extents.c 37 additions, 44 deletionsfs/ext4/extents.c
- fs/ext4/extents_status.c 0 additions, 2 deletionsfs/ext4/extents_status.c
- fs/ext4/file.c 16 additions, 3 deletionsfs/ext4/file.c
- fs/ext4/fsync.c 0 additions, 1 deletionfs/ext4/fsync.c
- fs/ext4/hash.c 0 additions, 1 deletionfs/ext4/hash.c
- fs/ext4/ialloc.c 25 additions, 3 deletionsfs/ext4/ialloc.c
- fs/ext4/inline.c 11 additions, 5 deletionsfs/ext4/inline.c
Please register or sign in to comment