aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-4/+1
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu1-1/+1
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim1-2/+2
2016-02-22f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim1-0/+4
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-13/+15
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim1-1/+1
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim1-9/+10
2015-12-30f2fs: load largest extent all the timeJaegeuk Kim1-1/+2
2015-12-16f2fs: record dirty status of regular/symlink inodeChao Yu1-1/+1
2015-12-15f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-10-09f2fs: no need to lock for update_inode_page all the timeJaegeuk Kim1-6/+2
2015-08-24f2fs: fix to release inode correctlyChao Yu1-7/+46
2015-08-24f2fs: atomically set inode->i_flagsZhang Zhen1-3/+2
2015-08-05f2fs: fix inline data/dentry stat number leakChao Yu1-2/+0
2015-08-05f2fs: fix double lock in handle_failed_inodeChao Yu1-2/+2
2015-08-05f2fs: stat inline xattr inode numberChao Yu1-0/+2
2015-08-04f2fs: use extent_cache by defaultJaegeuk Kim1-10/+8
2015-08-04f2fs: avoid to use failed inode immediatelyJaegeuk Kim1-7/+12
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim1-1/+1
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim1-1/+4
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim1-0/+4
2015-04-10f2fs: fix sparse warningsJaegeuk Kim1-1/+3
2015-04-10f2fs: preserve extent info for extent cacheChao Yu1-0/+5
2015-04-10f2fs: initialize extent tree with on-disk extent info of inodeChao Yu1-3/+1
2015-04-10f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim1-0/+10
2015-03-03f2fs: enable rb-tree extent cacheChao Yu1-0/+1
2015-03-03f2fs: move ext_lock out of struct extent_infoChao Yu1-0/+7
2015-01-09f2fs: get rid of kzalloc in __recover_inline_statusChao Yu1-21/+14
2015-01-09f2fs: change atomic and volatile write policiesJaegeuk Kim1-1/+1
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim1-2/+4
2014-11-04f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim1-1/+32
2014-11-03f2fs: fix counting inline_data inode numbersJaegeuk Kim1-2/+2
2014-11-03f2fs: add stat info for inline_dentry inodesJaegeuk Kim1-0/+3
2014-11-03f2fs: use highmem for directory pagesJaegeuk Kim1-1/+1
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim1-1/+1
2014-10-06f2fs: support atomic writesJaegeuk Kim1-0/+4
2014-09-30f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim1-0/+23
2014-09-16f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim1-1/+1
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim1-1/+1
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim1-4/+4
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu1-0/+3
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim1-0/+4
2014-07-25f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu1-2/+3
2014-07-09f2fs: check lower bound nid value in check_nid_rangeChao Yu1-0/+1
2014-05-07f2fs: deactivate inode page if the inode is evictedJaegeuk Kim1-0/+1
2014-05-07f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen1-8/+9
2014-04-07Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-10/+17
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-18f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim1-1/+1