summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()Cheng Nie2024-02-211-5/+5
* ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi2024-02-011-29/+3
* ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi2024-02-011-0/+2
* ext4: add a hole extent entry in cache after punchZhang Yi2024-02-011-2/+4
* ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi2024-02-011-14/+11
* ext4: refactor ext4_da_map_blocks()Zhang Yi2024-02-011-22/+17
* ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-181-3/+3
* Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-101-9/+16
|\
| * ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)2024-01-101-9/+10
| * ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range()Ojaswin Mujoo2024-01-041-0/+6
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-3/+3
|\ \
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-3/+3
| |/
* / fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-2/+2
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-9/+5
|\
| * buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-251-3/+3
| * ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2023-10-251-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-051-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-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