aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu2-16/+6
2014-08-29f2fs: fix wrong casting for dentry nameJaegeuk Kim1-3/+4
2014-08-28f2fs: simplify by using a literalDan Carpenter1-1/+1
2014-08-25f2fs: truncate stale block for inline_dataJaegeuk Kim1-8/+12
2014-08-22f2fs: use macro for code readabilityChao Yu1-11/+10
2014-08-21f2fs: introduce need_do_checkpoint for readabilityChao Yu1-13/+21
2014-08-21f2fs: fix incorrect calculation with total/free inode numChao Yu2-3/+3
2014-08-21f2fs: remove rename and use rename2Jaegeuk Kim1-1/+0
2014-08-21f2fs: skip if inline_data was converted alreadyJaegeuk Kim1-1/+5
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim4-64/+0
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim5-9/+12
2014-08-21f2fs: prevent checkpoint during roll-forwardJaegeuk Kim1-0/+8
2014-08-21f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim1-1/+1
2014-08-21f2fs: handle EIO not to break fs consistencyJaegeuk Kim4-15/+48
2014-08-21f2fs: check s_dirty under cp_mutexJaegeuk Kim2-5/+6
2014-08-21f2fs: unlock_page when node page is redirtied outJaegeuk Kim1-2/+5
2014-08-21f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim4-4/+9
2014-08-21f2fs: give a chance to mount again when encountering errorsJaegeuk Kim1-1/+12
2014-08-21f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim3-1/+5
2014-08-19f2fs: don't skip checkpoint if there is no dirty node pagesJaegeuk Kim1-1/+1
2014-08-19f2fs: avoid bug_on when error is occurredJaegeuk Kim1-1/+2
2014-08-19f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim3-13/+11
2014-08-19f2fs: should clear the inline_xattr flagJaegeuk Kim1-8/+7
2014-08-19f2fs: clear FI_INC_LINK during the recoveryJaegeuk Kim1-1/+3
2014-08-19f2fs: fix the initial inode page for recoveryJaegeuk Kim1-0/+2
2014-08-19f2fs: make clear on test condition and return typesJaegeuk Kim2-6/+6
2014-08-19f2fs: should convert inline_data during the mkwriteJaegeuk Kim4-13/+22
2014-08-19f2fs: fix typoarter9715-30/+30
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu2-14/+6
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataChao Yu1-0/+2
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu1-0/+3
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu3-3/+4
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu1-0/+5
2014-07-30f2fs: reduce competition among node page writesChao Yu4-7/+7
2014-07-30f2fs: fix coding styleJaegeuk Kim2-3/+4
2014-07-30f2fs: remove redundant lines in allocate_data_blockDongho Sim1-3/+0
2014-07-30f2fs: add tracepoint for f2fs_issue_flushJaegeuk Kim1-0/+3
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim4-7/+23
2014-07-30f2fs: test before set/clear bitsJaegeuk Kim1-2/+4
2014-07-30f2fs: fix wrong condition for unlikelyJaegeuk Kim1-1/+1
2014-07-30f2fs: enable in-place-update for fdatasyncJaegeuk Kim3-0/+12
2014-07-30f2fs: skip unnecessary data writes during fsyncJaegeuk Kim1-0/+18
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim5-0/+53
2014-07-29f2fs: use radix_tree for ino managementJaegeuk Kim2-22/+28
2014-07-29f2fs: add infra for ino managementJaegeuk Kim4-44/+55
2014-07-29f2fs: punch the core function for inode managementJaegeuk Kim1-37/+44
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim4-1/+15
2014-07-25f2fs: fix to put root inode in error path of fill_superChao Yu1-1/+2
2014-07-25f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu1-2/+3
2014-07-25f2fs: support ->rename2()Chao Yu1-0/+164