aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2014-07-09f2fs: introduce f2fs_write_failed to handle error case when writeChao Yu
2014-07-09f2fs: arguments cleanup of finding file flow functionsGu Zheng
2014-07-09f2fs: remove the needless point-castGu Zheng
2014-07-09f2fs: remove the redundant validation check of aclGu Zheng
2014-07-09f2fs: reduce region of f2fs_lock_op covered for better concurrencyChao Yu
2014-07-09f2fs: replace count*size kzalloc by kcallocFabian Frederick
2014-07-09f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim
2014-07-09f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim
2014-07-09f2fs: support ->tmpfile()Chao Yu
2014-07-09f2fs: avoid to truncate non-updated page partiallyChao Yu
2014-07-09f2fs: avoid unneeded SetPageUptodate in f2fs_write_endChao Yu
2014-07-09f2fs: avoid to access NULL pointer in issue_flush_threadChao Yu
2014-07-09f2fs: check bdi->dirty_exceeded when trying to skip data writesJaegeuk Kim
2014-07-09f2fs: do checkpoint for the renamed inodeJaegeuk Kim
2014-07-09f2fs: release new entry page correctly in error path of f2fs_renameChao Yu
2014-07-09f2fs: fix error path in init_inode_metadataChao Yu
2014-07-09f2fs: check lower bound nid value in check_nid_rangeChao Yu
2014-07-09f2fs: remove unused variables in f2fs_sm_infoChao Yu
2014-06-23f2fs: fix not to allocate unnecessary blocks during fallocateJaegeuk Kim
2014-06-23f2fs: recover fallocated data and its i_size togetherJaegeuk Kim
2014-06-23f2fs: fix to report newly allocate region as extentJaegeuk Kim