summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2022-09-26ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...Jan Kara-2/+1
2022-09-22ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o-1/+3
2022-09-22ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques-0/+4
2022-09-21ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara-149/+111
2022-09-21ext4: use locality group preallocation for small closed filesJan Kara-12/+15
2022-09-21ext4: make directory inode spreading reflect flexbg sizeJan Kara-1/+1
2022-09-21ext4: avoid unnecessary spreading of allocations among groupsJan Kara-11/+13
2022-09-21ext4: make mballoc try target group first even with mb_optimize_scanJan Kara-7/+7
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+7
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-145/+428
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-21/+23
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio-0/+94
2022-08-02ext4: avoid resizing to a partial cluster sizeKiselev, Oleg-0/+10
2022-08-02ext4: reduce computation of overhead during resizeKiselev, Oleg-2/+21
2022-08-02ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner-1/+20
2022-08-02ext4: fix race when reusing xattr blocksJan Kara-22/+45
2022-08-02ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara-39/+38
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara-16/+11
2022-08-02ext4: make sure ext4_append() always allocates new blockLukas Czerner-0/+16
2022-08-02ext4: check if directory block is within i_sizeLukas Czerner-0/+7
2022-08-02ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo-0/+9
2022-08-02ext4: avoid remove directory when directory is corruptedYe Bin-5/+2
2022-08-02ext4: aligned '*' in commentsJiang Jian-1/+1
2022-08-02ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng-1/+3
2022-08-02ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin-3/+9
2022-08-02ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li-2/+1
2022-08-02ext4: correct max_inline_xattr_value_size computingBaokun Li-0/+3
2022-08-02ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li-2/+4
2022-08-02ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li-0/+13
2022-08-02ext4: fix extent status tree race in writeback error recovery pathEric Whitney-0/+7
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara-41/+40
2022-08-02ext4: reuse order and buddy in mb_mark_used when buddy splithanjinke-2/+8
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o-11/+22
2022-08-02ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o-0/+1
2022-08-02ext4: fix reading leftover inlined symlinksZhang Yi-0/+46
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-21/+22
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)-2/+2
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan-4/+5
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche-12/+12
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche-5/+5
2022-07-14block: remove bdevnameChristoph Hellwig-1/+2
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig-4/+4
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+2
2022-06-29ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)-10/+9
2022-06-29ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)-9/+12
2022-06-26attr: port attribute changes to new typesChristian Brauner-6/+6
2022-06-26quota: port quota helpers mount idsChristian Brauner-2/+2
2022-06-26fs: port to iattr ownership update helpersChristian Brauner-6/+4
2022-06-18ext4: fix a doubled word "need" in a commentXiang wangx-1/+1
2022-06-18ext4: add reserved GDT blocks checkZhang Yi-0/+10