aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/dir.c
Commit message (Expand)AuthorAge
* ext4: remove unused variableEric Engestrom2016-09-30
* fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-15
* ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-10
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-24
|\
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-04-23
* | ext4: switch to ->iterate_shared()Al Viro2016-05-12
|/
* Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-10
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-07
|\
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-30
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* | ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-03-22
|/
* ext4: fix memleak in ext4_readdir()Kirill Tkhai2016-02-16
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-07
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-17
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-17
* ext4 crypto: make sure the encryption info is initialized on opendir(2)Theodore Ts'o2015-05-31
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-31
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-18
* ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2015-05-18
* ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-01
* ext4 crypto: enable filename encryptionMichael Halcrow2015-04-12
* ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2015-04-12
* ext4: remove unused header filesSheng Yong2015-04-02
* ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o2014-08-29
* ext4: check inline directory before convertingDarrick J. Wong2014-07-28
* ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius2014-05-27
* fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-23
* ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-28
* [readdir] convert ext4Al Viro2013-06-29
* ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-19
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-02
|\
| * ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu2013-03-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-22
* | ext4: release buffer when checksum failedGuo Chao2013-01-28
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* ext4: let ext4_readdir handle inline dataTao Ma2012-12-10
* ext4: refactor __ext4_check_dir_entry() to accept start and sizeTao Ma2012-12-10
* ext4: use core vfs llseek code for dir seeksEric Sandeen2012-07-22
* ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong2012-04-29
* Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-29
|\
| * ext4: return 32/64-bit dir name hash according to usage typeFan Yong2012-03-18
* | ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o2012-03-19
* | ext4: remove an unneeded NULL check in __ext4_check_dir_entry()Dan Carpenter2012-02-20
|/
* ext4: Use ext4_error_file() to print the pathname to the corrupted inodeTheodore Ts'o2011-01-10
* ext4: optimize ext4_check_dir_entry() with unlikely() annotationsTheodore Ts'o2010-12-19
* ext4: improve llseek error handling for overly large seek offsetsToshiyuki Okajima2010-10-27
* ext4: Remove unnecessary casts of private_dataJoe Perches2010-07-27
* ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o2010-07-27
* ext4: Cleanup ext4_check_dir_entry so __func__ is now implicitTheodore Ts'o2010-07-27