summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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-111-5/+17
* | f2fs: preserve extent info for extent cacheChao Yu2015-04-111-0/+8
* | f2fs: initialize extent tree with on-disk extent info of inodeChao Yu2015-04-111-0/+1
* | f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu2015-04-111-0/+1
* | f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-111-0/+4
* | f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim2015-04-111-0/+6
* | f2fs: enhance multi-threads performanceJaegeuk Kim2015-04-111-1/+0Star
* | f2fs: fix to truncate inline data past EOFChao Yu2015-04-111-0/+1
* | f2fs: add stat info for moved blocks by background gcChangman Lee2015-04-111-8/+15
* | f2fs: introduce macro __cp_payloadWanpeng Li2015-04-111-1/+6
* | f2fs: support fs shutdownJaegeuk Kim2015-04-111-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/+1Star
* | 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/+0Star
|/
* f2fs: fix sparse warningsJaegeuk Kim2015-02-121-0/+1
* f2fs: introduce a batched trimJaegeuk Kim2015-02-121-0/+7
* f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu2015-02-121-0/+2
* f2fs: show the number of writeback pages in statJaegeuk Kim2015-02-121-1/+1
* f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2015-02-121-0/+23
* f2fs: merge flags in struct f2fs_sb_infoChao Yu2015-02-121-10/+20
* f2fs: make truncate_inline_date staticChao Yu2015-02-121-1/+0Star
* f2fs: add F2FS_IOC_GETVERSION supportChao Yu2015-02-121-0/+1
* f2fs: trigger correct checkpoint during umountJaegeuk Kim2015-02-121-0/+1
* f2fs: update memory footprint informationJaegeuk Kim2015-02-121-1/+1
* f2fs: add nat/sit entries into statusJaegeuk Kim2015-01-101-1/+1
* f2fs: align direct_io'ed data to sectionJaegeuk Kim2015-01-101-1/+2
* f2fs: clean up to remove parameterJaegeuk Kim2015-01-101-1/+1
* f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu2015-01-101-5/+9
* f2fs: add block count by in-place-update in stat infoChangman Lee2015-01-101-1/+5
* f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim2015-01-101-6/+8
* f2fs: readahead contiguous current summary blocks in checkpointChao Yu2015-01-101-1/+1
* f2fs: remove unnecessary call to invalidate inmemory pagesJaegeuk Kim2015-01-101-1/+0Star
* f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-101-0/+8
* f2fs: avoid to ra unneeded blocks in recover flowChao Yu2014-12-081-1/+1
* f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu2014-12-081-6/+6
* f2fs: count the number of inmemory pagesJaegeuk Kim2014-12-081-1/+2
* f2fs: do retry operations with cond_reschedJaegeuk Kim2014-12-081-0/+7
* f2fs: use rw_semaphore for nat entry lockJaegeuk Kim2014-12-041-1/+1
* f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim2014-11-241-0/+6
* f2fs: introduce struct inode_management to wrap inner fieldsChao Yu2014-11-201-5/+9