summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-25ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-17ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-17ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-17ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-17ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-17ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-17ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-17ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-17ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-17ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-17ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-17ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-17ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-17ext4: fix reading leftover inlined symlinksZhang Yi3-0/+46
2022-08-17ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-06-19ext4: fix a doubled word "need" in a commentXiang wangx1-1/+1
2022-06-19ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-19ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-19ext4: correct the judgment of BUG in ext4_mb_normalize_requestBaokun Li1-1/+16
2022-06-19ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-19ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers1-63/+71
2022-06-19ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2022-06-19ext4: fix super block checksum incorrect after mountYe Bin1-8/+8
2022-06-16ext4: improve write performance with disabled delallocJan Kara1-1/+1
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi1-6/+16
2022-06-16ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian1-1/+1
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds6-60/+61
2022-05-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-429/+564
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+2
2022-05-24ext4: only allow test_dummy_encryption when supportedEric Biggers2-28/+38
2022-05-24ext4: fix bug_on in __es_tree_searchBaokun Li1-5/+5
2022-05-24ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-05-24ext4: verify dir block before splitting itJan Kara1-11/+21
2022-05-24ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o1-2/+3
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-19/+11
2022-05-22ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-05-22ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani3-57/+64
2022-05-22ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2-64/+70
2022-05-22ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani4-122/+131
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers1-2/+4
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-05-18ext4: remove duplicated #include of dax.h in inode.cYang Li1-1/+0
2022-05-17ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2-13/+6
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi3-83/+100
2022-05-17ext4: add nowait mode for ext4_getblk()Zhang Yi2-0/+16
2022-05-17ext4: fix journal_ioprio mount option handlingOjaswin Mujoo1-5/+10
2022-05-17ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov1-6/+12
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27