summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
Commit message (Expand)AuthorAge
* f2fs: update i_flags correctlyChao Yu2017-09-05
* f2fs: support project quotaChao Yu2017-07-31
* f2fs: record quota during dot{,dot} recoveryChao Yu2017-07-31
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-07-31
* f2fs: support plain user/group quotaChao Yu2017-07-08
* f2fs: do not set LOST_PINO for renamed dirSheng Yong2017-07-07
* Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-05-08
|\
| * f2fs: fix fs corruption due to zero inode pageJaegeuk Kim2017-04-12
| * f2fs: cleanup the disk level filename updatingKinglong Mee2017-03-21
| * f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee2017-03-21
* | f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers2017-05-04
|/
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-01
|\
| * f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-01-29
| * f2fs: remove unneeded conditionDan Carpenter2017-01-29
* | fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-31
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-23
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-10-07
|\ \
| * | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-15
| |/
* | f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2016-09-30
* | f2fs: fix to detect temporary name of multimedia fileChao Yu2016-09-07
|/
* f2fs: fix to report error number of f2fs_find_entryChao Yu2016-07-20
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-08
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-06
* f2fs: report error for f2fs_parent_dirJaegeuk Kim2016-07-06
* f2fs: return error of f2fs_lookupJaegeuk Kim2016-06-02
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2016-06-02
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-02
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-02
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-02
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-04-04
|\ \
| * | f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2016-03-30
| |/
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* f2fs: fix to avoid unneeded unlock_new_inodeChao Yu2016-03-17
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2016-03-17
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-17
* f2fs: recovery missing dot dentries in root directoryLiu Xue2016-03-02
* f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu2016-02-22
* f2fs: detect error of update_dent_inode in ->renameChao Yu2016-02-22
* f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu2016-02-22