aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim1-0/+7
2014-10-06f2fs: support atomic writesJaegeuk Kim1-3/+18
2014-09-30f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim1-0/+1
2014-09-30f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim1-6/+7
2014-09-30f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim1-1/+8
2014-09-30f2fs: introduce cp_control structureJaegeuk Kim1-1/+10
2014-09-23f2fs: remove redundant operation during roll-forward recoveryJaegeuk Kim1-1/+3
2014-09-23f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim1-3/+3
2014-09-23f2fs: use meta_inode cache to improve roll-forward speedJaegeuk Kim1-2/+4
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim1-0/+1
2014-09-16f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim1-11/+14
2014-09-09f2fs: use lock-less list(llist) to simplify the flush cmd managementGu Zheng1-5/+3
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu1-0/+11
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim1-10/+16
2014-09-09f2fs: retain inconsistency information to initiate fsck.f2fsJaegeuk Kim1-0/+1
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim1-4/+19
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim1-4/+0
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim1-1/+1
2014-08-21f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim1-1/+1
2014-08-21f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim1-0/+5
2014-08-21f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim1-0/+1
2014-08-19f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim1-1/+1
2014-08-19f2fs: make clear on test condition and return typesJaegeuk Kim1-1/+1
2014-08-19f2fs: should convert inline_data during the mkwriteJaegeuk Kim1-1/+1
2014-08-19f2fs: fix typoarter971-3/+3
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu1-0/+1
2014-07-30f2fs: reduce competition among node page writesChao Yu1-1/+1
2014-07-30f2fs: fix coding styleJaegeuk Kim1-1/+1
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim1-1/+1
2014-07-30f2fs: test before set/clear bitsJaegeuk Kim1-2/+4
2014-07-30f2fs: enable in-place-update for fdatasyncJaegeuk Kim1-0/+1
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim1-0/+7
2014-07-29f2fs: use radix_tree for ino managementJaegeuk Kim1-0/+1
2014-07-29f2fs: add infra for ino managementJaegeuk Kim1-6/+13
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim1-0/+1
2014-07-11f2fs: remove the unused stat_lockGu Zheng1-1/+0
2014-07-09f2fs: arguments cleanup of finding file flow functionsGu Zheng1-1/+1
2014-07-09f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu1-0/+2
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim1-1/+1
2014-07-09f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim1-0/+1
2014-07-09f2fs: check lower bound nid value in check_nid_rangeChao Yu1-1/+2
2014-07-09f2fs: remove unused variables in f2fs_sm_infoChao Yu1-3/+0
2014-06-08f2fs: support f2fs_fiemapJaegeuk Kim1-0/+1
2014-06-04f2fs: fix to recover data written by dioJaegeuk Kim1-0/+1
2014-06-04f2fs: large volume supportChangman Lee1-2/+11
2014-05-07f2fs: fix to truncate inline data in inode page when setattrChao Yu1-0/+1
2014-05-07f2fs: readahead multi pages of directory for performanceChao Yu1-0/+2
2014-05-07f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseekChao Yu1-0/+6
2014-05-07f2fs: introduce help function {create,destroy}_flush_cmd_controlGu Zheng1-1/+2
2014-05-07f2fs: introduce struct flush_cmd_control to wrap the flush_merge fieldsGu Zheng1-6/+11