aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-23f2fs: fix multiple f2fs_add_link() calls having same nameGravatar Jaegeuk Kim 1-5/+29
2016-11-23f2fs: report error of f2fs_fill_dentriesGravatar Chao Yu 1-9/+12
2016-11-23f2fs: keep dirty inodes selectively for checkpointGravatar Jaegeuk Kim 1-3/+3
2016-11-23f2fs: fix sparse warningsGravatar Eric Biggers 1-1/+1
2016-11-23f2fs: give a chance to detach from dirty listGravatar Chao Yu 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+3
2016-09-30f2fs: support configuring fault injection per superblockGravatar Chao Yu 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-4/+4
2016-09-22f2fs: make f2fs_filetype_table staticGravatar Chao Yu 1-1/+1
2016-09-15fscrypto: make filename crypto functions return 0 on successGravatar Eric Biggers 1-3/+3
2016-09-07f2fs: set dentry bits on random location in memoryGravatar Jaegeuk Kim 1-1/+1
2016-09-07f2fs: add roll-forward recovery process for encrypted dentryGravatar Shuoran Liu 1-30/+49
2016-09-07f2fs crypto: avoid unneeded memory allocation in ->readdirGravatar Chao Yu 1-7/+0
2016-09-07f2fs: fix to do security initialization of encrypted inode with original file...Gravatar Chao Yu 1-8/+13
2016-08-29f2fs: fix a bug when using namehash to locate dentry bucketGravatar Shuoran Liu 1-1/+4
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2016-07-30qstr: constify instances in f2fsGravatar Al Viro 1-2/+2
2016-07-20f2fs: fix to report error number of f2fs_find_entryGravatar Chao Yu 1-5/+5
2016-07-08f2fs: avoid mark_inode_dirtyGravatar Jaegeuk Kim 1-3/+3
2016-07-06f2fs: call update_inode_page for orphan inodesGravatar Jaegeuk Kim 1-1/+1
2016-06-15f2fs: find parent dentry correctlyGravatar Sheng Yong 1-15/+2
2016-06-13f2fs: fix deadlock in add_link failureGravatar Jaegeuk Kim 1-3/+0
2016-06-07f2fs: remove deprecated parameterGravatar Jaegeuk Kim 1-2/+2
2016-06-02f2fs: return error of f2fs_lookupGravatar Jaegeuk Kim 1-1/+1
2016-06-02f2fs: propagate error given by f2fs_find_entryGravatar Jaegeuk Kim 1-7/+16
2016-06-02f2fs: remove syncing inode page in all the casesGravatar Jaegeuk Kim 1-21/+3
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesGravatar Jaegeuk Kim 1-7/+7
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncGravatar Jaegeuk Kim 1-5/+5
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncGravatar Jaegeuk Kim 1-1/+1
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagGravatar Jaegeuk Kim 1-11/+11
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-59/+69
2016-05-10f2fs: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-05-07f2fs: revisit error handling flowsGravatar Jaegeuk Kim 1-8/+12
2016-05-07f2fs: inject ENOSPC failuresGravatar Jaegeuk Kim 1-0/+4
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocGravatar Jaegeuk Kim 1-1/+1
2016-04-27f2fs: fix to return 0 if err == -ENOENT in f2fs_readdirGravatar Yunlong Song 1-0/+1
2016-04-27f2fs: be aware of invalid filename lengthGravatar Chao Yu 1-9/+5
2016-04-15f2fs: fix to convert inline directory correctlyGravatar Chao Yu 1-41/+46
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-17f2fs: clean up opened code with f2fs_update_dentryGravatar Chao Yu 1-16/+6
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openGravatar Jaegeuk Kim 1-1/+1
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoGravatar Jaegeuk Kim 1-22/+22
2016-02-22f2fs crypto: make sure the encryption info is initialized on opendir(2)Gravatar Chao Yu 1-0/+8
2016-02-22f2fs: avoid garbage lenghs in dentriesGravatar Jaegeuk Kim 1-1/+11
2016-02-22f2fs: use wait_for_stable_page to avoid contentionGravatar Jaegeuk Kim 1-4/+4
2016-01-11f2fs: detect idle time depending on user behaviorGravatar Jaegeuk Kim 1-0/+4
2015-12-31f2fs: remove f2fs_bug_on in terms of max_depthGravatar Jaegeuk Kim 1-2/+8
2015-12-16f2fs: record dirty status of regular/symlink inodeGravatar Chao Yu 1-1/+1
2015-12-04f2fs: clean up error path in f2fs_readdirGravatar Chao Yu 1-8/+5