summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian2022-06-161-1/+1
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-246-60/+61
|\
| * fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * ext4: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-10/+10
| * ext4: Convert ext4 to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+7
| * fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-2/+2
| * ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
| * fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-5/+5
| * fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-083-8/+8
| * ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)2022-05-083-13/+11
| * ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)2022-05-083-11/+9
| * ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)2022-05-081-4/+9
| * ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)2022-05-081-3/+1
| * ext4: Use page_symlink() instead of __page_symlink()Matthew Wilcox (Oracle)2022-05-081-1/+6
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-2414-429/+564
|\ \
| * | ext4: only allow test_dummy_encryption when supportedEric Biggers2022-05-242-28/+38
| * | ext4: fix bug_on in __es_tree_searchBaokun Li2022-05-241-5/+5
| * | ext4: avoid cycles in directory h-treeJan Kara2022-05-241-3/+19
| * | ext4: verify dir block before splitting itJan Kara2022-05-241-11/+21
| * | ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o2022-05-241-2/+3
| * | ext4: fix bug_on in ext4_writepagesYe Bin2022-05-211-0/+12
| * | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani2022-05-213-57/+64
| * | ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2022-05-212-64/+70
| * | ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani2022-05-214-122/+131
| * | ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers2022-05-181-2/+4
| * | ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-05-181-0/+1
| * | ext4: remove duplicated #include of dax.h in inode.cYang Li2022-05-181-1/+0
| * | ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2022-05-172-13/+6
| * | ext4: convert symlink external data block mapping to bdevZhang Yi2022-05-173-83/+100
| * | ext4: add nowait mode for ext4_getblk()Zhang Yi2022-05-172-0/+16
| * | ext4: fix journal_ioprio mount option handlingOjaswin Mujoo2022-05-171-5/+10
| * | ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov2022-05-171-6/+12
| * | ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-05-171-3/+27
| * | ext4: add unmount filesystem messageZhang Yi2022-05-131-0/+3
| * | ext4: remove unnecessary conditionalsLv Ruyi2022-05-132-4/+2
| * | ext4: remove unnecessary code in __mb_check_buddyJinke Han2022-05-111-4/+1
| * | ext4: fix spelling errors in commentsChin Yik Ming2022-05-111-2/+2
| * | ext4: remove unnecessary type castingsYu Zhe2022-05-117-15/+15
| * | ext4: fix warning in ext4_handle_inode_extensionYe Bin2022-05-111-0/+4