summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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