aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu1-1/+1
2014-12-08f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu1-6/+6
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim1-1/+2
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim1-0/+7
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim1-1/+1
2014-11-23f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim1-0/+6
2014-11-19f2fs: introduce struct inode_management to wrap inner fieldsChao Yu1-5/+9
2014-11-06f2fs: introduce the number of inode entriesJaegeuk Kim1-1/+1
2014-11-04f2fs: introduce -o fastboot for reducing booting time onlyJaegeuk Kim1-0/+1
2014-11-04f2fs: avoid race condition in handling wait_ioJaegeuk Kim1-1/+0
2014-11-04f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim1-3/+21
2014-11-03f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bitGu Zheng1-2/+2
2014-11-03f2fs: introduce f2fs_change_bit to simplify the change bit logicGu Zheng1-0/+9
2014-11-03f2fs: remove the redundant function cond_clear_inode_flagGu Zheng1-9/+0
2014-11-03f2fs: reuse make_empty_dir code for inline_dentryJaegeuk Kim1-0/+2
2014-11-03f2fs: introduce f2fs_dentry_ptr structure for code clean-upJaegeuk Kim1-5/+30
2014-11-03f2fs: reuse core function in f2fs_readdir for inline_dentryJaegeuk Kim1-0/+3
2014-11-03f2fs: add stat info for inline_dentry inodesJaegeuk Kim1-2/+14
2014-11-03f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim1-1/+1
2014-11-03f2fs: reuse find_in_block code for find_in_inline_dirJaegeuk Kim1-1/+2
2014-11-03f2fs: reuse room_for_filename for inline dentry operationJaegeuk Kim1-0/+1
2014-11-03f2fs: add key function to handle inline dirChao Yu1-0/+9
2014-11-03f2fs: export dir operations for inline dirChao Yu1-1/+9
2014-11-03f2fs: add infra struct and helper for inline dirChao Yu1-2/+19
2014-11-03f2fs: invalidate inmemory pageJaegeuk Kim1-0/+1
2014-11-03f2fs: do not make dirty any inmemory pagesJaegeuk Kim1-0/+1
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