summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-5/+7
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-4/+5
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-0417-145/+428
|\ \
| * | ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2022-08-022-0/+94
| * | ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-021-0/+10
| * | ext4: reduce computation of overhead during resizeKiselev, Oleg2022-08-021-2/+21
| * | ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner2022-08-021-1/+20
| * | ext4: fix race when reusing xattr blocksJan Kara2022-08-021-22/+45
| * | ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2022-08-021-39/+38
| * | ext4: remove EA inode entry from mbcache on inode evictionJan Kara2022-08-023-16/+11
| * | ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-021-0/+16
| * | ext4: check if directory block is within i_sizeLukas Czerner2022-08-021-0/+7
| * | ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo2022-08-021-0/+9
| * | ext4: avoid remove directory when directory is corruptedYe Bin2022-08-021-5/+2
| * | ext4: aligned '*' in commentsJiang Jian2022-08-021-1/+1
| * | ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng2022-08-021-1/+3
| * | ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin2022-08-021-3/+9
| * | ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li2022-08-021-2/+1
| * | ext4: correct max_inline_xattr_value_size computingBaokun Li2022-08-021-0/+3
| * | ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2022-08-021-2/+4
| * | ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li2022-08-021-0/+13
| * | ext4: fix extent status tree race in writeback error recovery pathEric Whitney2022-08-021-0/+7
| * | ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-027-41/+40
| * | ext4: reuse order and buddy in mb_mark_used when buddy splithanjinke2022-08-021-2/+8
| * | ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o2022-08-024-11/+22
| * | ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o2022-08-021-0/+1
| * | ext4: fix reading leftover inlined symlinksZhang Yi2022-08-023-0/+46
| |/
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-21/+23
|\ \
| * | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-2/+2
| * | ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-10/+9
| * | ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-9/+12
| |/
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-024-21/+22
|\ \
| * | fs/ext4: Use the new blk_opf_t typeBart Van Assche2022-07-143-12/+12
| * | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-143-5/+5
| * | block: remove bdevnameChristoph Hellwig2022-07-141-1/+2
| * | ext4: only initialize mmp_bdevname onceChristoph Hellwig2022-07-141-4/+4
| |/
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-6/+6
* | quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
* | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-6/+4
|/
* ext4: fix a doubled word "need" in a commentXiang wangx2022-06-181-1/+1
* ext4: add reserved GDT blocks checkZhang Yi2022-06-181-0/+10
* ext4: make variable "count" signedDing Xiang2022-06-181-1/+2
* ext4: correct the judgment of BUG in ext4_mb_normalize_requestBaokun Li2022-06-181-1/+16
* ext4: fix bug_on ext4_mb_use_inode_paBaokun Li2022-06-181-0/+9
* ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers2022-06-181-63/+71
* ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang2022-06-181-2/+1
* ext4: fix super block checksum incorrect after mountYe Bin2022-06-181-8/+8
* ext4: improve write performance with disabled delallocJan Kara2022-06-161-1/+1
* ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi2022-06-161-6/+16