aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-30f2fs: support checkpoint error injectionChao Yu1-0/+1
2016-09-30f2fs: support configuring fault injection per superblockChao Yu1-39/+35
2016-09-30f2fs: add customized migrate_page callbackWeichao Guo1-0/+4
2016-09-30f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu1-8/+33
2016-09-30f2fs: fix to avoid race condition when updating sbi flagChao Yu1-4/+4
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim1-1/+0
2016-09-22f2fs: show dirty inode numberChao Yu1-1/+2
2016-09-22f2fs: support IO error injectionChao Yu1-0/+3
2016-09-22f2fs: make f2fs_filetype_table staticChao Yu1-1/+0
2016-09-13f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim1-0/+1
2016-09-07f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu1-0/+4
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim1-0/+1
2016-09-07f2fs: support async discardChao Yu1-0/+9
2016-09-07f2fs: fix to do security initialization of encrypted inode with original filenameChao Yu1-4/+4
2016-08-29f2fs: set dirty state for filesystem only when updating meta dataChao Yu1-0/+4
2016-08-29f2fs: add discard info to sys entry of f2fs statusYunlei He1-1/+6
2016-08-29f2fs: reduce batch size of fstrimJaegeuk Kim1-1/+1
2016-08-24f2fs: do not use discard_map for hard disksJaegeuk Kim1-0/+7
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim1-6/+6
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-07-30qstr: constify instances in f2fsAl Viro1-2/+2
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-77/+209
2016-07-20f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim1-2/+11
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim1-0/+9
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu1-1/+1
2016-07-15f2fs: reset default idle interval valueChao Yu1-1/+1
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu1-0/+1
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim1-0/+1
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-11/+13
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim1-6/+6
2016-07-08f2fs: shrink critical region in spin_lockJaegeuk Kim1-15/+8
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim1-0/+1
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim1-0/+1
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim1-0/+21
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim1-1/+1
2016-06-15f2fs: find parent dentry correctlySheng Yong1-1/+0
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-0/+2
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim1-0/+1
2016-06-07f2fs: use bio op accessorsMike Christie1-2/+3
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim1-1/+1
2016-06-07f2fs: remove deprecated parameterJaegeuk Kim1-1/+1
2016-06-02f2fs: inject to produce some orphan inodesJaegeuk Kim1-0/+3
2016-06-02f2fs: remove writepages lockJaegeuk Kim1-1/+0
2016-06-02f2fs: detect congestion of flush command issuesJaegeuk Kim1-0/+1
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim1-2/+21
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-2/+0
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim1-2/+7
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-8/+50
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim1-0/+9
2016-06-02f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim1-4/+13