aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2014-08-21f2fs: fix incorrect calculation with total/free inode numChao Yu
2014-08-21f2fs: remove rename and use rename2Jaegeuk Kim
2014-08-21f2fs: skip if inline_data was converted alreadyJaegeuk Kim
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim
2014-08-21f2fs: prevent checkpoint during roll-forwardJaegeuk Kim
2014-08-21f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim
2014-08-21f2fs: handle EIO not to break fs consistencyJaegeuk Kim
2014-08-21f2fs: check s_dirty under cp_mutexJaegeuk Kim
2014-08-21f2fs: unlock_page when node page is redirtied outJaegeuk Kim
2014-08-21f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim
2014-08-21f2fs: give a chance to mount again when encountering errorsJaegeuk Kim
2014-08-21f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim
2014-08-19f2fs: don't skip checkpoint if there is no dirty node pagesJaegeuk Kim
2014-08-19f2fs: avoid bug_on when error is occurredJaegeuk Kim
2014-08-19f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim
2014-08-19f2fs: should clear the inline_xattr flagJaegeuk Kim
2014-08-19f2fs: clear FI_INC_LINK during the recoveryJaegeuk Kim
2014-08-19f2fs: fix the initial inode page for recoveryJaegeuk Kim
2014-08-19f2fs: make clear on test condition and return typesJaegeuk Kim
2014-08-19f2fs: should convert inline_data during the mkwriteJaegeuk Kim
2014-08-19f2fs: fix typoarter97
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataChao Yu
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu
2014-07-30f2fs: reduce competition among node page writesChao Yu
2014-07-30f2fs: fix coding styleJaegeuk Kim
2014-07-30f2fs: remove redundant lines in allocate_data_blockDongho Sim
2014-07-30f2fs: add tracepoint for f2fs_issue_flushJaegeuk Kim
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim
2014-07-30f2fs: test before set/clear bitsJaegeuk Kim
2014-07-30f2fs: fix wrong condition for unlikelyJaegeuk Kim
2014-07-30f2fs: enable in-place-update for fdatasyncJaegeuk Kim
2014-07-30f2fs: skip unnecessary data writes during fsyncJaegeuk Kim
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim
2014-07-29f2fs: use radix_tree for ino managementJaegeuk Kim
2014-07-29f2fs: add infra for ino managementJaegeuk Kim
2014-07-29f2fs: punch the core function for inode managementJaegeuk Kim
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim
2014-07-25f2fs: fix to put root inode in error path of fill_superChao Yu
2014-07-25f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu
2014-07-25f2fs: support ->rename2()Chao Yu
2014-07-25f2fs: add f2fs_balance_fs for direct IOHuang Ying
2014-07-15f2fs: reduce searching region of segmap when free sectionChao Yu
2014-07-11f2fs: remove the unused stat_lockGu Zheng
2014-07-11f2fs: cleanup the needless return of f2fs_create_root_statsGu Zheng
2014-07-10f2fs: check name_len of dir entry to prevent from deadloopChao Yu
2014-07-09f2fs: use inner macro and function to clean up codesChao Yu