aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tytso/ext4Linus 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/kernel/git/tytso/ext4Linus 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/viro/vfsLinus 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-timespec64Arnd 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/git/tytso/fscryptLinus Torvalds1-43/+15
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+3
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus 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/git/tytso/fscryptLinus 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/git/tytso/fscryptLinus 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