aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAge
* f2fs: support configuring fault injection per superblockChao Yu2016-09-30
* f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim2016-09-13
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-08
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-06
* f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim2016-06-07
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-07
* f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-02
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-02
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-02
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-02
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-02
* f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-20
* f2fs: don't worry about inode leak in evict_inodeJaegeuk Kim2016-05-07
* f2fs: retry to truncate blocks in -ENOMEM caseJaegeuk Kim2016-05-07
* f2fs: revisit error handling flowsJaegeuk Kim2016-05-07
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-18
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2016-02-22
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-22
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2016-02-22
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-14
|\
| * f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-08
| * f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-08
| * f2fs: load largest extent all the timeJaegeuk Kim2015-12-30
| * f2fs: record dirty status of regular/symlink inodeChao Yu2015-12-16
| * f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2015-12-15
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
|/
* f2fs: no need to lock for update_inode_page all the timeJaegeuk Kim2015-10-09
* f2fs: fix to release inode correctlyChao Yu2015-08-24
* f2fs: atomically set inode->i_flagsZhang Zhen2015-08-24
* f2fs: fix inline data/dentry stat number leakChao Yu2015-08-05
* f2fs: fix double lock in handle_failed_inodeChao Yu2015-08-05
* f2fs: stat inline xattr inode numberChao Yu2015-08-05
* f2fs: use extent_cache by defaultJaegeuk Kim2015-08-04
* f2fs: avoid to use failed inode immediatelyJaegeuk Kim2015-08-04
* f2fs crypto: use per-inode tfm structureJaegeuk Kim2015-06-01
* f2fs crypto: add symlink encryptionJaegeuk Kim2015-05-28
* f2fs crypto: activate encryption support for fs APIsJaegeuk Kim2015-05-28
* f2fs: fix sparse warningsJaegeuk Kim2015-04-10
* f2fs: preserve extent info for extent cacheChao Yu2015-04-10
* f2fs: initialize extent tree with on-disk extent info of inodeChao Yu2015-04-10
* f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim2015-04-10
* f2fs: enable rb-tree extent cacheChao Yu2015-03-03
* f2fs: move ext_lock out of struct extent_infoChao Yu2015-03-03
* f2fs: get rid of kzalloc in __recover_inline_statusChao Yu2015-01-09
* f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-09
* f2fs: count inline_xx in do_read_inodeJaegeuk Kim2014-12-08
* f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim2014-11-04
* f2fs: fix counting inline_data inode numbersJaegeuk Kim2014-11-03
* f2fs: add stat info for inline_dentry inodesJaegeuk Kim2014-11-03
* f2fs: use highmem for directory pagesJaegeuk Kim2014-11-03