summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionSheng Yong1-3/+6
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-3/+3
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng1-3/+6
2018-03-13f2fs: support hot file extensionChao Yu1-20/+59
2018-03-13f2fs: expose extension_list sysfs entryChao Yu1-3/+39
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song1-24/+8
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-107/+25
2018-01-26f2fs: support inode creation timeChao Yu1-1/+2
2018-01-19f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong1-2/+2
2018-01-12f2fs: switch to fscrypt_get_symlink()Eric Biggers1-57/+9
2018-01-12f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers1-50/+16
2018-01-03f2fs: recover directory operations by fsyncJaegeuk Kim1-0/+4
2018-01-03f2fs: inject fault to kzallocChao Yu1-1/+1
2018-01-03f2fs: switch to fscrypt_prepare_lookup()Eric Biggers1-14/+3
2018-01-03f2fs: switch to fscrypt_prepare_rename()Eric Biggers1-24/+7
2018-01-03f2fs: switch to fscrypt_prepare_link()Eric Biggers1-3/+3
2017-11-06f2fs: support flexible inline xattr sizeChao Yu1-0/+13
2017-11-06f2fs: add missing quota_initializeJaegeuk Kim1-0/+9
2017-11-06f2fs: stop all the operations by cp_error flagJaegeuk Kim1-0/+30
2017-10-26f2fs: trace f2fs_lookupChao Yu1-17/+32
2017-09-05f2fs: update i_flags correctlyChao Yu1-0/+3
2017-08-01f2fs: support project quotaChao Yu1-0/+31
2017-08-01f2fs: record quota during dot{,dot} recoveryChao Yu1-0/+4
2017-08-01f2fs: enhance on-disk inode structure scalabilityChao Yu1-0/+5
2017-07-09f2fs: support plain user/group quotaChao Yu1-1/+65
2017-07-07f2fs: do not set LOST_PINO for renamed dirSheng Yong1-1/+4
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-41/+12
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers1-3/+4
2017-04-12f2fs: fix fs corruption due to zero inode pageJaegeuk Kim1-10/+10
2017-03-22f2fs: cleanup the disk level filename updatingKinglong Mee1-29/+0
2017-03-21f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee1-2/+2
2017-03-02Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-3/+15
2017-01-29f2fs: don't allow encrypted operations without keysJaegeuk Kim1-0/+12
2017-01-29f2fs: remove unneeded conditionDan Carpenter1-3/+3
2017-01-01fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-2/+2
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-2/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-3/+3
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-12/+0
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-12/+0
2016-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+3
2016-10-01f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers1-2/+0
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-6/+6
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-16fscrypto: make filename crypto functions return 0 on successEric Biggers1-3/+3
2016-09-08f2fs: fix to detect temporary name of multimedia fileChao Yu1-4/+9
2016-07-21f2fs: fix to report error number of f2fs_find_entryChao Yu1-11/+35