summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-159/+133
2024-09-04ext4: remove the special buffer dirty handling in do_journal_get_write_accessShida Zhang1-17/+1
2024-09-04ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang1-8/+34
2024-09-04ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang1-19/+5
2024-09-04ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffersShida Zhang1-1/+1
2024-09-02ext4: drop ext4_es_is_delonly()Zhang Yi1-2/+2
2024-09-02ext4: use ext4_map_query_blocks() in ext4_map_blocks()Zhang Yi1-21/+1
2024-09-02ext4: passing block allocation information to ext4_es_insert_extent()Zhang Yi1-4/+4
2024-09-02ext4: don't set EXTENT_STATUS_DELAYED on allocated blocksZhang Yi1-11/+0
2024-09-02ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag setZhang Yi1-7/+8
2024-09-02ext4: factor out ext4_map_create_blocks() to allocate new blocksZhang Yi1-76/+81
2024-08-27ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-7/+7
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-7/+4
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-07-09ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz1-0/+5
2024-06-28ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi1-32/+31
2024-06-28ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi1-15/+36
2024-06-28ext4: factor out a helper to check the cluster allocation stateZhang Yi1-17/+38
2024-06-28ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi1-9/+9
2024-06-28ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi1-1/+1
2024-06-28ext4: drop iblock parameterZhang Yi1-8/+7
2024-06-28ext4: trim delalloc extentZhang Yi1-4/+10
2024-06-28ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-06-28ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-05-07ext4: remove the redundant folio_wait_stable()Zhang Yi1-3/+0
2024-05-02ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-4/+0
2024-05-02ext4: Remove PAGE_MASK dependency on mpage_submit_folioRitesh Harjani (IBM)1-1/+1
2024-05-02ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)1-1/+1
2024-02-22ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()Cheng Nie1-5/+5
2024-02-02ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi1-29/+3
2024-02-02ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi1-0/+2
2024-02-02ext4: add a hole extent entry in cache after punchZhang Yi1-2/+4
2024-02-02ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-02-02ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi1-3/+3
2024-01-11Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+16
2024-01-10ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)1-9/+10
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2024-01-05ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range()Ojaswin Mujoo1-0/+6
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-3/+3
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-2/+2
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+5
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+13
2023-10-26buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-3/+3
2023-10-26ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)1-9/+5
2023-10-18ext4: convert to new timestamp accessorsJeff Layton1-9/+10
2023-10-06ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo1-1/+13
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-44/+80