summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-44/+80
|\
| * ext4: reject casefold inode flag without casefold featureEric Biggers2023-08-271-1/+4
| * ext4: do not mark inode dirty every time when appending using delallocLiu Song2023-08-271-26/+62
| * ext4: drop read-only check in ext4_write_inode()Jan Kara2023-07-291-2/+1
| * ext4: drop EXT4_MF_FS_ABORTED flagJan Kara2023-07-291-5/+3
| * ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-291-12/+12
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-1/+1
|\ \
| * | fs: rename and move block_page_mkwrite_returnChristoph Hellwig2023-08-021-1/+1
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-2/+2
|\ \
| * | mm: increase usage of folio_next_index() helperSidhartha Kumar2023-08-181-2/+2
| |/
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | ext4: convert to ctime accessor functionsJeff Layton2023-07-241-9/+7
|/
* 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