summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-11-111-1/+4
|\
| * ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-081-0/+1
| * ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-061-1/+3
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-021-2/+2
|\ \ | |/ |/|
| * ext4: don't open-code ERR_CASTAl Viro2018-10-101-2/+2
* | ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi2018-10-021-1/+1
* | ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-08-271-0/+6
|/
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-07-291-0/+1
* Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2Star
|/
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-041-43/+15Star
|\
| * ext4: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-121-43/+15Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-031-3/+3
|\ \
| * | ext4: fix incorrect indentation of if statementColin Ian King2018-01-111-3/+3
| |/
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-2/+3
|\ \ | |/ |/|
| * ext4: convert to new i_version APIJeff Layton2018-01-291-2/+2
| * fs: new API for handling inode->i_versionJeff Layton2018-01-291-0/+1
* | ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-111-0/+4
|/
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-45/+17Star
|\
| * ext4: switch to fscrypt_prepare_lookup()Eric Biggers2017-10-191-16/+6Star
| * ext4: switch to fscrypt_prepare_rename()Eric Biggers2017-10-191-26/+7Star
| * ext4: switch to fscrypt_prepare_link()Eric Biggers2017-10-191-3/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ext4: make xattr inode reads fasterTahsin Erdogan2017-08-061-29/+14Star
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-061-9/+12
* ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()Theodore Ts'o2017-06-231-1/+2
* ext4: return EIO on read error in ext4_find_entryKhazhismel Kumykov2017-06-231-2/+2
* ext4: add largedir featureArtem Blagodarenko2017-06-221-39/+85
* ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-251-8/+5Star
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-81/+31Star
|\
| * ext4: clean up ext4_match() and callersEric Biggers2017-05-041-56/+25Star
| * ext4: switch to using fscrypt_match_name()Eric Biggers2017-05-041-17/+5Star
| * fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-041-2/+2
| * ext4: remove "nokey" check from ext4_lookup()Eric Biggers2017-05-041-8/+1Star
* | ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers2017-04-301-11/+6Star
|/
* ext4: Add statx supportDavid Howells2017-04-031-0/+2
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-051-0/+12
* ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-02-021-2/+4
* ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-081-0/+12
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-311-1/+3
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-151-11/+13
* ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-151-8/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-6/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-6/+0Star
| |/
* | ext4: release bh in make_indexed_dirgmail2016-09-301-8/+6Star
* | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-151-4/+4
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-271-75/+69Star
|\