summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)Author
2019-06-22f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu
2018-12-08f2fs: fix to do sanity check with block address in main area v2Chao Yu
2018-12-08f2fs: fix to do sanity check with block address in main areaChao Yu
2018-12-08f2fs: fix to do sanity check with node footer and iblocksChao Yu
2018-12-08f2fs: Add sanity_check_inode() functionBen Hutchings
2018-12-08f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-08f2fs: clean up with is_valid_blkaddr()Chao Yu
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-13f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim
2016-06-07f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-02f2fs: inject to produce some orphan inodesJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim
2016-05-07f2fs: don't worry about inode leak in evict_inodeJaegeuk Kim
2016-05-07f2fs: retry to truncate blocks in -ENOMEM caseJaegeuk Kim
2016-05-07f2fs: revisit error handling flowsJaegeuk Kim
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim
2016-02-22f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim
2015-12-30f2fs: load largest extent all the timeJaegeuk Kim
2015-12-16f2fs: record dirty status of regular/symlink inodeChao Yu
2015-12-15f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-10-09f2fs: no need to lock for update_inode_page all the timeJaegeuk Kim
2015-08-24f2fs: fix to release inode correctlyChao Yu
2015-08-24f2fs: atomically set inode->i_flagsZhang Zhen
2015-08-05f2fs: fix inline data/dentry stat number leakChao Yu
2015-08-05f2fs: fix double lock in handle_failed_inodeChao Yu
2015-08-05f2fs: stat inline xattr inode numberChao Yu
2015-08-04f2fs: use extent_cache by defaultJaegeuk Kim
2015-08-04f2fs: avoid to use failed inode immediatelyJaegeuk Kim
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim
2015-04-10f2fs: fix sparse warningsJaegeuk 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: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim
2015-03-03f2fs: enable rb-tree extent cacheChao Yu
2015-03-03f2fs: move ext_lock out of struct extent_infoChao Yu