aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o1-2/+1
2019-06-20ext4: allow directory holesTheodore Ts'o1-10/+9
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi1-1/+1
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o1-0/+3
2019-05-24ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi1-1/+1
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi1-0/+48
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-2/+0
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-4/+4
2018-08-27ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o1-11/+9
2018-04-01ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o1-3/+5
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-2/+2
2018-01-29ext4: convert to new i_version APIJeff Layton1-4/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-24ext4: use sizeof(*ptr)Markus Elfring1-1/+1
2016-09-30ext4: remove unused variableEric Engestrom1-2/+1
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers1-2/+3
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-12/+14
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+5
2016-05-12ext4: switch to ->iterate_shared()Al Viro1-2/+2
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+5
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds1-5/+0
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-30ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+5
2016-03-22ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski1-1/+1
2016-02-16ext4: fix memleak in ext4_readdir()Kirill Tkhai1-2/+5
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o1-0/+6
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-2/+1
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong1-2/+2
2015-05-31ext4 crypto: make sure the encryption info is initialized on opendir(2)Theodore Ts'o1-0/+8
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o1-3/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o1-13/+8
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o1-0/+3
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o1-1/+1
2015-04-12ext4 crypto: enable filename encryptionMichael Halcrow1-15/+49
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o1-5/+10
2015-04-02ext4: remove unused header filesSheng Yong1-2/+0
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o1-5/+3
2014-07-28ext4: check inline directory before convertingDarrick J. Wong1-0/+25
2014-05-27ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius1-2/+1
2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-30/+5
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov1-1/+1
2013-06-29[readdir] convert ext4Al Viro1-91/+67
2013-04-19ext4: fix readdir error in the case of inline_data+dir_indexTao Ma1-9/+11
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2013-01-28ext4: release buffer when checksum failedGuo Chao1-0/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-3/+3