aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-01f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu
2015-06-01f2fs crypto: allow setting encryption policy onceChao Yu
2015-06-01f2fs crypto: check context consistent for rename2Chao Yu
2015-06-01f2fs: avoid duplicated code by reusing f2fs_read_end_ioChao Yu
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-06-01f2fs: recovering broken superblock during mounthujianyang
2015-06-01f2fs crypto: check encryption for tmpfileJaegeuk Kim
2015-06-01f2fs: support RENAME_WHITEOUTChao Yu
2015-06-01f2fs: introduce update_meta_pageChao Yu
2015-06-01f2fs crypto: zero next free dnode blockChao Yu
2015-06-01f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim
2015-06-01f2fs crypto: fix incorrect release for crypto ctxChao Yu
2015-06-01f2fs crypto: fix to release buffer for fname cryptoChao Yu
2015-06-01f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim
2015-06-01f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim
2015-06-01f2fs crypto: use slab cachesJaegeuk Kim
2015-06-01f2fs: truncate data blocks for orphan inodeJaegeuk Kim
2015-06-01f2fs: cleanup a confusing indentDan Carpenter
2015-06-01f2fs: fix building on 32-bit architecturesArnd Bergmann
2015-06-01f2fs: avoid buggy functionsJaegeuk Kim
2015-06-01f2fs: add compat_ioctl to provide backward compatabilityhujianyang
2015-06-01f2fs: do not issue next dnode discard redundantlyJaegeuk Kim
2015-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-05-28d_walk() might skip too muchAl Viro
2015-05-28omfs: fix potential integer overflow in allocatorBob Copeland
2015-05-28omfs: fix sign confusion for bitmap loop counterBob Copeland
2015-05-28omfs: set error return when d_make_root() failsBob Copeland
2015-05-28fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-05-28f2fs: add default mount options to remountYunlei He
2015-05-28f2fs crypto: remove checking key context during lookupJaegeuk Kim
2015-05-28f2fs crypto: fix missing key when reading a pageJaegeuk Kim
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim
2015-05-28f2fs crypto: filename encryption facilitiesJaegeuk Kim
2015-05-28f2fs crypto: add encryption key management facilitiesJaegeuk Kim
2015-05-28f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim
2015-05-28f2fs crypto: add encryption policy and password salt supportJaegeuk Kim
2015-05-28f2fs crypto: add encryption xattr supportJaegeuk Kim
2015-05-28f2fs crypto: add f2fs encryption KconfigJaegeuk Kim
2015-05-28f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim
2015-05-28f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim
2015-05-28f2fs: avoid value overflow in showing current statusJaegeuk Kim
2015-05-28f2fs: support FALLOC_FL_ZERO_RANGEChao Yu