summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c (follow)
Commit message (Expand)AuthorAge
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2019-01-26
* f2fs: fix to do sanity check with block address in main areaChao Yu2019-01-26
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2019-01-26
* f2fs: Add sanity_check_inode() functionBen Hutchings2019-01-26
* f2fs: introduce and spread verify_blkaddrChao Yu2019-01-26
* f2fs: clean up with is_valid_blkaddr()Chao Yu2019-01-26
* don't put symlink bodies in pagecache into highmemAl Viro2018-02-16
* 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
* f2fs: support volatile operations for transient dataJaegeuk Kim2014-10-07
* f2fs: support atomic writesJaegeuk Kim2014-10-06
* f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim2014-09-30
* f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim2014-09-16
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-09
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-03
* f2fs: invalidate xattr node page when evict inodeChao Yu2014-08-04
* f2fs: add info of appended or updated data writesJaegeuk Kim2014-07-29
* f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu2014-07-25
* f2fs: check lower bound nid value in check_nid_rangeChao Yu2014-07-09
* f2fs: deactivate inode page if the inode is evictedJaegeuk Kim2014-05-07
* f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen2014-05-07
* Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2014-04-07
|\
| * f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim2014-03-18
| * f2fs: introduce large directory supportJaegeuk Kim2014-02-27
| * f2fs: update_inode_page should be done all the timeJaegeuk Kim2014-02-17
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* f2fs: clean checkpatch warningsChris Fries2014-01-20
* f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong2014-01-14