aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
2019-05-30ext4: fix use-after-free in dx_release()Sahitya Tummala
2019-01-12ext4: 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-09-29ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o
2018-09-05ext4: 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
2017-06-21ext4: add largedir featureArtem Blagodarenko
2017-05-24ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-04ext4: clean up ext4_match() and callersEric Biggers
2017-05-04ext4: switch to using fscrypt_match_name()Eric Biggers
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers
2017-04-29ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers
2017-04-03ext4: Add statx supportDavid Howells
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o
2017-02-01ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers
2017-01-08ext4: don't allow encrypted operations without keysTheodore Ts'o
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2016-11-14ext4: use current_time() for inode timestampsDeepa Dinamani
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-30ext4: release bh in make_indexed_dirgmail
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim
2016-07-03ext4: correct error value of function verifying dx checksumDaeho Jeong