summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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-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
2015-05-28f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu
2015-05-28f2fs: introduce f2fs_replace_block() for reuseChao Yu
2015-05-28f2fs: do not re-lookup nat cache with same nidChao Yu
2015-05-28f2fs: remove unneeded f2fs_make_empty declarationChao Yu
2015-05-28f2fs: issue discard with finally produced len and minlenJaegeuk Kim
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim
2015-05-28f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim
2015-05-28f2fs: split find_data_page according to specific purposesJaegeuk Kim
2015-05-28f2fs: fix counting the number of inline_data inodesJaegeuk Kim
2015-05-28f2fs: add need_dentry_markJaegeuk Kim
2015-05-28f2fs: fix race on allocating and deallocating a dentry blockJaegeuk Kim
2015-05-28f2fs: introduce dot and dotdot name checkJaegeuk Kim
2015-05-28f2fs: move get_page for gc victimsJaegeuk Kim
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim
2015-05-28f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim
2015-05-28f2fs: clean up f2fs_lookupJaegeuk Kim
2015-05-28f2fs: expose f2fs_mpage_readpagesJaegeuk Kim
2015-05-28f2fs: introduce f2fs_commit_superJaegeuk Kim
2015-05-28f2fs: add f2fs_map_blocksJaegeuk Kim
2015-05-28f2fs: add feature facility in superblockJaegeuk Kim