summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2022-08-21ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li
2022-08-21ext4: fix extent status tree race in writeback error recovery pathEric Whitney
2022-08-21ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin
2022-07-21ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-08ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o
2022-01-27ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin
2022-01-27ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin
2022-01-27ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar
2021-10-17ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi
2021-10-17ext4: check and update i_disksize properlyZhang Yi
2021-10-06ext4: fix reserved space counter leakageJeffle Xu
2021-07-14ext4: fix overflow in ext4_iomap_alloc()Jan Kara
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang
2021-03-25ext4: fix potential error in ext4_do_update_inodeShijie Luo
2021-03-25ext4: stop inode update before returnPan Bian
2020-12-30ext4: fix deadlock with fs freezing and EA inodesJan Kara
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi
2020-10-21ext4: fix invalid inode checksumLuo Meng
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)
2020-10-18ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)
2020-10-18ext4: optimize file overwritesRitesh Harjani
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap
2020-10-18ext4: implement swap_activate aops using iomapRitesh Harjani
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-07ext4: check journal inode extents more carefullyJan Kara
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)
2020-08-06ext4: lost matching-pair of trace in ext4_truncatezhengliang
2020-07-08ext4: add inline encryption supportEric Biggers
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds