aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01f2fs crypto: check context consistent for rename2Chao Yu1-0/+8
2015-06-01f2fs: avoid duplicated code by reusing f2fs_read_end_ioChao Yu1-28/+4
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim9-167/+96
2015-06-01f2fs: recovering broken superblock during mounthujianyang1-13/+52
2015-06-01f2fs crypto: check encryption for tmpfileJaegeuk Kim1-0/+6
2015-06-01f2fs: support RENAME_WHITEOUTChao Yu1-53/+100
2015-06-01f2fs: introduce update_meta_pageChao Yu3-30/+22
2015-06-01f2fs crypto: zero next free dnode blockChao Yu1-1/+1
2015-06-01f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim4-47/+65
2015-06-01f2fs crypto: fix incorrect release for crypto ctxChao Yu1-8/+0
2015-06-01f2fs crypto: fix to release buffer for fname cryptoChao Yu1-5/+5
2015-06-01f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim3-30/+33
2015-06-01f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim4-15/+13
2015-06-01f2fs crypto: use slab cachesJaegeuk Kim3-32/+33
2015-06-01f2fs: truncate data blocks for orphan inodeJaegeuk Kim1-1/+23
2015-06-01f2fs: cleanup a confusing indentDan Carpenter1-2/+2
2015-06-01f2fs: fix building on 32-bit architecturesArnd Bergmann1-3/+3
2015-06-01f2fs: avoid buggy functionsJaegeuk Kim1-0/+18
2015-06-01f2fs: add compat_ioctl to provide backward compatabilityhujianyang1-0/+3
2015-06-01f2fs: do not issue next dnode discard redundantlyJaegeuk Kim1-1/+14
2015-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds8-79/+112
2015-05-28d_walk() might skip too muchAl Viro1-4/+4
2015-05-28omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-28omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-28omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-28fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-05-28f2fs: add default mount options to remountYunlei He1-13/+18
2015-05-28f2fs crypto: remove checking key context during lookupJaegeuk Kim1-10/+0
2015-05-28f2fs crypto: fix missing key when reading a pageJaegeuk Kim1-1/+3
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim3-6/+142
2015-05-28f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim5-9/+41
2015-05-28f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim3-41/+56
2015-05-28f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim3-22/+60
2015-05-28f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim1-12/+27
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim8-29/+177
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim7-8/+98
2015-05-28f2fs crypto: filename encryption facilitiesJaegeuk Kim3-1/+542
2015-05-28f2fs crypto: add encryption key management facilitiesJaegeuk Kim4-1/+232
2015-05-28f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim4-1/+589
2015-05-28f2fs crypto: add encryption policy and password salt supportJaegeuk Kim5-0/+319
2015-05-28f2fs crypto: add encryption xattr supportJaegeuk Kim1-0/+4
2015-05-28f2fs crypto: add f2fs encryption KconfigJaegeuk Kim1-0/+19
2015-05-28f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim2-0/+202
2015-05-28f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim2-4/+117
2015-05-28f2fs: avoid value overflow in showing current statusJaegeuk Kim1-1/+2
2015-05-28f2fs: support FALLOC_FL_ZERO_RANGEChao Yu1-1/+105
2015-05-28f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu1-3/+132
2015-05-28f2fs: introduce f2fs_replace_block() for reuseChao Yu3-10/+27