summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin1-1/+6
2023-01-14ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-0/+2
2023-01-14ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2023-01-14ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-14ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi1-0/+6
2023-01-14ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li1-1/+7
2023-01-14ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-14ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2023-01-14ext4: silence the warning when evicting inode with dioread_nolockZhang Yi1-5/+5
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-08-21ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-21ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-21ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-07-21ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li1-9/+0
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-1/+6
2022-04-08ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-01-27ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin1-2/+1
2022-01-27ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin1-3/+4
2022-01-27ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar1-2/+2
2021-10-17ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi1-2/+5
2021-10-17ext4: check and update i_disksize properlyZhang Yi1-16/+18
2021-10-06ext4: fix reserved space counter leakageJeffle Xu1-0/+5
2021-07-14ext4: fix overflow in ext4_iomap_alloc()Jan Kara1-1/+1
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-03-25ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-25ext4: stop inode update before returnPan Bian1-1/+3
2020-12-30ext4: fix deadlock with fs freezing and EA inodesJan Kara1-5/+14
2020-11-07ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-2/+2
2020-11-07ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar1-2/+1
2020-11-07ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-5/+5
2020-11-07ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar1-0/+2
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara1-2/+3
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi1-4/+6
2020-10-22ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-22ext4: fast commit recovery pathHarshad Shirwadkar1-26/+63
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar1-8/+44
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani1-1/+1
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira1-9/+16
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira1-7/+44
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)1-1/+1
2020-10-18ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()zhangyi (F)1-10/+1
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-21/+14
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)1-1/+4
2020-10-18ext4: optimize file overwritesRitesh Harjani1-3/+15
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-10-18ext4: implement swap_activate aops using iomapRitesh Harjani1-0/+11
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1