aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/f2fs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-27f2fs: introduce large directory supportJaegeuk Kim1-0/+2
2014-02-17f2fs: update_inode_page should be done all the timeJaegeuk Kim1-9/+14
2014-01-20f2fs: clean checkpatch warningsChris Fries1-4/+8
2014-01-14f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong1-1/+1
2014-01-06f2fs: add the number of inline_data files to status infoJaegeuk Kim1-0/+1
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim1-6/+2
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim1-1/+1
2013-10-18f2fs: fix to store and retrieve i_rdev correctlyJaegeuk Kim1-17/+32
2013-10-07f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng1-6/+5
2013-08-26f2fs: add flags for inline xattrsJaegeuk Kim1-0/+2
2013-08-19f2fs: avoid writing inode redundantly when creating a fileJin Xu1-3/+4
2013-08-06f2fs: fix a deadlock in fsyncJin Xu1-1/+1
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng1-2/+2
2013-06-14f2fs: avoid freqeunt write_inode callsJaegeuk Kim1-0/+4
2013-05-28f2fs: fix wrong condition checkJaegeuk Kim1-6/+0
2013-05-28f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim1-2/+1
2013-04-23f2fs: add tracepoints for sync & inode operationsNamjae Jeon1-3/+10
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim1-21/+27
2013-03-27f2fs: do not skip writing file meta during fsyncJaegeuk Kim1-1/+0
2013-03-20f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inodeNamjae Jeon1-1/+5
2013-02-12f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim1-33/+0
2013-02-12f2fs: add un/freeze_fs into super_operationsChangman Lee1-0/+2