aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAge
* f2fs: introduce the number of inode entriesJaegeuk Kim2014-11-06
* f2fs: introduce -o fastboot for reducing booting time onlyJaegeuk Kim2014-11-04
* f2fs: avoid race condition in handling wait_ioJaegeuk Kim2014-11-04
* f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim2014-11-04
* f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bitGu Zheng2014-11-03
* f2fs: introduce f2fs_change_bit to simplify the change bit logicGu Zheng2014-11-03
* f2fs: remove the redundant function cond_clear_inode_flagGu Zheng2014-11-03
* f2fs: reuse make_empty_dir code for inline_dentryJaegeuk Kim2014-11-03
* f2fs: introduce f2fs_dentry_ptr structure for code clean-upJaegeuk Kim2014-11-03
* f2fs: reuse core function in f2fs_readdir for inline_dentryJaegeuk Kim2014-11-03
* f2fs: add stat info for inline_dentry inodesJaegeuk Kim2014-11-03
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-03
* f2fs: reuse find_in_block code for find_in_inline_dirJaegeuk Kim2014-11-03
* f2fs: reuse room_for_filename for inline dentry operationJaegeuk Kim2014-11-03
* f2fs: add key function to handle inline dirChao Yu2014-11-03
* f2fs: export dir operations for inline dirChao Yu2014-11-03
* f2fs: add infra struct and helper for inline dirChao Yu2014-11-03
* f2fs: invalidate inmemory pageJaegeuk Kim2014-11-03
* f2fs: do not make dirty any inmemory pagesJaegeuk Kim2014-11-03
* f2fs: support volatile operations for transient dataJaegeuk Kim2014-10-07
* f2fs: support atomic writesJaegeuk Kim2014-10-06
* f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim2014-09-30
* f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim2014-09-30
* f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim2014-09-30
* f2fs: introduce cp_control structureJaegeuk Kim2014-09-30
* f2fs: remove redundant operation during roll-forward recoveryJaegeuk Kim2014-09-23
* f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim2014-09-23
* f2fs: use meta_inode cache to improve roll-forward speedJaegeuk Kim2014-09-23
* f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim2014-09-16
* f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim2014-09-16
* f2fs: use lock-less list(llist) to simplify the flush cmd managementGu Zheng2014-09-09
* f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu2014-09-09
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-09
* f2fs: retain inconsistency information to initiate fsck.f2fsJaegeuk Kim2014-09-09
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-03
* f2fs: remove rewrite_node_pageJaegeuk Kim2014-08-21
* f2fs: avoid double lock in truncate_blocksJaegeuk Kim2014-08-21
* f2fs: add WARN_ON in f2fs_bug_onJaegeuk Kim2014-08-21
* f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim2014-08-21
* f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim2014-08-21
* f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim2014-08-19
* f2fs: make clear on test condition and return typesJaegeuk Kim2014-08-19
* f2fs: should convert inline_data during the mkwriteJaegeuk Kim2014-08-19
* f2fs: fix typoarter972014-08-19
* f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu2014-08-02
* f2fs: reduce competition among node page writesChao Yu2014-07-31
* f2fs: fix coding styleJaegeuk Kim2014-07-30
* f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim2014-07-30
* f2fs: test before set/clear bitsJaegeuk Kim2014-07-30
* f2fs: enable in-place-update for fdatasyncJaegeuk Kim2014-07-30