summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
...
* | block: better op and flags encodingChristoph Hellwig2016-10-281-1/+1
|/
* f2fs: support checkpoint error injectionChao Yu2016-09-301-0/+1
* f2fs: support configuring fault injection per superblockChao Yu2016-09-301-39/+35
* f2fs: add customized migrate_page callbackWeichao Guo2016-09-301-0/+4
* f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2016-09-301-8/+33
* f2fs: fix to avoid race condition when updating sbi flagChao Yu2016-09-301-4/+4
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2016-09-301-1/+0
* f2fs: show dirty inode numberChao Yu2016-09-221-1/+2
* f2fs: support IO error injectionChao Yu2016-09-221-0/+3
* f2fs: make f2fs_filetype_table staticChao Yu2016-09-221-1/+0
* f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim2016-09-131-0/+1
* f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu2016-09-071-0/+4
* f2fs: fix lost xattrs of directoriesJaegeuk Kim2016-09-071-0/+1
* f2fs: support async discardChao Yu2016-09-071-0/+9
* f2fs: fix to do security initialization of encrypted inode with original file...Chao Yu2016-09-071-4/+4
* f2fs: set dirty state for filesystem only when updating meta dataChao Yu2016-08-291-0/+4
* f2fs: add discard info to sys entry of f2fs statusYunlei He2016-08-291-1/+6
* f2fs: reduce batch size of fstrimJaegeuk Kim2016-08-291-1/+1
* f2fs: do not use discard_map for hard disksJaegeuk Kim2016-08-241-0/+7
* Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim2016-08-191-6/+6
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\
| * qstr: constify instances in f2fsAl Viro2016-07-301-2/+2
* | Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-07-271-77/+209
|\ \
| * | f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim2016-07-201-2/+11
| * | f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2016-07-201-0/+9
| * | f2fs: fix to report error number of f2fs_find_entryChao Yu2016-07-201-1/+1
| * | f2fs: reset default idle interval valueChao Yu2016-07-151-1/+1
| * | f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-151-0/+1
| * | f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2016-07-151-0/+1
| * | f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-11/+13
| * | f2fs: use percpu_rw_semaphoreJaegeuk Kim2016-07-081-6/+6
| * | f2fs: shrink critical region in spin_lockJaegeuk Kim2016-07-081-15/+8
| * | f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2016-07-081-0/+1
| * | f2fs: produce more nids and reduce readahead natsJaegeuk Kim2016-07-061-0/+1
| * | f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-061-0/+21
| * | f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-061-1/+1
| * | f2fs: find parent dentry correctlySheng Yong2016-06-151-1/+0
| * | f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-131-0/+2
| * | f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2016-06-081-0/+1
| * | f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-071-1/+1
| * | f2fs: remove deprecated parameterJaegeuk Kim2016-06-071-1/+1
| * | f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-021-0/+3
| * | f2fs: remove writepages lockJaegeuk Kim2016-06-021-1/+0
| * | f2fs: detect congestion of flush command issuesJaegeuk Kim2016-06-021-0/+1
| * | f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-021-2/+21
| * | f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-021-2/+0
| * | f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-021-2/+7
| * | f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-021-8/+50
| * | f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-021-0/+9
| * | f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-021-4/+13
OpenPOWER on IntegriCloud