- ae6ec19 ext4: remove unnecessary 'offset' assignment by luo penghao · 3 years, 1 month ago
- 42cb447 ext4: fix potential infinite loop in ext4_dx_readdir() by yangerkun · 3 years, 3 months ago
- 471fbbe ext4: handle casefolding with encryption by Daniel Rosenberg · 3 years, 9 months ago
- 400086d ext4: remove unnecessary braces in fs/ext4/dir.c by Milan Djurovic · 3 years, 10 months ago
- ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
- bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
- ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
- 65f6251 ext4: remove ext4_dir_open() by Eric Biggers · 4 years, 1 month ago
- f8f4acb ext4: use generic casefolding support by Daniel Rosenberg · 4 years, 2 months ago
- 96485e4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 2 months ago
- d3e7d20 ext4: use the normal helper to get the actual inode by Kaixu Xia · 4 years, 3 months ago
- 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
- 2ce3ee9 ext4: avoid utf8_strncasecmp() with unstable name by Eric Biggers · 4 years, 7 months ago
- e32ac24 ext4: use flexible-array member in struct fname by Gustavo A. R. Silva · 4 years, 10 months ago
- 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 11 months ago
- e5da4c93 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- ec772f0 ext4: fix race conditions in ->d_compare() and ->d_hash() by Eric Biggers · 5 years ago
- 7063743 ext4: remove unnecessary assignment in ext4_htree_store_dirent() by Chengguang Xu · 5 years ago
- 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
- 707d1a2 ext4: optimize __ext4_check_dir_entry() by Theodore Ts'o · 5 years ago
- 109ba77 ext4: check for directory entries too close to block end by Jan Kara · 5 years ago
- 6456ca6 ext4: fix kernel oops caused by spurious casefold flag by Theodore Ts'o · 5 years ago
- f036adb ext4: rename "dirent_csum" functions to use "dirblock" by Theodore Ts'o · 6 years ago
- 4e19d6b ext4: allow directory holes by Theodore Ts'o · 6 years ago
- 3ae7256 ext4: optimize case-insensitive lookups by Gabriel Krisman Bertazi · 6 years ago
- c60990b ext4: clean up kerneldoc warnigns when building with W=1 by Theodore Ts'o · 6 years ago
- 66883da ext4: fix dcache lookup of !casefolded directories by Gabriel Krisman Bertazi · 6 years ago
- b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
- 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
- 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
- 4d982e2 ext4: avoid divide by zero fault when deleting corrupted inline directories by Theodore Ts'o · 6 years ago
- e40ff21 ext4: force revalidation of directory pointer after seekdir(2) by Theodore Ts'o · 7 years ago
- c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 7 years ago
- ee73f9a ext4: convert to new i_version API by Jeff Layton · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- d695a1b ext4: use sizeof(*ptr) by Markus Elfring · 7 years ago
- 1801747 ext4: remove unused variable by Eric Engestrom · 8 years ago
- ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
- a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
- 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
- ae05327 ext4: switch to ->iterate_shared() by Al Viro · 9 years ago
- 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 9 years ago
- 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 9 years ago
- 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 1028b55 ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 9 years ago
- 121cef8 ext4: in ext4_dir_llseek, check syscall bitness directly by Andy Lutomirski · 9 years ago
- c906f38 ext4: fix memleak in ext4_readdir() by Kirill Tkhai · 9 years ago
- 28b4c26 ext4 crypto: revalidate dentry after adding or removing the key by Theodore Ts'o · 9 years ago
- e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
- 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
- 6bc445e ext4 crypto: make sure the encryption info is initialized on opendir(2) by Theodore Ts'o · 10 years ago
- c936e1e ext4 crypto: use per-inode tfm structure by Theodore Ts'o · 10 years ago
- b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 10 years ago
- d229959 ext4 crypto: don't allocate a page when encrypting/decrypting file names by Theodore Ts'o · 10 years ago
- 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 10 years ago
- 4461471 ext4 crypto: enable filename encryption by Michael Halcrow · 10 years ago
- 2f61830 ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames by Theodore Ts'o · 10 years ago
- 72b8e0f ext4: remove unused header files by Sheng Yong · 10 years ago
- 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
- 40b163f ext4: check inline directory before converting by Darrick J. Wong · 10 years ago
- aa13d5f ext4: remove unused local variable "stored" from ext4_readdir(...) by Giedrius Rekasius · 11 years ago
- d1866bd fs/ext4: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
- 70261f5 ext4: Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
- 725bebb [readdir] convert ext4 by Al Viro · 12 years ago
- 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 12 years ago
- a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
- d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- d5ac777 ext4: release buffer when checksum failed by Guo Chao · 12 years ago
- 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
- 65d165d ext4: let ext4_readdir handle inline data by Tao Ma · 12 years ago
- 226ba97 ext4: refactor __ext4_check_dir_entry() to accept start and size by Tao Ma · 12 years ago
- ec7268c ext4: use core vfs llseek code for dir seeks by Eric Sandeen · 13 years ago
- b0336e8 ext4: calculate and verify checksums of directory leaf blocks by Darrick J. Wong · 13 years ago
- 71db34f Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
- 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 13 years ago
- d1f5273 ext4: return 32/64-bit dir name hash according to usage type by Fan Yong · 13 years ago
- 4fda400 ext4: remove an unneeded NULL check in __ext4_check_dir_entry() by Dan Carpenter · 13 years ago
- f7c2117 ext4: Use ext4_error_file() to print the pathname to the corrupted inode by Theodore Ts'o · 14 years ago
- cad3f00 ext4: optimize ext4_check_dir_entry() with unlikely() annotations by Theodore Ts'o · 14 years ago
- e0d10bf ext4: improve llseek error handling for overly large seek offsets by Toshiyuki Okajima · 14 years ago
- a271fe8 ext4: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
- c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
- 60fd4da ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit by Theodore Ts'o · 14 years ago
- 07a0382 ext4: Convert more i_flags references to use accessor functions by Theodore Ts'o · 15 years ago
- 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 15 years ago
- 24676da ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() by Theodore Ts'o · 15 years ago
- 2ed8868 ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks() by Theodore Ts'o · 15 years ago
- 64e290e ext4: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 15 years ago
- b8b8afe ext4: make "offset" consistent in ext4_check_dir_entry() by Toshiyuki Okajima · 15 years ago
- 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 15 years ago
- c217705 ext4: Define a new set of flags for ext4_get_blocks() by Theodore Ts'o · 16 years ago
- 12b7ac1 ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() by Theodore Ts'o · 16 years ago
- 3d0518f ext4: New rec_len encoding for very large blocksizes by Wei Yongjun · 16 years ago
- abda141 ext4: Make printk's consistently prefixed with "EXT4-fs: " by Theodore Ts'o · 16 years ago
- 498e5f2 ext4: Change unsigned long to unsigned int by Theodore Ts'o · 16 years ago
- 3c37fc8 ext4: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
- 9d9f177 ext4: Avoid printk floods in the face of directory corruption by Eric Sandeen · 16 years ago