summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2024-10-10ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-08-19ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz
2024-08-19ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)
2024-08-11ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-08-11ext4: factor out a common helper to query extent mapZhang Yi
2024-08-11ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-08-11ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-06-16ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)
2024-06-12ext4: remove the redundant folio_wait_stable()Zhang Yi
2023-11-28ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-27ext4: reject casefold inode flag without casefold featureEric Biggers
2023-08-27ext4: do not mark inode dirty every time when appending using delallocLiu Song
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-07-29ext4: drop read-only check in ext4_write_inode()Jan Kara
2023-07-29ext4: drop EXT4_MF_FS_ABORTED flagJan Kara
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-07-24ext4: convert to ctime accessor functionsJeff Layton
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li
2023-06-26ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)
2023-06-15ext4: Make ext4_write_inline_data_end() use folioRitesh Harjani
2023-06-15ext4: Make mpage_journal_page_buffers use folioRitesh Harjani
2023-06-15ext4: Change remaining tracepoints to use folioRitesh Harjani
2023-05-30ext4: disallow ea_inodes with extended attributesTheodore Ts'o
2023-05-28ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o
2023-05-13ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li
2023-05-13ext4: avoid deadlock in fs reclaim with page writebackJan Kara
2023-05-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-28ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-14Revert "ext4: Fix warnings when freezing filesystem with journaled data"Jan Kara
2023-04-14ext4: Update comment in mpage_prepare_extent_to_map()Jan Kara
2023-04-14ext4: Simplify handling of journalled data in ext4_bmap()Jan Kara
2023-04-14ext4: Drop special handling of journalled data from ext4_evict_inode()Jan Kara
2023-04-14ext4: Commit transaction before writing back pages in data=journal modeJan Kara
2023-04-14ext4: Clear dirty bit from pages without data to writeJan Kara
2023-04-14ext4: Keep pages with journalled data dirtyJan Kara
2023-04-14ext4: Mark pages with journalled data dirtyJan Kara
2023-04-06ext4: Use a folio in ext4_page_mkwrite()Matthew Wilcox
2023-04-06ext4: Convert ext4_block_write_begin() to take a folioMatthew Wilcox
2023-04-06ext4: Convert ext4_mpage_readpages() to work on foliosMatthew Wilcox