aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/dir.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-14ext4: use flexible-array member in struct fnameGravatar Gustavo A. R. Silva 1-1/+1
2020-02-13ext4: fix checksum errors with indexed dirsGravatar Jan Kara 1-6/+8
2020-01-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+6
2020-01-24ext4: fix race conditions in ->d_compare() and ->d_hash()Gravatar Eric Biggers 1-3/+6
2020-01-17ext4: remove unnecessary assignment in ext4_htree_store_dirent()Gravatar Chengguang Xu 1-1/+0
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Gravatar Eric Biggers 1-1/+1
2019-12-14ext4: optimize __ext4_check_dir_entry()Gravatar Theodore Ts'o 1-5/+4
2019-12-14ext4: check for directory entries too close to block endGravatar Jan Kara 1-0/+5
2019-09-03ext4: fix kernel oops caused by spurious casefold flagGravatar Theodore Ts'o 1-3/+4
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Gravatar Theodore Ts'o 1-2/+1
2019-06-20ext4: allow directory holesGravatar Theodore Ts'o 1-10/+9
2019-06-19ext4: optimize case-insensitive lookupsGravatar Gabriel Krisman Bertazi 1-1/+1
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Gravatar Theodore Ts'o 1-0/+3
2019-05-24ext4: fix dcache lookup of !casefolded directoriesGravatar Gabriel Krisman Bertazi 1-1/+1
2019-04-25ext4: Support case-insensitive file name lookupsGravatar Gabriel Krisman Bertazi 1-0/+48
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-2/+0
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusGravatar Chandan Rajendra 1-4/+4
2018-08-27ext4: avoid divide by zero fault when deleting corrupted inline directoriesGravatar Theodore Ts'o 1-11/+9
2018-04-01ext4: force revalidation of directory pointer after seekdir(2)Gravatar Theodore Ts'o 1-3/+5
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Gravatar Goffredo Baroncelli 1-2/+2
2018-01-29ext4: convert to new i_version APIGravatar Jeff Layton 1-4/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-24ext4: use sizeof(*ptr)Gravatar Markus Elfring 1-1/+1
2016-09-30ext4: remove unused variableGravatar Eric Engestrom 1-2/+1
2016-09-15fscrypto: make filename crypto functions return 0 on successGravatar Eric Biggers 1-2/+3
2016-07-10ext4 crypto: migrate into vfs's crypto engineGravatar Jaegeuk Kim 1-12/+14
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+5
2016-05-12ext4: switch to ->iterate_shared()Gravatar Al Viro 1-2/+2
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedGravatar Theodore Ts'o 1-0/+5
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Gravatar Linus Torvalds 1-5/+0
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-30ext4: allow readdir()'s of large empty directories to be interruptedGravatar Theodore Ts'o 1-0/+5
2016-03-22ext4: in ext4_dir_llseek, check syscall bitness directlyGravatar Andy Lutomirski 1-1/+1
2016-02-16ext4: fix memleak in ext4_readdir()Gravatar Kirill Tkhai 1-2/+5
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyGravatar Theodore Ts'o 1-0/+6
2015-10-17ext4: clean up feature test macros with predicate functionsGravatar Darrick J. Wong 1-2/+1
2015-10-17ext4: call out CRC and corruption errors with specific error codesGravatar Darrick J. Wong 1-2/+2
2015-05-31ext4 crypto: make sure the encryption info is initialized on opendir(2)Gravatar Theodore Ts'o 1-0/+8
2015-05-31ext4 crypto: use per-inode tfm structureGravatar Theodore Ts'o 1-3/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-13/+8
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesGravatar Theodore Ts'o 1-0/+3
2015-05-01ext4 crypto: simplify and speed up filename encryptionGravatar Theodore Ts'o 1-1/+1
2015-04-12ext4 crypto: enable filename encryptionGravatar Michael Halcrow 1-15/+49
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesGravatar Theodore Ts'o 1-5/+10
2015-04-02ext4: remove unused header filesGravatar Sheng Yong 1-2/+0
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionGravatar Theodore Ts'o 1-5/+3
2014-07-28ext4: check inline directory before convertingGravatar Darrick J. Wong 1-0/+25
2014-05-27ext4: remove unused local variable "stored" from ext4_readdir(...)Gravatar Giedrius Rekasius 1-2/+1
2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingGravatar Cody P Schafer 1-30/+5