summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim
2014-10-06f2fs: support atomic writesJaegeuk Kim
2014-09-30f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim
2014-09-30f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim
2014-09-30f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim
2014-09-30f2fs: introduce cp_control structureJaegeuk Kim
2014-09-23f2fs: remove redundant operation during roll-forward recoveryJaegeuk Kim
2014-09-23f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim
2014-09-23f2fs: use meta_inode cache to improve roll-forward speedJaegeuk Kim
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim
2014-09-16f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim
2014-09-09f2fs: use lock-less list(llist) to simplify the flush cmd managementGu Zheng
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim
2014-09-09f2fs: retain inconsistency information to initiate fsck.f2fsJaegeuk Kim
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim
2014-08-21f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim
2014-08-21f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim
2014-08-21f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim
2014-08-19f2fs: fix to recover inline_xattr/data and blocksJaegeuk 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-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu
2014-07-30f2fs: reduce competition among node page writesChao Yu
2014-07-30f2fs: fix coding styleJaegeuk 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: enable in-place-update for fdatasyncJaegeuk 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: add nobarrier mount optionJaegeuk Kim
2014-07-11f2fs: remove the unused stat_lockGu Zheng
2014-07-09f2fs: arguments cleanup of finding file flow functionsGu Zheng
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: check lower bound nid value in check_nid_rangeChao Yu
2014-07-09f2fs: remove unused variables in f2fs_sm_infoChao Yu
2014-06-08f2fs: support f2fs_fiemapJaegeuk Kim
2014-06-04f2fs: fix to recover data written by dioJaegeuk Kim
2014-06-04f2fs: large volume supportChangman Lee
2014-05-07f2fs: fix to truncate inline data in inode page when setattrChao Yu
2014-05-07f2fs: readahead multi pages of directory for performanceChao Yu
2014-05-07f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseekChao Yu
2014-05-07f2fs: introduce help function {create,destroy}_flush_cmd_controlGu Zheng
2014-05-07f2fs: introduce struct flush_cmd_control to wrap the flush_merge fieldsGu Zheng