Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 fixes from Ted Ts'o: "Some miscellaneous bug fixes and some final on-disk and ABI changes for ext4 encryption which provide better security and performance" * tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: fix growing of tiny filesystems ext4: move check under lock scope to close a race. ext4: fix data corruption caused by unwritten and delayed extents ext4 crypto: remove duplicated encryption mode definitions ext4 crypto: do not select from EXT4_FS_ENCRYPTION ext4 crypto: add padding to filenames before encrypting ext4 crypto: simplify and speed up filename encryption
No related branches found
No related tags found
Showing
- fs/ext4/Kconfig 7 additions, 2 deletionsfs/ext4/Kconfig
- fs/ext4/crypto_fname.c 145 additions, 135 deletionsfs/ext4/crypto_fname.c
- fs/ext4/crypto_key.c 1 addition, 0 deletionsfs/ext4/crypto_key.c
- fs/ext4/crypto_policy.c 9 additions, 5 deletionsfs/ext4/crypto_policy.c
- fs/ext4/dir.c 1 addition, 1 deletionfs/ext4/dir.c
- fs/ext4/ext4.h 7 additions, 9 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_crypto.h 10 additions, 1 deletionfs/ext4/ext4_crypto.h
- fs/ext4/extents.c 8 additions, 7 deletionsfs/ext4/extents.c
- fs/ext4/extents_status.c 8 additions, 0 deletionsfs/ext4/extents_status.c
- fs/ext4/inode.c 2 additions, 0 deletionsfs/ext4/inode.c
- fs/ext4/namei.c 6 additions, 66 deletionsfs/ext4/namei.c
- fs/ext4/resize.c 5 additions, 2 deletionsfs/ext4/resize.c
- fs/ext4/symlink.c 1 addition, 1 deletionfs/ext4/symlink.c
Loading
Please register or sign in to comment