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