summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-121-1/+6
|\
| * ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2023-03-111-1/+6
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-281-11/+9
|\ \ | |/
| * ext4: fail ext4_iget if special inode unallocatedBaokun Li2023-02-191-10/+8
| * ext4: remove unnecessary variable initializationXU pengfei2023-02-191-1/+1
* | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-3/+2
|\ \
| * | fs/ext4: use try_cmpxchg in ext4_update_bh_stateUros Bizjak2023-02-021-3/+2
| |/
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-35/+34
|\ \
| * | fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-2/+2
| * | ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-33/+32
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-02-201-2/+4
|\ \
| * | fscrypt: support decrypting data from large foliosEric Biggers2023-01-281-2/+4
| |/
* | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-5/+4
* | quota: port to mnt_idmapChristian Brauner2023-01-191-2/+2