summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
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-17ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-0/+2
2022-08-17ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-17ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-17ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-06-09ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li1-9/+0
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-03-08ext4: fast commit may not fallback for ineligible commitXin Yin1-2/+2
2022-01-27ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi1-27/+10
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-11-18Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney1-9/+6
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-117/+59
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi1-0/+6
2021-10-01ext4: fix reserved space counter leakageJeffle Xu1-0/+5
2021-09-09ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney1-6/+9
2021-09-09Merge branch 'delalloc-buffer-write' into devTheodore Ts'o1-111/+39
2021-09-05ext4: drop unnecessary journal handle in delalloc writeZhang Yi1-55/+5
2021-09-05ext4: factor out write end code of inline fileZhang Yi1-50/+23
2021-09-05ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi1-2/+5
2021-09-05ext4: check and update i_disksize properlyZhang Yi1-16/+18
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-139/+162
2021-08-31ext4: make the updating inode data procedure atomicZhang Yi1-16/+28
2021-08-31ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi1-84/+78
2021-08-31ext4: move inode eio simulation behind io completeionZhang Yi1-3/+1
2021-08-31ext4: Speedup ext4 orphan inode handlingJan Kara1-1/+2
2021-08-31ext4: Support for checksumming from journal triggersJan Kara1-35/+49
2021-08-31ext4: Make sure quota files are not grabbed accidentallyJan Kara1-2/+6
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara1-30/+17
2021-07-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+4
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-23ext4: use local variable ei instead of EXT4_I() macrochenyichong1-1/+1
2021-06-23ext4: add discard/zeroout flags to journal flushLeah Rumancik1-2/+2
2021-06-17ext4: fix overflow in ext4_iomap_alloc()Jan Kara1-1/+1
2021-04-10ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2021-04-09ext4: delete redundant uptodate check for bufferYang Guo1-4/+2
2021-03-21ext4: stop inode update before returnPan Bian1-1/+3
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-06ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+12
2021-02-23Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-17/+3
2021-01-24ext4: support idmapped mountsChristian Brauner1-5/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-5/+7
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+1