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