summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2026-01-08ext4: clear i_state_flags when alloc inodeHaibo Chen
2025-11-24ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2025-10-23ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-10-15ext4: fix checks for orphan inodesJan Kara
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-08-15ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara
2025-08-01ext4: fix out of bounds punch offsetZhang Yi
2025-08-01ext4: fix incorrect punch max_endZhang Yi
2025-08-01ext4: move out common parts into ext4_fallocate()Zhang Yi
2025-08-01ext4: move out inode_lock into ext4_fallocate()Zhang Yi
2025-08-01ext4: refactor ext4_punch_hole()Zhang Yi
2025-08-01ext4: don't explicit update times in ext4_fallocate()Zhang Yi
2025-06-27ext4: only dirty folios when data journaling regular filesBrian Foster
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-05-29ext4: remove writable userspace mappings before truncating page cacheZhang Yi
2025-05-29ext4: don't write back data before punch hole in nojournal modeZhang Yi
2025-05-02ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-04-20ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2024-12-14ext4: partial zero eof block on unaligned inode size extensionBrian Foster
2024-12-05ext4: fix race in buffer_head read fault injectionLong Li
2024-09-20Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-03ext4: remove the special buffer dirty handling in do_journal_get_write_accessShida Zhang
2024-09-03ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang
2024-09-03ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang
2024-09-03ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffersShida Zhang
2024-09-02ext4: drop ext4_es_is_delonly()Zhang Yi
2024-09-02ext4: use ext4_map_query_blocks() in ext4_map_blocks()Zhang Yi
2024-09-02ext4: passing block allocation information to ext4_es_insert_extent()Zhang Yi
2024-09-02ext4: don't set EXTENT_STATUS_DELAYED on allocated blocksZhang Yi
2024-09-02ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag setZhang Yi
2024-09-02ext4: factor out ext4_map_create_blocks() to allocate new blocksZhang Yi
2024-08-26ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)
2024-07-08ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz
2024-06-27ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi
2024-06-27ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi
2024-06-27ext4: factor out a helper to check the cluster allocation stateZhang Yi
2024-06-27ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi
2024-06-27ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi
2024-06-27ext4: drop iblock parameterZhang Yi
2024-06-27ext4: trim delalloc extentZhang Yi
2024-06-27ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-06-27ext4: factor out a common helper to query extent mapZhang Yi
2024-05-07ext4: remove the redundant folio_wait_stable()Zhang Yi
2024-05-02ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig