aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi1-1/+0
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2023-12-21ext4_add_entry(): ->d_name.len is never 0Al Viro1-2/+0
2023-11-25ext4: don't access the source subdirectory content on same-directory renameAl Viro1-8/+13
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2023-10-18ext4: convert to new timestamp accessorsJeff Layton1-5/+5
2023-10-05ext4: fix incorrect offsetWang Jianjian1-2/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+15
2023-09-14ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+10
2023-08-27ext4: remove redundant checks of s_encodingEric Biggers1-3/+3
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-4/+4
2023-07-24ext4: convert to ctime accessor functionsJeff Layton1-14/+12
2023-06-02ext4: Remove ext4 locking of moved directoryJan Kara1-15/+2
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o1-16/+37
2023-03-17ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+1
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+24
2023-03-07ext4: Fix deadlock during directory renameJan Kara1-9/+17
2023-03-07ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney1-6/+7
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+10
2023-02-25ext4: Fix possible corruption when moving a directoryJan Kara1-1/+10
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-16/+10
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
2022-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-20/+27
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2022-12-08ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2022-12-08ext4: don't set up encryption key during jbd2 transactionEric Biggers1-20/+24
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+9
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2022-09-30ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng1-5/+10
2022-09-29ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-08-02ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-02ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-02ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-06-18ext4: make variable "count" signedDing Xiang1-1/+2
2022-05-24ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-05-24ext4: verify dir block before splitting itJan Kara1-11/+21
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi1-68/+55
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi1-2/+1
2022-05-11ext4: remove unnecessary type castingsYu Zhe1-2/+2
2022-04-12ext4: fix use-after-free in ext4_search_dirYe Bin1-2/+2
2022-03-15ext4: return early for non-eligible fast_commit track eventsRitesh Harjani1-4/+11
2022-03-02ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin1-5/+5
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-2/+2
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-6/+6
2021-11-04ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang1-1/+1
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara1-182/+0
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-14/+26
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o1-1/+1
2021-06-22ext4: remove set but rewrite variablesTian Tao1-1/+1
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg1-2/+4
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-64/+181
2021-04-22ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik1-2/+22
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12ext4: convert to fileattrMiklos Szeredi1-0/+2
2021-04-09ext4: fix trailing whitespaceJack Qiu1-3/+3
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2021-04-05ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg1-26/+29
2021-04-05ext4: handle casefolding with encryptionDaniel Rosenberg1-52/+146
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar1-0/+3
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)1-9/+9
2021-03-21ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+27
2021-02-04ext4: fix potential htree index checksum corruptionTheodore Ts'o1-4/+3
2021-02-03ext4: factor out htree rep invariant checkVinicius Tinti1-14/+24
2021-01-24ext4: support idmapped mountsChristian Brauner1-14/+16
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-8/+11
2021-01-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+17
2021-01-15ext4: fix bug for rename with RENAME_WHITEOUTyangerkun1-8/+9
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+4
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-2/+2
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+6
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu1-8/+4
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-1/+1
2020-12-02ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Eric Biggers1-7/+1
2020-11-24ext4: prevent creating duplicate encrypted filenamesEric Biggers1-0/+3
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-33/+28
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg1-12/+8
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-76/+130
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-63/+86
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-3/+34
2020-10-18ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov1-10/+10
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-4/+3
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo1-4/+2
2020-08-07ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-06ext4: lost matching-pair of trace in ext4_unlinkYi Zhuang1-17/+21
2020-08-06ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-27/+49
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-12/+12
2020-03-05ext4: use flexible-array members in struct dx_node and struct dx_rootGustavo A. R. Silva1-2/+2
2020-02-19ext4: add cond_resched() to __ext4_find_entry()Shijie Luo1-0/+1
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara1-0/+7
2020-01-17ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()Eric Biggers1-4/+1
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o1-3/+8
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-0/+4
2019-12-21ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye1-1/+3
2019-12-14ext4: fix ext4_empty_dir() for directories with holesJan Kara1-14/+18
2019-11-19ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2019-11-05ext4: Do not iput inode under running transactionJan Kara1-6/+23
2019-11-05ext4: Move marking of handle as sync to ext4_add_nondir()Jan Kara1-7/+3
2019-09-03ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o1-2/+2
2019-07-02ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi1-4/+9
2019-06-21ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o1-4/+4
2019-06-21ext4: refactor initialize_dirent_tail()Theodore Ts'o1-33/+21
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o1-33/+29
2019-06-20ext4: allow directory holesTheodore Ts'o1-8/+37
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi1-5/+38
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2019-05-10ext4: fix use-after-free in dx_release()Sahitya Tummala1-1/+4
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-24/+52
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi1-11/+96
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-24/+52
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-5/+5
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-4/+4
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-2/+2
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2018-11-07ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-06ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-10-10ext4: don't open-code ERR_CASTAl Viro1-2/+2
2018-10-02ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi1-1/+1
2018-08-27ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o1-0/+6
2018-07-29ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-43/+15
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+3
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2018-01-29ext4: convert to new i_version APIJeff Layton1-2/+2
2018-01-29fs: new API for handling inode->i_versionJeff Layton1-0/+1
2018-01-11ext4: switch to fscrypt ->symlink() helper functionsEric Biggers1-43/+15
2018-01-11ext4: fix incorrect indentation of if statementColin Ian King1-3/+3
2017-12-11ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18ext4: switch to fscrypt_prepare_lookup()Eric Biggers1-16/+6
2017-10-18ext4: switch to fscrypt_prepare_rename()Eric Biggers1-26/+7
2017-10-18ext4: switch to fscrypt_prepare_link()Eric Biggers1-3/+4
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan1-29/+14
2017-08-05ext4: fix dir_nlink behaviourAndreas Dilger1-9/+12
2017-06-23ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()Theodore Ts'o1-1/+2
2017-06-23ext4: return EIO on read error in ext4_find_entryKhazhismel Kumykov1-2/+2
2017-06-21ext4: add largedir featureArtem Blagodarenko1-39/+85
2017-05-24ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers1-8/+5
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-81/+31
2017-05-04ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2017-05-04ext4: switch to using fscrypt_match_name()Eric Biggers1-17/+5
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-2/+2
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers1-8/+1
2017-04-29ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers1-11/+6
2017-04-03ext4: Add statx supportDavid Howells1-0/+2
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-0/+12
2017-02-01ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2017-01-08ext4: don't allow encrypted operations without keysTheodore Ts'o1-0/+12
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-1/+3
2016-11-14ext4: use current_time() for inode timestampsDeepa Dinamani1-11/+13
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches1-8/+10
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-09-30ext4: release bh in make_indexed_dirgmail1-8/+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-4/+4
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-75/+69
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-68/+63
2016-07-03ext4: correct error value of function verifying dx checksumDaeho Jeong1-2/+2
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong1-5/+4
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+2
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+7
2016-05-05ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk1-1/+1
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+5
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds1-5/+0
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+2
2016-03-30ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+5
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o1-2/+6
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o1-0/+18
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-9/+25
2016-01-08ext4: adds project ID supportLi Xi1-0/+19
2016-01-08ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o1-9/+6
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0