Theodore Ts'o
|
5de0b4d0cd
ext4 crypto: simplify and speed up filename encryption
|
10 years ago |
Michael Halcrow
|
4461471107
ext4 crypto: enable filename encryption
|
10 years ago |
Theodore Ts'o
|
2f61830ae3
ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames
|
10 years ago |
Sheng Yong
|
72b8e0f9fa
ext4: remove unused header files
|
10 years ago |
Theodore Ts'o
|
1c2150283c
ext4: convert ext4_bread() to use the ERR_PTR convention
|
11 years ago |
Darrick J. Wong
|
40b163f1c4
ext4: check inline directory before converting
|
11 years ago |
Giedrius Rekasius
|
aa13d5f67c
ext4: remove unused local variable "stored" from ext4_readdir(...)
|
11 years ago |
Cody P Schafer
|
d1866bd061
fs/ext4: use rbtree postorder iteration helper instead of opencoding
|
11 years ago |
Anatol Pomozov
|
70261f568f
ext4: Fix misspellings using 'codespell' tool
|
12 years ago |
Al Viro
|
725bebb278
[readdir] convert ext4
|
12 years ago |
Tao Ma
|
8af0f08227
ext4: fix readdir error in the case of inline_data+dir_index
|
12 years ago |
Linus Torvalds
|
a7c1120d2d
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
12 years ago |
Zheng Liu
|
d4e4395491
ext4: fix a warning from sparse check for ext4_dir_llseek
|
12 years ago |
Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Guo Chao
|
d5ac777305
ext4: release buffer when checksum failed
|
12 years ago |
Andrew Morton
|
965c8e59cf
lseek: the "whence" argument is called "whence"
|
12 years ago |
Tao Ma
|
65d165d936
ext4: let ext4_readdir handle inline data
|
12 years ago |
Tao Ma
|
226ba972b0
ext4: refactor __ext4_check_dir_entry() to accept start and size
|
12 years ago |
Eric Sandeen
|
ec7268ce21
ext4: use core vfs llseek code for dir seeks
|
13 years ago |
Darrick J. Wong
|
b0336e8d21
ext4: calculate and verify checksums of directory leaf blocks
|
13 years ago |
Linus Torvalds
|
71db34fc43
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
|
13 years ago |
Theodore Ts'o
|
92b9781658
ext4: change some printk() calls to use ext4_msg() instead
|
13 years ago |
Fan Yong
|
d1f5273e9a
ext4: return 32/64-bit dir name hash according to usage type
|
13 years ago |
Dan Carpenter
|
4fda400360
ext4: remove an unneeded NULL check in __ext4_check_dir_entry()
|
13 years ago |
Theodore Ts'o
|
f7c21177af
ext4: Use ext4_error_file() to print the pathname to the corrupted inode
|
14 years ago |
Theodore Ts'o
|
cad3f00763
ext4: optimize ext4_check_dir_entry() with unlikely() annotations
|
14 years ago |
Toshiyuki Okajima
|
e0d10bfa91
ext4: improve llseek error handling for overly large seek offsets
|
15 years ago |
Joe Perches
|
a271fe8527
ext4: Remove unnecessary casts of private_data
|
15 years ago |
Theodore Ts'o
|
c398eda0e4
ext4: Pass line numbers to ext4_error() and friends
|
15 years ago |