summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2015-06-08f2fs: skip committing valid superblockChao Yu
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-06-01f2fs: introduce update_meta_pageChao Yu
2015-06-01f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim
2015-06-01f2fs crypto: use slab cachesJaegeuk 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 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: declare some definitions for f2fs encryption featureJaegeuk Kim
2015-05-28f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim
2015-05-28f2fs: introduce f2fs_replace_block() for reuseChao 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: split find_data_page according to specific purposesJaegeuk Kim
2015-05-28f2fs: add need_dentry_markJaegeuk Kim
2015-05-28f2fs: introduce dot and dotdot name checkJaegeuk 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: introduce f2fs_commit_superJaegeuk Kim
2015-05-28f2fs: add f2fs_map_blocksJaegeuk Kim
2015-05-28f2fs: add feature facility in superblockJaegeuk Kim
2015-05-28f2fs: move existing definitions into f2fs.hJaegeuk Kim
2015-05-07f2fs: make has_fsynced_inode staticChao Yu
2015-05-07f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu
2015-05-04Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-10f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim
2015-04-10f2fs: preserve extent info for extent cacheChao Yu
2015-04-10f2fs: initialize extent tree with on-disk extent info of inodeChao Yu
2015-04-10f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu
2015-04-10f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim
2015-04-10f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim
2015-04-10f2fs: enhance multi-threads performanceJaegeuk Kim
2015-04-10f2fs: fix to truncate inline data past EOFChao Yu
2015-04-10f2fs: add stat info for moved blocks by background gcChangman Lee
2015-04-10f2fs: introduce macro __cp_payloadWanpeng Li
2015-04-10f2fs: support fs shutdownJaegeuk Kim
2015-03-03f2fs: support fast lookup in extent cacheChao Yu
2015-03-03f2fs: show extent tree, node stat info in debugfsChao Yu