Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[firefly-linux-kernel-4.4.55.git] / fs / f2fs / crypto.c
2015-06-26 Linus TorvaldsMerge tag 'sound-4.2-rc1' of git://git./linux/kernel...
2015-06-26 Linus TorvaldsMerge branch 'dmi-for-linus' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2' of git://git./linux/kernel/git...
2015-06-25 Linus TorvaldsMerge tag 'dm-4.2-changes' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/writeback' of git://git.kernel...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/sg' of git://git.kernel.dk/linux...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/drivers' of git://git.kernel...
2015-06-25 Linus TorvaldsMerge branch 'for-4.2/core' of git://git.kernel.dk...
2015-06-25 Linus TorvaldsMerge tag 'upstream-4.2-rc1' of git://git.infradead...
2015-06-25 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2015-06-25 Linus TorvaldsMerge tag 'for-4.2' of git://git.sourceforge.jp/gitroot...
2015-06-25 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-06-25 Linus TorvaldsMerge tag 'please-pull-pstore' of git://git./linux...
2015-06-25 Linus TorvaldsMerge tag 'for-f2fs-4.2' of git://git./linux/kernel...
2015-06-11 Jaegeuk Kimf2fs crypto: add alloc_bounce_page
2015-06-11 Jaegeuk Kimf2fs crypto: fix to handle errors likewise ext4
2015-06-01 Jaegeuk Kimf2fs crypto: remove alloc_page for bounce_page
2015-06-01 Jaegeuk Kimf2fs crypto: use per-inode tfm structure
2015-06-01 Jaegeuk Kimf2fs crypto: split f2fs_crypto_init/exit with two parts
2015-06-01 Chao Yuf2fs crypto: fix incorrect release for crypto ctx
2015-06-01 Jaegeuk Kimf2fs crypto: shrink size of the f2fs_crypto_ctx structure
2015-06-01 Jaegeuk Kimf2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
2015-06-01 Jaegeuk Kimf2fs crypto: use slab caches
2015-05-28 Jaegeuk Kimf2fs crypto: fix missing key when reading a page
2015-05-28 Jaegeuk Kimf2fs crypto: add f2fs encryption facilities