summaryrefslogtreecommitdiffstats
path: root/fs/ext4/dir.c
AgeCommit message (Expand)AuthorLines
2016-09-30ext4: remove unused variableEric Engestrom-2/+1
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers-2/+3
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim-12/+14
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+5
2016-05-12ext4: switch to ->iterate_shared()Al Viro-2/+2
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o-0/+5
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds-5/+0
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-2/+2
2016-03-30ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o-0/+5
2016-03-22ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski-1/+1
2016-02-16ext4: fix memleak in ext4_readdir()Kirill Tkhai-2/+5
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o-0/+6
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong-2/+1
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong-2/+2
2015-05-31ext4 crypto: make sure the encryption info is initialized on opendir(2)Theodore Ts'o-0/+8
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o-3/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o-13/+8
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o-0/+3
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o-1/+1
2015-04-12ext4 crypto: enable filename encryptionMichael Halcrow-15/+49
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o-5/+10
2015-04-02ext4: remove unused header filesSheng Yong-2/+0
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o-5/+3
2014-07-28ext4: check inline directory before convertingDarrick J. Wong-0/+25
2014-05-27ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius-2/+1
2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer-30/+5
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov-1/+1
2013-06-29[readdir] convert ext4Al Viro-91/+67
2013-04-19ext4: fix readdir error in the case of inline_data+dir_indexTao Ma-9/+11
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2013-02-22new helper: file_inode(file)Al Viro-4/+4
2013-01-28ext4: release buffer when checksum failedGuo Chao-0/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton-3/+3
2012-12-10ext4: let ext4_readdir handle inline dataTao Ma-13/+12
2012-12-10ext4: refactor __ext4_check_dir_entry() to accept start and sizeTao Ma-8/+8
2012-07-23ext4: use core vfs llseek code for dir seeksEric Sandeen-61/+14
2012-04-29ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong-0/+12
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-45/+169
2012-03-19ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o-2/+3
2012-03-18ext4: return 32/64-bit dir name hash according to usage typeFan Yong-45/+169
2012-02-20ext4: remove an unneeded NULL check in __ext4_check_dir_entry()Dan Carpenter-4/+4
2011-01-10ext4: Use ext4_error_file() to print the pathname to the corrupted inodeTheodore Ts'o-10/+20
2010-12-19ext4: optimize ext4_check_dir_entry() with unlikely() annotationsTheodore Ts'o-17/+23
2010-10-27ext4: improve llseek error handling for overly large seek offsetsToshiyuki Okajima-1/+1
2010-07-27ext4: Remove unnecessary casts of private_dataJoe Perches-1/+1
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o-4/+3
2010-07-27ext4: Cleanup ext4_check_dir_entry so __func__ is now implicitTheodore Ts'o-5/+6