aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-12/+1
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-4/+1
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin1-0/+5
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-4/+5
2025-03-17ext4: verify fast symlink lengthJan Kara1-2/+10
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-20/+27
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li1-1/+1
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun1-2/+2
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry1-1/+1
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi1-22/+3
2025-02-10ext4: move out inode_lock into ext4_fallocate()Zhang Yi1-8/+5
2025-02-10ext4: refactor ext4_punch_hole()Zhang Yi1-66/+53
2025-02-10ext4: don't write back data before punch hole in nojournal modeZhang Yi1-13/+5
2025-02-10ext4: don't explicit update times in ext4_fallocate()Zhang Yi1-1/+0
2025-02-10ext4: remove writable userspace mappings before truncating page cacheZhang Yi1-0/+63
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik1-1/+2
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+49
2024-11-12ext4: partial zero eof block on unaligned inode size extensionBrian Foster1-15/+36
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li1-2/+2
2024-11-12ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi1-3/+3
2024-11-12fs: ext4: Don't use CMA for buffer_headZhaoyang Huang1-1/+8
2024-11-05ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)1-5/+22
2024-11-05ext4: Add statx support for atomic writesRitesh Harjani (IBM)1-0/+12
2024-09-20Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-159/+133
2024-09-03ext4: remove the special buffer dirty handling in do_journal_get_write_accessShida Zhang1-17/+1
2024-09-03ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang1-8/+34
2024-09-03ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang1-19/+5
2024-09-03ext4: 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-26ext4: 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-08ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz1-0/+5
2024-06-27ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi1-32/+31
2024-06-27ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi1-15/+36
2024-06-27ext4: factor out a helper to check the cluster allocation stateZhang Yi1-17/+38
2024-06-27ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi1-9/+9
2024-06-27ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi1-1/+1
2024-06-27ext4: drop iblock parameterZhang Yi1-8/+7
2024-06-27ext4: trim delalloc extentZhang Yi1-4/+10
2024-06-27ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21