aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-03f2fs: add a mount option for rb-tree extent cacheChao Yu1-0/+1
2015-03-03f2fs: add core functions for rb-tree extent cacheChao Yu1-0/+32
2015-03-03f2fs: introduce infra macro and data structure of rb-tree extent cacheChao Yu1-4/+32
2015-03-03f2fs: introduce universal lookup/update interface for extent cacheChao Yu1-1/+1
2015-03-03f2fs: simplfy a field name in struct f2fs_extent,extent_infoChao Yu1-3/+3
2015-03-03f2fs: move ext_lock out of struct extent_infoChao Yu1-5/+1
2015-03-03f2fs: introduce f2fs_update_dentry to clean up duplicated codesChao Yu1-0/+2
2015-03-03f2fs: remove unused inline_dentry_addrChao Yu1-6/+0
2015-02-11f2fs: fix sparse warningsJaegeuk Kim1-0/+1
2015-02-11f2fs: introduce a batched trimJaegeuk Kim1-0/+7
2015-02-11f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu1-0/+2
2015-02-11f2fs: show the number of writeback pages in statJaegeuk Kim1-1/+1
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim1-0/+23
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu1-10/+20
2015-02-11f2fs: make truncate_inline_date staticChao Yu1-1/+0
2015-02-11f2fs: add F2FS_IOC_GETVERSION supportChao Yu1-0/+1
2015-02-11f2fs: trigger correct checkpoint during umountJaegeuk Kim1-0/+1
2015-02-11f2fs: update memory footprint informationJaegeuk Kim1-1/+1
2015-01-09f2fs: add nat/sit entries into statusJaegeuk Kim1-1/+1
2015-01-09f2fs: align direct_io'ed data to sectionJaegeuk Kim1-1/+2
2015-01-09f2fs: clean up to remove parameterJaegeuk Kim1-1/+1
2015-01-09f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu1-5/+9
2015-01-09f2fs: add block count by in-place-update in stat infoChangman Lee1-1/+5
2015-01-09f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim1-6/+8
2015-01-09f2fs: readahead contiguous current summary blocks in checkpointChao Yu1-1/+1
2015-01-09f2fs: remove unnecessary call to invalidate inmemory pagesJaegeuk Kim1-1/+0
2015-01-09f2fs: change atomic and volatile write policiesJaegeuk Kim1-0/+8
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu1-1/+1
2014-12-08f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu1-6/+6
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim1-1/+2
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim1-0/+7
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim1-1/+1
2014-11-23f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim1-0/+6