summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-201-159/+133
|\
| * ext4: remove the special buffer dirty handling in do_journal_get_write_accessShida Zhang2024-09-031-17/+1
| * ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang2024-09-031-8/+34
| * ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang2024-09-031-19/+5
| * ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffersShida Zhang2024-09-031-1/+1
| * ext4: drop ext4_es_is_delonly()Zhang Yi2024-09-021-2/+2
| * ext4: use ext4_map_query_blocks() in ext4_map_blocks()Zhang Yi2024-09-021-21/+1
| * ext4: passing block allocation information to ext4_es_insert_extent()Zhang Yi2024-09-021-4/+4
| * ext4: don't set EXTENT_STATUS_DELAYED on allocated blocksZhang Yi2024-09-021-11/+0
| * ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag setZhang Yi2024-09-021-7/+8
| * ext4: factor out ext4_map_create_blocks() to allocate new blocksZhang Yi2024-09-021-76/+81
| * ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)2024-08-261-4/+7
* | buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)2024-08-071-4/+4
* | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-7/+7
* | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-7/+4
* | buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+2
|/
* ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz2024-07-081-0/+5
* ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi2024-06-271-32/+31
* ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi2024-06-271-15/+36
* ext4: factor out a helper to check the cluster allocation stateZhang Yi2024-06-271-17/+38
* ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi2024-06-271-9/+9
* ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi2024-06-271-1/+1
* ext4: drop iblock parameterZhang Yi2024-06-271-8/+7
* ext4: trim delalloc extentZhang Yi2024-06-271-4/+10
* ext4: check the extent status again before inserting delalloc blockZhang Yi2024-06-271-0/+21
* ext4: factor out a common helper to query extent mapZhang Yi2024-06-271-25/+32
* ext4: remove the redundant folio_wait_stable()Zhang Yi2024-05-071-3/+0
* ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2024-05-021-4/+0
* ext4: Remove PAGE_MASK dependency on mpage_submit_folioRitesh Harjani (IBM)2024-05-021-1/+1
* ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)2024-05-021-1/+1
* 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
|\