aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAge
* ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o2019-09-03
* ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi2019-07-02
* ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o2019-06-21
* ext4: refactor initialize_dirent_tail()Theodore Ts'o2019-06-21
* ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o2019-06-21
* ext4: allow directory holesTheodore Ts'o2019-06-20
* ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-19
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-19
|\
| * ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-10
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-08
|\ \ | |/ |/|
| * fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-17
* | ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-25
|/
* fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-23
* ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-23
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2018-12-19
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-11-11
|\
| * ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-07
| * ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-06
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-01
|\ \ | |/ |/|
| * ext4: don't open-code ERR_CASTAl Viro2018-10-10
* | ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi2018-10-02
* | ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-08-27
|/
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-07-29
* Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-11
|/
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-04
|\
| * ext4: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-11
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-03
|\ \
| * | ext4: fix incorrect indentation of if statementColin Ian King2018-01-11
| |/
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-29
|\ \ | |/ |/|
| * ext4: convert to new i_version APIJeff Layton2018-01-29
| * fs: new API for handling inode->i_versionJeff Layton2018-01-29
* | ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-11
|/
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-14
|\
| * ext4: switch to fscrypt_prepare_lookup()Eric Biggers2017-10-18
| * ext4: switch to fscrypt_prepare_rename()Eric Biggers2017-10-18
| * ext4: switch to fscrypt_prepare_link()Eric Biggers2017-10-18
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* ext4: make xattr inode reads fasterTahsin Erdogan2017-08-06
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-05
* ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()Theodore Ts'o2017-06-23
* ext4: return EIO on read error in ext4_find_entryKhazhismel Kumykov2017-06-23
* ext4: add largedir featureArtem Blagodarenko2017-06-21
* ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-24
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-08
|\
| * ext4: clean up ext4_match() and callersEric Biggers2017-05-04
| * ext4: switch to using fscrypt_match_name()Eric Biggers2017-05-04
| * fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-04
| * ext4: remove "nokey" check from ext4_lookup()Eric Biggers2017-05-04