aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+16
2026-04-13f2fs: disallow setting an extension to both cold and hotYongpeng Yang1-0/+15
2026-03-24f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-4/+4
2026-01-07f2fs: trace elapsed time for cp_rwsem lockChao Yu1-28/+37
2025-12-09Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+24
2025-12-04f2fs: Add sanity checks before unlinking and loading inodesNikola Z. Ivanov1-5/+12
2025-12-04f2fs: Rename f2fs_unlink exit labelNikola Z. Ivanov1-7/+7
2025-12-04f2fs: change the unlock parameter of f2fs_put_page to boolYongpeng Yang1-2/+2
2025-12-04f2fs: invalidate dentry cache on failed whiteout creationDeepanshu Kartikey1-2/+4
2025-10-20f2fs: use the new ->i_state accessorsMateusz Guzik1-2/+2
2025-07-22f2fs: Use a folio in f2fs_encrypted_get_link()Matthew Wilcox (Oracle)1-6/+6
2025-05-28f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu1-4/+4
2025-04-28f2fs: Pass a folio to f2fs_set_link()Matthew Wilcox (Oracle)1-6/+6
2025-04-28f2fs: Pass a folio to f2fs_delete_entry()Matthew Wilcox (Oracle)1-2/+2
2025-04-28f2fs: Pass a folio to f2fs_parent_dir()Matthew Wilcox (Oracle)1-17/+17
2025-04-28f2fs: Pass a folio to f2fs_find_entry()Matthew Wilcox (Oracle)1-35/+35
2025-04-28f2fs: Pass a folio to __f2fs_find_entry()Matthew Wilcox (Oracle)1-5/+5
2025-04-14f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+8
2025-02-28f2fs: add check for deleted inodeLeo Stone1-0/+8
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-7/+7
2025-01-21f2fs: avoid trying to get invalid block addressJaegeuk Kim1-0/+1
2024-09-11f2fs: get rid of online repaire on corrupted directoryChao Yu1-68/+0
2024-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+11
2024-07-10f2fs: clean up F2FS_I()Chao Yu1-9/+11
2024-06-07f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi1-6/+4
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+21
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi1-1/+0
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu1-8/+17
2024-02-05f2fs: remove unnecessary f2fs_put_page in f2fs_renameJaegeuk Kim1-7/+4
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+14
2023-11-28f2fs: introduce tracepoint for f2fs_rename()Chao Yu1-5/+11
2023-11-28f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2023-11-25f2fs: Avoid reading renamed directory if parent does not changeJan Kara1-7/+8
2023-11-17f2fs: clean up w/ dotdot_nameChao Yu1-3/+2
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton1-6/+6
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+23
2023-06-26f2fs: compress tmp files given extensionJaegeuk Kim1-7/+21
2023-06-12f2fs: fix args passed to trace_f2fs_lookup_endWu Bo1-2/+2
2023-06-02Revert "f2fs: fix potential corruption when moving a directory"Jan Kara1-15/+1
2023-04-12f2fs: fix potential corruption when moving a directoryJaegeuk Kim1-1/+15
2023-04-04f2fs: convert is_extension_exist() to return bool typeYangtao Li1-6/+6
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+1
2023-02-07f2fs: fix typos in commentsJinyoung CHOI1-1/+1
2023-01-31f2fs: remove unneeded f2fs_cp_error() in f2fs_create_whiteout()Chao Yu1-3/+0
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-22/+16
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-18f2fs: project ids aren't idmappedChristian Brauner1-1/+1
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-199/+192
2022-12-12f2fs: allocate the extent_cache by defaultJaegeuk Kim1-2/+2
2022-11-28f2fs: move set_file_temperature into f2fs_new_inodeSheng Yong1-33/+29
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesSheng Yong1-166/+163
2022-10-25f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim1-2/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-5/+8
2022-06-19f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-9/+19
2022-04-25f2fs: fix to do sanity check on inline_dots inodeChao Yu1-0/+7
2022-04-25f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim1-3/+0
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-37/+41
2022-03-17f2fs: remove redundant parameter judgmentWang Xiaojun1-2/+1
2022-02-12f2fs: support idmapped mountsChao Yu1-18/+23
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-17/+17
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-2/+2
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-15/+15
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim1-1/+1
2021-07-25f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+11
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang1-5/+15
2021-05-26f2fs: compress: fix to disallow temp extensionChao Yu1-4/+12
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12f2fs: convert to fileattrMiklos Szeredi1-0/+2
2021-04-10f2fs: clean up build warningsYi Zhuang1-0/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+13
2021-01-27f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu1-0/+8
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-9/+12
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-0/+1
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-1/+6
2020-09-14f2fs: clean up kvfreeChao Yu1-1/+1
2020-07-26f2fs: space related cleanupJack Qiu1-4/+4
2020-07-07f2fs: make trace enter and end in pairs for unlinkLihong Kou1-4/+6
2020-05-28f2fs: fix wrong value of tracepoint parameterChao Yu1-1/+2
2020-05-26f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu1-8/+0
2020-05-11f2fs: remove redundant assignment to variable errColin Ian King1-1/+1
2020-05-11f2fs: rework filename handlingEric Biggers1-3/+3
2020-03-30f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()Chao Yu1-6/+0
2020-03-30f2fs: clean up f2fs_may_encrypt()Chao Yu1-3/+1
2020-03-10f2fs: fix inconsistent commentsChao Yu1-1/+1
2020-01-17f2fs: convert inline_dir early before starting renameJaegeuk Kim1-23/+14
2020-01-17f2fs: support data compressionChao Yu1-0/+51
2020-01-15f2fs: don't put new_page twice in f2fs_renameJaegeuk Kim1-3/+4
2020-01-15f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim1-14/+13
2019-11-07f2fs: fix to update dir's i_pino during cross_renameChao Yu1-3/+12
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu1-22/+14
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg1-0/+21
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu1-0/+4
2019-08-23f2fs: support fiemap() for directory inodeChao Yu1-0/+1
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-6/+4
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-05-08f2fs: mark is_extension_exist() inlinePark Ju Hyung1-1/+1
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-7/+10
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-1/+2
2019-03-12f2fs: give random value to i_generationJaegeuk Kim1-1/+2
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-3/+3
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-1/+1
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu1-3/+3
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-4/+0
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu1-0/+2
2018-10-16f2fs: update REQ_TIME in f2fs_cross_rename()Sahitya Tummala1-0/+4
2018-10-16f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Chao Yu1-7/+10
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-0/+19
2018-09-26f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim1-2/+4
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-07-28f2fs: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-07-27f2fs: use timespec64 for inode timestampsArnd Bergmann1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann1-2/+2
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-30/+37
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-31f2fs: clean up symbol namespaceChao Yu1-27/+28
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeChao Yu1-0/+3
2018-05-31f2fs: enforce fsync_mode=strict for renamed directoryJaegeuk Kim1-1/+4
2018-05-31f2fs: introduce private inode status mappingChao Yu1-3/+3
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-05-02f2fs: call unlock_new_inode() before d_instantiate()Eric Biggers1-4/+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-19/+58
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-25f2fs: support inode creation timeChao Yu1-1/+2
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong1-2/+2
2018-01-11f2fs: switch to fscrypt_get_symlink()Eric Biggers1-57/+9
2018-01-11f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers1-50/+16
2018-01-02f2fs: recover directory operations by fsyncJaegeuk Kim1-0/+4
2018-01-02f2fs: inject fault to kzallocChao Yu1-1/+1
2018-01-02f2fs: switch to fscrypt_prepare_lookup()Eric Biggers1-14/+3
2018-01-02f2fs: switch to fscrypt_prepare_rename()Eric Biggers1-24/+7
2018-01-02f2fs: switch to fscrypt_prepare_link()Eric Biggers1-3/+3
2017-11-05f2fs: support flexible inline xattr sizeChao Yu1-0/+13
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim1-0/+9
2017-11-05f2fs: 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-07-31f2fs: support project quotaChao Yu1-0/+31
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu1-0/+4
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu1-0/+5
2017-07-08f2fs: 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-21f2fs: 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-01Merge 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
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-2/+2
2016-12-17Merge 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-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-12/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-12/+0
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+3
2016-09-30f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers1-2/+0
2016-09-27fs: 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-15fscrypto: make filename crypto functions return 0 on successEric Biggers1-3/+3
2016-09-07f2fs: fix to detect temporary name of multimedia fileChao Yu1-4/+9
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu1-11/+35
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-3/+3
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim1-2/+2
2016-07-06f2fs: report error for f2fs_parent_dirJaegeuk Kim1-6/+9
2016-06-02f2fs: return error of f2fs_lookupJaegeuk Kim1-1/+4
2016-06-02f2fs: propagate error given by f2fs_find_entryJaegeuk Kim1-0/+5
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-14/+1
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-7/+4
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim1-21/+9
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-9/+13
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-6/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2