summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers
2025-03-17ext4: verify fast symlink lengthJan Kara
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi
2025-02-10ext4: move out inode_lock into ext4_fallocate()Zhang Yi
2025-02-10ext4: refactor ext4_punch_hole()Zhang Yi
2025-02-10ext4: don't write back data before punch hole in nojournal modeZhang Yi
2025-02-10ext4: don't explicit update times in ext4_fallocate()Zhang Yi
2025-02-10ext4: remove writable userspace mappings before truncating page cacheZhang Yi
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-12ext4: partial zero eof block on unaligned inode size extensionBrian Foster
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li
2024-11-12ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi
2024-11-12fs: ext4: Don't use CMA for buffer_headZhaoyang Huang
2024-11-05ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)
2024-11-05ext4: Add statx support for atomic writesRitesh Harjani (IBM)
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