aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-08f2fs: skip committing valid superblockChao Yu1-1/+1
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu1-2/+2
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim1-4/+1
2015-06-01f2fs: introduce update_meta_pageChao Yu1-0/+1
2015-06-01f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim1-3/+3
2015-06-01f2fs crypto: use slab cachesJaegeuk Kim1-0/+1
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim1-0/+1
2015-05-28f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim1-1/+4
2015-05-28f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim1-4/+5
2015-05-28f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim1-4/+8
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim1-0/+1
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim1-0/+11
2015-05-28f2fs crypto: filename encryption facilitiesJaegeuk Kim1-0/+50
2015-05-28f2fs crypto: add encryption key management facilitiesJaegeuk Kim1-0/+22
2015-05-28f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim1-0/+25
2015-05-28f2fs crypto: add encryption policy and password salt supportJaegeuk Kim1-0/+16
2015-05-28f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim1-0/+55
2015-05-28f2fs: report unwritten area in f2fs_fiemapJaegeuk Kim1-1/+3
2015-05-28f2fs: introduce f2fs_replace_block() for reuseChao Yu1-2/+2
2015-05-28f2fs: remove unneeded f2fs_make_empty declarationChao Yu1-1/+0
2015-05-28f2fs: issue discard with finally produced len and minlenJaegeuk Kim1-1/+1
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim1-0/+21
2015-05-28f2fs: split find_data_page according to specific purposesJaegeuk Kim1-1/+2
2015-05-28f2fs: add need_dentry_markJaegeuk Kim1-0/+1
2015-05-28f2fs: introduce dot and dotdot name checkJaegeuk Kim1-0/+11
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim1-10/+8
2015-05-28f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim1-1/+2
2015-05-28f2fs: introduce f2fs_commit_superJaegeuk Kim1-0/+1
2015-05-28f2fs: add f2fs_map_blocksJaegeuk Kim1-0/+16
2015-05-28f2fs: add feature facility in superblockJaegeuk Kim1-0/+7
2015-05-28f2fs: move existing definitions into f2fs.hJaegeuk Kim1-0/+22
2015-05-07f2fs: make has_fsynced_inode staticChao Yu1-1/+0
2015-05-07f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu1-0/+1
2015-05-04Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-16f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-10f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim1-5/+17
2015-04-10f2fs: preserve extent info for extent cacheChao Yu1-0/+8
2015-04-10f2fs: initialize extent tree with on-disk extent info of inodeChao Yu1-0/+1
2015-04-10f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu1-0/+1
2015-04-10f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim1-0/+4
2015-04-10f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim1-0/+6
2015-04-10f2fs: enhance multi-threads performanceJaegeuk Kim1-1/+0
2015-04-10f2fs: fix to truncate inline data past EOFChao Yu1-0/+1
2015-04-10f2fs: add stat info for moved blocks by background gcChangman Lee1-8/+15
2015-04-10f2fs: introduce macro __cp_payloadWanpeng Li1-1/+6
2015-04-10f2fs: support fs shutdownJaegeuk Kim1-0/+9
2015-03-03f2fs: support fast lookup in extent cacheChao Yu1-0/+1
2015-03-03f2fs: show extent tree, node stat info in debugfsChao Yu1-1/+1