summaryrefslogtreecommitdiffstats
path: root/fs/ext4/dir.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o2018-04-011-3/+5
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-2/+2
* ext4: convert to new i_version APIJeff Layton2018-01-291-4/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext4: use sizeof(*ptr)Markus Elfring2017-08-241-1/+1
* ext4: remove unused variableEric Engestrom2016-09-301-2/+1
* fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-151-2/+3
* ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-12/+14
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-0/+5
|\
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-04-231-0/+5
* | ext4: switch to ->iterate_shared()Al Viro2016-05-121-2/+2
|/
* Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-101-5/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-071-0/+5
|\
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-301-0/+5
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* | ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-03-221-1/+1
|/
* ext4: fix memleak in ext4_readdir()Kirill Tkhai2016-02-161-2/+5
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-071-0/+6
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-2/+1
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-2/+2
* ext4 crypto: make sure the encryption info is initialized on opendir(2)Theodore Ts'o2015-05-311-0/+8
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-311-3/+0
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-181-13/+8
* ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2015-05-181-0/+3
* ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-011-1/+1
* ext4 crypto: enable filename encryptionMichael Halcrow2015-04-121-15/+49
* ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2015-04-121-5/+10
* ext4: remove unused header filesSheng Yong2015-04-021-2/+0
* ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o2014-08-291-5/+3
* ext4: check inline directory before convertingDarrick J. Wong2014-07-281-0/+25
* ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius2014-05-271-2/+1
* fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-231-30/+5
* ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-281-1/+1
* [readdir] convert ext4Al Viro2013-06-291-91/+67
* ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-191-9/+11
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-021-1/+1
|\
| * ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu2013-03-021-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-4/+4
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-4/+4
* | ext4: release buffer when checksum failedGuo Chao2013-01-281-0/+1
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-3/+3
* ext4: let ext4_readdir handle inline dataTao Ma2012-12-101-13/+12
* ext4: refactor __ext4_check_dir_entry() to accept start and sizeTao Ma2012-12-101-8/+8
* ext4: use core vfs llseek code for dir seeksEric Sandeen2012-07-231-61/+14
* ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong2012-04-291-0/+12
* Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-291-45/+169
|\
| * ext4: return 32/64-bit dir name hash according to usage typeFan Yong2012-03-181-45/+169
* | ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o2012-03-191-2/+3
* | ext4: remove an unneeded NULL check in __ext4_check_dir_entry()Dan Carpenter2012-02-201-4/+4
|/
* ext4: Use ext4_error_file() to print the pathname to the corrupted inodeTheodore Ts'o2011-01-101-10/+20