summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio
2022-08-02ext4: avoid resizing to a partial cluster sizeKiselev, Oleg
2022-08-02ext4: reduce computation of overhead during resizeKiselev, Oleg
2022-08-02ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner
2022-08-02ext4: fix race when reusing xattr blocksJan Kara
2022-08-02ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara
2022-08-02ext4: make sure ext4_append() always allocates new blockLukas Czerner
2022-08-02ext4: check if directory block is within i_sizeLukas Czerner
2022-08-02ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo
2022-08-02ext4: avoid remove directory when directory is corruptedYe Bin
2022-08-02ext4: aligned '*' in commentsJiang Jian
2022-08-02ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng
2022-08-02ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin
2022-08-02ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li
2022-08-02ext4: correct max_inline_xattr_value_size computingBaokun Li
2022-08-02ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2022-08-02ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li
2022-08-02ext4: fix extent status tree race in writeback error recovery pathEric Whitney
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara
2022-08-02ext4: reuse order and buddy in mb_mark_used when buddy splithanjinke
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o
2022-08-02ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o
2022-08-02ext4: fix reading leftover inlined symlinksZhang Yi
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-29ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26quota: port quota helpers mount idsChristian Brauner
2022-06-26fs: port to iattr ownership update helpersChristian Brauner
2022-06-18ext4: fix a doubled word "need" in a commentXiang wangx
2022-06-18ext4: add reserved GDT blocks checkZhang Yi
2022-06-18ext4: make variable "count" signedDing Xiang
2022-06-18ext4: correct the judgment of BUG in ext4_mb_normalize_requestBaokun Li
2022-06-18ext4: fix bug_on ext4_mb_use_inode_paBaokun Li
2022-06-18ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers
2022-06-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang
2022-06-18ext4: fix super block checksum incorrect after mountYe Bin
2022-06-16ext4: improve write performance with disabled delallocJan Kara
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi