summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | f2fs: add a mount option for rb-tree extent cacheChao Yu2015-03-031-0/+1
* | f2fs: add core functions for rb-tree extent cacheChao Yu2015-03-031-0/+32
* | f2fs: introduce infra macro and data structure of rb-tree extent cacheChao Yu2015-03-031-4/+32
* | f2fs: introduce universal lookup/update interface for extent cacheChao Yu2015-03-031-1/+1
* | f2fs: simplfy a field name in struct f2fs_extent,extent_infoChao Yu2015-03-031-3/+3
* | f2fs: move ext_lock out of struct extent_infoChao Yu2015-03-031-5/+1
* | f2fs: introduce f2fs_update_dentry to clean up duplicated codesChao Yu2015-03-031-0/+2
* | f2fs: remove unused inline_dentry_addrChao Yu2015-03-031-6/+0
|/
* f2fs: fix sparse warningsJaegeuk Kim2015-02-111-0/+1
* f2fs: introduce a batched trimJaegeuk Kim2015-02-111-0/+7
* f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu2015-02-111-0/+2
* f2fs: show the number of writeback pages in statJaegeuk Kim2015-02-111-1/+1
* f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2015-02-111-0/+23
* f2fs: merge flags in struct f2fs_sb_infoChao Yu2015-02-111-10/+20
* f2fs: make truncate_inline_date staticChao Yu2015-02-111-1/+0
* f2fs: add F2FS_IOC_GETVERSION supportChao Yu2015-02-111-0/+1
* f2fs: trigger correct checkpoint during umountJaegeuk Kim2015-02-111-0/+1
* f2fs: update memory footprint informationJaegeuk Kim2015-02-111-1/+1
* f2fs: add nat/sit entries into statusJaegeuk Kim2015-01-091-1/+1
* f2fs: align direct_io'ed data to sectionJaegeuk Kim2015-01-091-1/+2
* f2fs: clean up to remove parameterJaegeuk Kim2015-01-091-1/+1
* f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu2015-01-091-5/+9
* f2fs: add block count by in-place-update in stat infoChangman Lee2015-01-091-1/+5
* f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim2015-01-091-6/+8
* f2fs: readahead contiguous current summary blocks in checkpointChao Yu2015-01-091-1/+1