summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-291-70/+44
|\
| * ext4: make ext4_es_insert_extent() return voidBaokun Li2023-06-261-15/+6
| * ext4: make ext4_es_insert_delayed_block() return voidBaokun Li2023-06-261-12/+5
| * ext4: make ext4_es_remove_extent() return voidBaokun Li2023-06-261-6/+2
| * ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2023-06-261-10/+0
| * ext4: Make ext4_write_inline_data_end() use folioRitesh Harjani2023-06-151-9/+14
| * ext4: Make mpage_journal_page_buffers use folioRitesh Harjani2023-06-151-15/+13
| * ext4: Change remaining tracepoints to use folioRitesh Harjani2023-06-151-3/+4
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-2/+2
|\ \ | |/ |/|
| * buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)2023-06-191-2/+2
* | ext4: disallow ea_inodes with extended attributesTheodore Ts'o2023-05-301-0/+3
* | ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o2023-05-281-5/+26
|/
* ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li2023-05-131-1/+1
* ext4: avoid deadlock in fs reclaim with page writebackJan Kara2023-05-131-8/+10
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-011-0/+3
|\
| * ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng2023-04-281-0/+3
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-7/+7
|\ \ | |/ |/|
| * mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-1/+1
* | Revert "ext4: Fix warnings when freezing filesystem with journaled data"Jan Kara2023-04-141-14/+1
* | ext4: Update comment in mpage_prepare_extent_to_map()Jan Kara2023-04-141-5/+4
* | ext4: Simplify handling of journalled data in ext4_bmap()Jan Kara2023-04-141-39/+5
* | ext4: Drop special handling of journalled data from ext4_evict_inode()Jan Kara2023-04-141-27/+0
* | ext4: Commit transaction before writing back pages in data=journal modeJan Kara2023-04-141-2/+24
* | ext4: Clear dirty bit from pages without data to writeJan Kara2023-04-141-20/+5
* | ext4: Keep pages with journalled data dirtyJan Kara2023-04-141-1/+0
* | ext4: Mark pages with journalled data dirtyJan Kara2023-04-141-4/+16
* | ext4: Use a folio in ext4_page_mkwrite()Matthew Wilcox2023-04-061-22/+20
* | ext4: Convert ext4_block_write_begin() to take a folioMatthew Wilcox2023-04-061-21/+21
* | ext4: Convert ext4_mpage_readpages() to work on foliosMatthew Wilcox2023-04-061-4/+3
* | ext4: Use a folio in ext4_da_write_begin()Matthew Wilcox2023-04-061-10/+11
* | ext4: Convert ext4_page_nomap_can_writeout to ext4_folio_nomap_can_writeoutMatthew Wilcox2023-04-061-4/+4
* | ext4: Convert __ext4_block_zero_page_range() to use a folioMatthew Wilcox2023-04-061-12/+15
* | ext4: Convert ext4_journalled_zero_new_buffers() to use a folioMatthew Wilcox2023-04-061-6/+7
* | ext4: Use a folio in ext4_journalled_write_end()Matthew Wilcox2023-04-061-5/+7
* | ext4: Convert ext4_write_end() to use a folioMatthew Wilcox2023-04-061-6/+7
* | ext4: Convert ext4_write_begin() to use a folioMatthew Wilcox2023-04-061-26/+27
* | ext4: Convert ext4_readpage_inline() to take a folioMatthew Wilcox2023-04-061-1/+1
* | ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()Matthew Wilcox2023-04-061-3/+3
* | ext4: Convert mpage_page_done() to mpage_folio_done()Matthew Wilcox2023-04-061-6/+6
* | ext4: Convert mpage_submit_page() to mpage_submit_folio()Matthew Wilcox2023-04-061-16/+15
* | ext4: Turn mpage_process_page() into mpage_process_folio()Matthew Wilcox2023-04-061-17/+18
* | ext4: fix comment: "start start" -> "start" in mpage_prepare_extent_to_map()Theodore Ts'o2023-03-231-1/+1
* | ext4: Fix warnings when freezing filesystem with journaled dataJan Kara2023-03-231-3/+16
* | ext4: Convert data=journal writeback to use ext4_writepages()Jan Kara2023-03-231-250/+91
* | ext4: Move mpage_page_done() calls after error handlingJan Kara2023-03-231-5/+6
* | ext4: Move page unlocking out of mpage_submit_page()Jan Kara2023-03-231-9/+12
* | ext4: Don't unlock page in ext4_bio_write_page()Jan Kara2023-03-231-0/+2
* | ext4: Mark page for delayed dirtying only if it is pinnedJan Kara2023-03-231-13/+15
* | ext4: Use nr_to_write directly in mpage_prepare_extent_to_map()Jan Kara2023-03-231-3/+3
* | ext4: Update stale comment about write constraintsJan Kara2023-03-231-24/+7
|/