Vasily Averin
|
eb6984fa4c
ext4: missing !bh check in ext4_xattr_inode_write()
|
6 years ago |
Vasily Averin
|
53692ec074
ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
|
6 years ago |
Vasily Averin
|
6bdc9977fc
ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
|
6 years ago |
Vasily Averin
|
45ae932d24
ext4: release bs.bh before re-using in ext4_xattr_block_find()
|
6 years ago |
Vasily Averin
|
ecaaf40847
ext4: fix buffer leak in ext4_xattr_get_block() on error path
|
6 years ago |
Vasily Averin
|
1bfc204dc0
ext4: remove unneeded brelse call in ext4_xattr_inode_update_ref()
|
6 years ago |
Theodore Ts'o
|
7d95178c77
ext4: check for NUL characters in extended attribute's name
|
7 years ago |
Theodore Ts'o
|
8bc1379b82
ext4: avoid running out of journal credits when appending to an inline file
|
7 years ago |
Theodore Ts'o
|
8cdb5240ec
ext4: never move the system.data xattr out of the inode body
|
7 years ago |
Theodore Ts'o
|
513f86d738
ext4: always verify the magic number in xattr blocks
|
7 years ago |
Theodore Ts'o
|
5369a762c8
ext4: add corruption check in ext4_xattr_set_entry()
|
7 years ago |
Theodore Ts'o
|
8a2b307c21
ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
|
7 years ago |
Theodore Ts'o
|
54dd0e0a1b
ext4: add extra checks to ext4_xattr_block_get()
|
7 years ago |
Theodore Ts'o
|
9496005d6c
ext4: add bounds checking to ext4_xattr_find_entry()
|
7 years ago |
Theodore Ts'o
|
de05ca8526
ext4: move call to ext4_error() into ext4_xattr_check_block()
|
7 years ago |
Eric Biggers
|
ce3fd194fc
ext4: limit xattr size to INT_MAX
|
7 years ago |
Jeff Layton
|
ee73f9a52a
ext4: convert to new i_version API
|
7 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Tahsin Erdogan
|
a6d0567604
ext4: backward compatibility support for Lustre ea_inode implementation
|
8 years ago |
Tahsin Erdogan
|
32aaf19420
ext4: add missing xattr hash update
|
8 years ago |
Miao Xie
|
b640b2c51b
ext4: cleanup ext4_expand_extra_isize_ea()
|
8 years ago |
Miao Xie
|
cf0a5e818f
ext4: restructure ext4_expand_extra_isize
|
8 years ago |
Miao Xie
|
3b10fdc6d8
ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize
|
8 years ago |
Tahsin Erdogan
|
9699d4f91d
ext4: make xattr inode reads faster
|
8 years ago |
Tahsin Erdogan
|
ec00022030
ext4: inplace xattr block update fails to deduplicate blocks
|
8 years ago |
Emoly Liu
|
191eac3300
ext4: error should be cleared if ea_inode isn't added to the cache
|
8 years ago |
Tahsin Erdogan
|
af65207c76
ext4: fix __ext4_new_inode() journal credits calculation
|
8 years ago |
Tahsin Erdogan
|
cdb7ee4c63
ext4: add nombcache mount option
|
8 years ago |
Tahsin Erdogan
|
b9fc761ea2
ext4: strong binding of xattr inode references
|
8 years ago |
Tahsin Erdogan
|
daf8328172
ext4: eliminate xattr entry e_hash recalculation for removes
|
8 years ago |