summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-3/+3
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-061-2/+2
* f2fs: report error for f2fs_parent_dirJaegeuk Kim2016-07-061-6/+9
* f2fs: return error of f2fs_lookupJaegeuk Kim2016-06-021-1/+4
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2016-06-021-0/+5
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-021-14/+1
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-021-7/+4
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-021-21/+9
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-021-9/+13
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-04-041-6/+6
|\ \
| * | f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2016-03-301-6/+6
| |/
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* f2fs: fix to avoid unneeded unlock_new_inodeChao Yu2016-03-171-3/+3
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2016-03-171-0/+23
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-171-31/+25
* f2fs: recovery missing dot dentries in root directoryLiu Xue2016-03-021-0/+7
* f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu2016-02-221-0/+21
* f2fs: detect error of update_dent_inode in ->renameChao Yu2016-02-221-2/+3
* f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu2016-02-221-38/+34
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-131-20/+39
|\
| * f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-11/+11
| * f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlinkChao Yu2015-12-311-0/+2
| * f2fs: fix to skip recovering dot dentries in a readonly fsChao Yu2015-12-301-0/+7