aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-25f2fs: add f2fs_balance_fs for direct IOHuang Ying1-1/+3
2014-07-15f2fs: reduce searching region of segmap when free sectionChao Yu1-2/+2
2014-07-11f2fs: remove the unused stat_lockGu Zheng1-1/+0
2014-07-11f2fs: cleanup the needless return of f2fs_create_root_statsGu Zheng1-12/+5
2014-07-10f2fs: check name_len of dir entry to prevent from deadloopChao Yu1-0/+7
2014-07-09f2fs: use inner macro and function to clean up codesChao Yu3-11/+8
2014-07-09f2fs: introduce f2fs_write_failed to handle error case when writeChao Yu1-11/+31
2014-07-09f2fs: arguments cleanup of finding file flow functionsGu Zheng3-17/+17