summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-091-10/+16
* f2fs: retain inconsistency information to initiate fsck.f2fsJaegeuk Kim2014-09-091-0/+1
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-041-4/+19
* f2fs: remove rewrite_node_pageJaegeuk Kim2014-08-211-4/+0Star
* f2fs: avoid double lock in truncate_blocksJaegeuk Kim2014-08-211-1/+1
* f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim2014-08-211-1/+1
* f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim2014-08-211-0/+5
* f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim2014-08-211-0/+1
* f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim2014-08-191-1/+1
* f2fs: make clear on test condition and return typesJaegeuk Kim2014-08-191-1/+1
* f2fs: should convert inline_data during the mkwriteJaegeuk Kim2014-08-191-1/+1
* f2fs: fix typoarter972014-08-191-3/+3
* f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu2014-08-021-0/+1
* f2fs: reduce competition among node page writesChao Yu2014-07-311-1/+1
* f2fs: fix coding styleJaegeuk Kim2014-07-311-1/+1
* f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim2014-07-301-1/+1
* f2fs: test before set/clear bitsJaegeuk Kim2014-07-301-2/+4
* f2fs: enable in-place-update for fdatasyncJaegeuk Kim2014-07-301-0/+1
* f2fs: add info of appended or updated data writesJaegeuk Kim2014-07-291-0/+7
* f2fs: use radix_tree for ino managementJaegeuk Kim2014-07-291-0/+1
* f2fs: add infra for ino managementJaegeuk Kim2014-07-291-6/+13
* f2fs: add nobarrier mount optionJaegeuk Kim2014-07-291-0/+1
* f2fs: remove the unused stat_lockGu Zheng2014-07-121-1/+0Star
* f2fs: arguments cleanup of finding file flow functionsGu Zheng2014-07-091-1/+1
* f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu2014-07-091-0/+2
* f2fs: clean up an unused parameter and assignmentJaegeuk Kim2014-07-091-1/+1
* f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim2014-07-091-0/+1
* f2fs: check lower bound nid value in check_nid_rangeChao Yu2014-07-091-1/+2
* f2fs: remove unused variables in f2fs_sm_infoChao Yu2014-07-091-3/+0Star
* f2fs: support f2fs_fiemapJaegeuk Kim2014-06-081-0/+1
* f2fs: fix to recover data written by dioJaegeuk Kim2014-06-041-0/+1
* f2fs: large volume supportChangman Lee2014-06-041-2/+11
* f2fs: fix to truncate inline data in inode page when setattrChao Yu2014-05-071-0/+1
* f2fs: readahead multi pages of directory for performanceChao Yu2014-05-071-0/+2
* f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseekChao Yu2014-05-071-0/+6
* f2fs: introduce help function {create,destroy}_flush_cmd_controlGu Zheng2014-05-071-1/+2
* f2fs: introduce struct flush_cmd_control to wrap the flush_merge fieldsGu Zheng2014-05-071-6/+11
* f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim2014-05-071-0/+1
* f2fs: add available_nids to fix handling max_nid correctlyJaegeuk Kim2014-05-071-0/+1
* f2fs: add the flush_merge handle in the remount flowGu Zheng2014-05-071-0/+1
* f2fs: remove costly dirty_dir_inode operationsJaegeuk Kim2014-05-071-1/+2
* f2fs: avoid to conduct roll-forward due to the remained garbage blocksJaegeuk Kim2014-05-071-0/+1
* f2fs: introduce f2fs_issue_flush to avoid redundant flush issueJaegeuk Kim2014-04-071-0/+16
* f2fs: avoid unnecessary bio submit when wait page writebackChao Yu2014-04-011-1/+1
* f2fs: skip unnecessary node writes during fsyncJaegeuk Kim2014-03-201-0/+1
* f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim2014-03-201-0/+1
* f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim2014-03-201-0/+1
* f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim2014-03-181-0/+5
* f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu2014-03-181-0/+5
* f2fs: introduce f2fs_has_inline_xattr for better readabilityChao Yu2014-03-121-2/+7