summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-8/+4
* f2fs: introduce a new mount option test_dummy_encryptionSheng Yong2018-03-171-3/+6
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-3/+3
* f2fs: introduce mount option for fsync modeJunling Zheng2018-03-171-3/+6
* f2fs: support hot file extensionChao Yu2018-03-131-20/+59
* f2fs: expose extension_list sysfs entryChao Yu2018-03-131-3/+39
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-131-24/+8
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-041-107/+25
|\
| * f2fs: switch to fscrypt_get_symlink()Eric Biggers2018-01-111-57/+9
| * f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-111-50/+16
* | f2fs: support inode creation timeChao Yu2018-01-251-1/+2
* | f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong2018-01-181-2/+2
* | f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-021-0/+4
* | f2fs: inject fault to kzallocChao Yu2018-01-021-1/+1
* | f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-021-14/+3
* | f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-021-24/+7
* | f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-01-021-3/+3
|/
* f2fs: support flexible inline xattr sizeChao Yu2017-11-051-0/+13
* f2fs: add missing quota_initializeJaegeuk Kim2017-11-051-0/+9
* f2fs: stop all the operations by cp_error flagJaegeuk Kim2017-11-051-0/+30
* f2fs: trace f2fs_lookupChao Yu2017-10-261-17/+32
* f2fs: update i_flags correctlyChao Yu2017-09-051-0/+3
* f2fs: support project quotaChao Yu2017-07-311-0/+31
* f2fs: record quota during dot{,dot} recoveryChao Yu2017-07-311-0/+4
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-07-311-0/+5
* f2fs: support plain user/group quotaChao Yu2017-07-081-1/+65
* f2fs: do not set LOST_PINO for renamed dirSheng Yong2017-07-071-1/+4
* Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-05-081-41/+12
|\
| * f2fs: fix fs corruption due to zero inode pageJaegeuk Kim2017-04-121-10/+10
| * f2fs: cleanup the disk level filename updatingKinglong Mee2017-03-211-29/+0
| * f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee2017-03-211-2/+2
* | f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers2017-05-041-3/+4
|/
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-011-3/+15
|\
| * f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-01-291-0/+12
| * f2fs: remove unneeded conditionDan Carpenter2017-01-291-3/+3
* | fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-311-2/+2
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-2/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0
* | f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-231-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-7/+7
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-6/+6
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-12/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-12/+0
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-10-071-3/+3
|\ \
| * | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-151-3/+3
| |/
* | f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2016-09-301-2/+0
* | f2fs: fix to detect temporary name of multimedia fileChao Yu2016-09-071-4/+9
|/
* f2fs: fix to report error number of f2fs_find_entryChao Yu2016-07-201-11/+35