aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-12-021-16/+2
* ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-12-021-0/+5
* ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-12-021-3/+3
* ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-12-021-8/+14
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-12-011-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-12-011-0/+2
* ext4: convert to mbcache2Jan Kara2017-12-311-69/+67
* ext4: remove checks for e_value_blockJan Kara2017-12-311-8/+7
* ext4: Check that external xattr value block is zeroJan Kara2017-12-311-0/+2
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-12-311-18/+12
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-11-061-6/+13
* ext4: lock the xattr block before checksuming itTheodore Ts'o2017-08-151-34/+31
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-05-291-6/+7
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-291-1/+1
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-271-4/+28
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-271-48/+51
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-04-111-6/+7
* first commitMeizu OpenSource2016-08-151-0/+1725