summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
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
2022-06-18ext4: make variable "count" signedDing Xiang-1/+2
2022-06-18ext4: correct the judgment of BUG in ext4_mb_normalize_requestBaokun Li-1/+16
2022-06-18ext4: fix bug_on ext4_mb_use_inode_paBaokun Li-0/+9
2022-06-18ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers-63/+71
2022-06-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang-2/+1
2022-06-18ext4: fix super block checksum incorrect after mountYe Bin-8/+8
2022-06-16ext4: improve write performance with disabled delallocJan Kara-1/+1
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi-6/+16
2022-06-16ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian-1/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-60/+61
2022-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-429/+564
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds-2/+2
2022-05-24ext4: only allow test_dummy_encryption when supportedEric Biggers-28/+38
2022-05-24ext4: fix bug_on in __es_tree_searchBaokun Li-5/+5
2022-05-24ext4: avoid cycles in directory h-treeJan Kara-3/+19
2022-05-24ext4: verify dir block before splitting itJan Kara-11/+21
2022-05-24ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o-2/+3
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-19/+11
2022-05-21ext4: fix bug_on in ext4_writepagesYe Bin-0/+12
2022-05-21ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani-57/+64
2022-05-21ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani-64/+70
2022-05-21ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani-122/+131
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers-2/+4
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers-0/+1
2022-05-18ext4: remove duplicated #include of dax.h in inode.cYang Li-1/+0
2022-05-17ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li-13/+6
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi-83/+100
2022-05-17ext4: add nowait mode for ext4_getblk()Zhang Yi-0/+16
2022-05-17ext4: fix journal_ioprio mount option handlingOjaswin Mujoo-5/+10
2022-05-17ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov-6/+12
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin-3/+27
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig-2/+2
2022-05-13ext4: add unmount filesystem messageZhang Yi-0/+3
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi-4/+2
2022-05-11ext4: remove unnecessary code in __mb_check_buddyJinke Han-4/+1
2022-05-11ext4: fix spelling errors in commentsChin Yik Ming-2/+2
2022-05-11ext4: remove unnecessary type castingsYu Zhe-15/+15
2022-05-11ext4: fix warning in ext4_handle_inode_extensionYe Bin-0/+4
2022-05-11ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo-1/+0
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)-1/+1
2022-05-09jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)-1/+1
2022-05-09ext4: Convert to release_folioMatthew Wilcox (Oracle)-10/+10
2022-05-09ext4: Convert ext4 to read_folioMatthew Wilcox (Oracle)-6/+7
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)-2/+2
2022-05-08ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)-4/+5
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-5/+5
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)-8/+8
2022-05-08ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)-13/+11