summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: measure inode.i_blocks as generic filesystemChao Yu2017-07-041-2/+3
* f2fs: remove false-positive bug_onJaegeuk Kim2017-07-041-2/+3
* f2fs: load inode's flag from diskJaegeuk Kim2017-05-241-1/+1
* f2fs: fix out-of free segmentsJaegeuk Kim2017-04-241-1/+2
* f2fs: fix fs corruption due to zero inode pageJaegeuk Kim2017-04-121-1/+1
* f2fs: fix wrong error injection for evict_inodeJaegeuk Kim2017-03-211-7/+6Star
* f2fs: don't need to invalidate wrong node pageJaegeuk Kim2017-03-211-1/+4
* f2fs: show simple call stack in fault injection messageChao Yu2017-02-271-1/+3
* f2fs: record inode updating status correctlyChao Yu2016-11-231-4/+9
* f2fs: make clean inodes when flushing inode pageJaegeuk Kim2016-11-231-1/+1
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-231-3/+4
* f2fs: clear nlink if fail to add_linkChao Yu2016-11-231-0/+14
* f2fs: fix to update largest extent under lockChao Yu2016-11-231-4/+7
* f2fs: support configuring fault injection per superblockChao Yu2016-10-011-1/+1
* f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim2016-09-131-0/+15
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-1/+8
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-061-3/+1Star
* f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim2016-06-071-1/+2
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-071-1/+1
* f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-031-0/+5
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-031-0/+3
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-031-1/+6
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-031-0/+1
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-031-15/+14Star
* f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-201-1/+1
* f2fs: don't worry about inode leak in evict_inodeJaegeuk Kim2016-05-071-14/+2Star
* f2fs: retry to truncate blocks in -ENOMEM caseJaegeuk Kim2016-05-071-1/+7
* f2fs: revisit error handling flowsJaegeuk Kim2016-05-071-24/+16Star
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-181-4/+1Star
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2016-02-231-1/+1
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-231-2/+2
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2016-02-231-0/+4
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-141-13/+15
|\
| * f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-1/+1
| * f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-081-9/+10
| * f2fs: load largest extent all the timeJaegeuk Kim2015-12-301-1/+2
| * f2fs: record dirty status of regular/symlink inodeChao Yu2015-12-161-1/+1
| * f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2015-12-151-2/+2
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
|/
* f2fs: no need to lock for update_inode_page all the timeJaegeuk Kim2015-10-101-6/+2Star
* f2fs: fix to release inode correctlyChao Yu2015-08-251-7/+46
* f2fs: atomically set inode->i_flagsZhang Zhen2015-08-241-3/+2Star
* f2fs: fix inline data/dentry stat number leakChao Yu2015-08-051-2/+0Star
* f2fs: fix double lock in handle_failed_inodeChao Yu2015-08-051-2/+2
* f2fs: stat inline xattr inode numberChao Yu2015-08-051-0/+2
* f2fs: use extent_cache by defaultJaegeuk Kim2015-08-041-10/+8Star
* f2fs: avoid to use failed inode immediatelyJaegeuk Kim2015-08-041-7/+12
* f2fs crypto: use per-inode tfm structureJaegeuk Kim2015-06-021-1/+1
* f2fs crypto: add symlink encryptionJaegeuk Kim2015-05-291-1/+4
* f2fs crypto: activate encryption support for fs APIsJaegeuk Kim2015-05-291-0/+4