aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inline.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-12-021-37/+1
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-12-021-1/+3
* ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-12-021-0/+1
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-12-011-1/+1
* ext4: fix inline data error pathsTheodore Ts'o2017-12-311-1/+8
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-12-311-36/+30
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-06-171-3/+2
* ext4: return -ENOMEM instead of successDan Carpenter2017-05-291-1/+3
* ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2017-05-291-6/+4
* ext4 crypto: optimize filename encryptionTheodore Ts'o2017-05-271-16/+15
* ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2017-05-271-2/+5
* ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2017-05-271-2/+5
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-271-126/+105
* ext4: return -ENOMEM instead of successDan Carpenter2017-04-171-1/+3
* first commitMeizu OpenSource2016-08-151-0/+2026