aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
2023-10-10ext4: fix rec_len verify errorShida Zhang
2023-03-17ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-01-18ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin
2022-08-25ext4: make sure ext4_append() always allocates new blockLukas Czerner
2022-06-25ext4: make variable "count" signedDing Xiang
2022-06-14ext4: avoid cycles in directory h-treeJan Kara
2022-06-14ext4: verify dir block before splitting itJan Kara
2022-06-14ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o
2021-04-07ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)
2021-03-24ext4: find old entry again if failed to rename whiteoutzhangyi (F)
2021-03-04ext4: fix potential htree index checksum corruptionTheodore Ts'o
2021-01-19ext4: fix bug for rename with RENAME_WHITEOUTyangerkun
2021-01-06ext4: prevent creating duplicate encrypted filenamesEric Biggers
2020-11-05fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2020-08-26ext4: fix potential negative array index in do_split()Eric Sandeen
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara
2020-02-28ext4: add cond_resched() to __ext4_find_entry()Shijie Luo
2020-02-19ext4: fix checksum errors with indexed dirsJan Kara
2019-12-31ext4: fix ext4_empty_dir() for directories with holesJan Kara
2019-12-17ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2019-11-24ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi
2019-07-28ext4: allow directory holesTheodore Ts'o
2019-05-22ext4: fix use-after-free in dx_release()Sahitya Tummala
2019-01-09ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2018-08-27ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o
2018-07-29ext4: reset error code in ext4_find_entry in fallbackEric Sandeen
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29ext4: convert to new i_version APIJeff Layton
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-11ext4: switch to fscrypt ->symlink() helper functionsEric Biggers
2018-01-11ext4: fix incorrect indentation of if statementColin Ian King
2017-12-11ext4: fix crash when a directory's i_size is too smallChandan Rajendra
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18ext4: switch to fscrypt_prepare_lookup()Eric Biggers
2017-10-18ext4: switch to fscrypt_prepare_rename()Eric Biggers
2017-10-18ext4: switch to fscrypt_prepare_link()Eric Biggers
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan
2017-08-05ext4: fix dir_nlink behaviourAndreas Dilger
2017-06-23ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()Theodore Ts'o
2017-06-23ext4: return EIO on read error in ext4_find_entryKhazhismel Kumykov