index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
crypto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-22
f2fs crypto: f2fs_page_crypto() doesn't need a encryption context
Jaegeuk Kim
1
-22
/
+5
2016-02-22
f2fs crypto: replace some BUG_ON()'s with error checks
Jaegeuk Kim
1
-1
/
+0
2015-06-11
f2fs crypto: add alloc_bounce_page
Jaegeuk Kim
1
-8
/
+15
2015-06-11
f2fs crypto: fix to handle errors likewise ext4
Jaegeuk Kim
1
-3
/
+3
2015-06-01
f2fs crypto: remove alloc_page for bounce_page
Jaegeuk Kim
1
-21
/
+12
2015-06-01
f2fs crypto: use per-inode tfm structure
Jaegeuk Kim
1
-76
/
+6
2015-06-01
f2fs crypto: split f2fs_crypto_init/exit with two parts
Jaegeuk Kim
1
-38
/
+52
2015-06-01
f2fs crypto: fix incorrect release for crypto ctx
Chao Yu
1
-8
/
+0
2015-06-01
f2fs crypto: shrink size of the f2fs_crypto_ctx structure
Jaegeuk Kim
1
-22
/
+18
2015-06-01
f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
Jaegeuk Kim
1
-6
/
+5
2015-06-01
f2fs crypto: use slab caches
Jaegeuk Kim
1
-29
/
+29
2015-05-28
f2fs crypto: fix missing key when reading a page
Jaegeuk Kim
1
-1
/
+3
2015-05-28
f2fs crypto: add f2fs encryption facilities
Jaegeuk Kim
1
-0
/
+560