summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAge
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* 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
* | ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers2017-04-29
|/
* ext4: Add statx supportDavid Howells2017-04-03
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-05
* ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-02-01
* ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-08
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-31
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-14
* ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/
* | ext4: release bh in make_indexed_dirgmail2016-09-30
* | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-15
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-26
|\
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-10
| * ext4: correct error value of function verifying dx checksumDaeho Jeong2016-07-03
| * ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-07-03
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-07
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-24
|\
| * ext4: fix oops on corrupted filesystemJan Kara2016-05-05
| * ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-27
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-04-23
| * Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-10
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-30