summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-9/+5
|\
| * buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-261-3/+3
| * ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2023-10-261-9/+5
* | Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-021-1/+13
|\ \
| * | ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo2023-10-061-1/+13
| |/
* / ext4: convert to new timestamp accessorsJeff Layton2023-10-181-9/+10
|/
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-011-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-301-2/+1
| * ext4: drop EXT4_MF_FS_ABORTED flagJan Kara2023-07-301-5/+3
| * ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-301-12/+12
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-301-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-271-15/+6
| * ext4: make ext4_es_insert_delayed_block() return voidBaokun Li2023-06-271-12/+5
| * ext4: make ext4_es_remove_extent() return voidBaokun Li2023-06-271-6/+2
| * ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2023-06-271-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-201-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-141-1/+1
* ext4: avoid deadlock in fs reclaim with page writebackJan Kara2023-05-141-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-281-7/+7
|\ \ | |/ |/|
| * mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-061-1/+1
* | Revert "ext4: Fix warnings when freezing filesystem with journaled data"Jan Kara2023-04-151-14/+1
* | ext4: Update comment in mpage_prepare_extent_to_map()Jan Kara2023-04-151-5/+4
* | ext4: Simplify handling of journalled data in ext4_bmap()Jan Kara2023-04-151-39/+5
* | ext4: Drop special handling of journalled data from ext4_evict_inode()Jan Kara2023-04-151-27/+0
* | ext4: Commit transaction before writing back pages in data=journal modeJan Kara2023-04-151-2/+24
* | ext4: Clear dirty bit from pages without data to writeJan Kara2023-04-151-20/+5
* | ext4: Keep pages with journalled data dirtyJan Kara2023-04-151-1/+0
* | ext4: Mark pages with journalled data dirtyJan Kara2023-04-151-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