aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/da9150/git:/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorzhangyi (F) <yi.zhang@huawei.com>2021-03-03 21:17:02 +0800
committerTheodore Ts'o <tytso@mit.edu>2021-03-21 00:03:39 -0400
commitb7ff91fd030dc9d72ed91b1aab36e445a003af4f (patch)
tree7015e62beaf3916d42cec195a5e137ec2e4c7ff6 /include/linux/mfd/da9150/git:/ssh:/git@git.zx2c4.com
parentext4: fix error handling in ext4_end_enable_verity() (diff)
ext4: find old entry again if failed to rename whiteout
If we failed to add new entry on rename whiteout, we cannot reset the old->de entry directly, because the old->de could have moved from under us during make indexed dir. So find the old entry again before reset is needed, otherwise it may corrupt the filesystem as below. /dev/sda: Entry '00000001' in ??? (12) has deleted/unused inode 15. CLEARED. /dev/sda: Unattached inode 75 /dev/sda: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. Fixes: 6b4b8e6b4ad ("ext4: fix bug for rename with RENAME_WHITEOUT") Cc: stable@vger.kernel.org Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Link: https://lore.kernel.org/r/20210303131703.330415-1-yi.zhang@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'include/linux/mfd/da9150/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
td>YueHaibing1-2/+1 2018-12-19drivers: chelsio: use skb_sec_path helperFlorian Westphal1-1/+3 2018-12-07crypto: chcr - ESN for Inline IPSec TxAtul Gupta1-36/+139 2018-12-07crypto: chcr - small packet Tx stalls the queueAtul Gupta1-1/+4 2018-05-19crypto: chelsio - request to HW should wrapAtul Gupta1-18/+17 2018-03-09crypto: chelsio - no csum offload for ipsec pathAtul Gupta1-3/+2 2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta1-1/+1 2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King1-1/+1 2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King1-7/+1 2017-11-29chcr: Add support for Inline IPSecAtul Gupta1-0/+660