summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)Author
2018-02-16don'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
2015-01-09f2fs: get rid of kzalloc in __recover_inline_statusChao Yu
2015-01-09f2fs: change atomic and volatile write policiesJaegeuk Kim
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim
2014-11-04f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim
2014-11-03f2fs: fix counting inline_data inode numbersJaegeuk Kim
2014-11-03f2fs: add stat info for inline_dentry inodesJaegeuk Kim
2014-11-03f2fs: use highmem for directory pagesJaegeuk Kim
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim
2014-10-06f2fs: support atomic writesJaegeuk Kim
2014-09-30f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim
2014-09-16f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim
2014-07-25f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu
2014-07-09f2fs: check lower bound nid value in check_nid_rangeChao Yu
2014-05-07f2fs: deactivate inode page if the inode is evictedJaegeuk Kim
2014-05-07f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen
2014-04-07Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-18f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim
2014-02-27f2fs: introduce large directory supportJaegeuk Kim
2014-02-17f2fs: update_inode_page should be done all the timeJaegeuk Kim
2014-01-20f2fs: clean checkpatch warningsChris Fries
2014-01-14f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong
2014-01-06f2fs: add the number of inline_data files to status infoJaegeuk Kim
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim
2013-10-18f2fs: fix to store and retrieve i_rdev correctlyJaegeuk Kim
2013-10-07f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng
2013-08-26f2fs: add flags for inline xattrsJaegeuk Kim