summaryrefslogtreecommitdiff
path: root/fs/ocfs2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-13ocfs2: validate DIO orphan slot during inode readZhengYuan Huang1-0/+8
2026-08-13ocfs2: validate orphan slot during inode readZhengYuan Huang1-0/+8
2026-08-03ocfs2: do not use make_bad_inode() in ocfs2_read_inode_block_full()Dmitry Antipov1-2/+0
2026-08-03ocfs2: validate inline xattrs during inode block validationCen Zhang1-0/+4
2026-06-17ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_recIan Bridges1-0/+32
2026-06-04ocfs2: validate fast symlink target during inode readZhang Cen1-0/+23
2026-05-28ocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito1-0/+60
2026-05-28ocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito1-0/+55
2026-05-28ocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito1-2/+34
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-01-20ocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
2026-01-20ocfs2: validate i_refcount_loc when refcount flag is setDeepanshu Kartikey1-0/+7
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+9
2025-12-10ocfs2: invalidate inode if i_mode is zero after block readAhmet Eray Karadag1-0/+8
2025-12-10ocfs2: convert remaining read-only checks to ocfs2_emergency_stateAhmet Eray Karadag1-2/+1
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+44
2025-11-20ocfs2: mark inode bad upon validation failure during readAhmet Eray Karadag1-0/+2
2025-11-20ocfs2: validate cl_bpc in allocator inodes to prevent divide-by-zeroDeepanshu Kartikey1-0/+10
2025-11-20ocfs2: add extra consistency checks for chain allocator dinodesDmitry Antipov1-0/+17
2025-11-12ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2025-11-12ocfs2: convert to host endian in ocfs2_validate_inode_blockJoseph Qi1-1/+1
2025-11-12ocfs2: use correct endian in ocfs2_dinode_has_extentsJoseph Qi1-4/+6
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-2/+2
2025-10-20ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usageMateusz Guzik1-21/+2
2025-09-13ocfs2: add suballoc slot check in ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2025-08-27ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-07-09ocfs2: embed actual values into ocfs2_sysfile_lock_key namesTetsuo Handa1-4/+66
2025-01-24ocfs2: correct l_next_free_rec in online checkJulian Sun1-0/+24
2025-01-12ocfs2: miscellaneous spelling fixesDmitry Antipov1-2/+2
2024-04-25ocfs2: fix sparse warningsHeming Zhao1-0/+2
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton1-14/+14
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton1-6/+6
2022-04-29ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel1-2/+2
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli1-1/+1
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic1-2/+2
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2018-08-17ocfs2: clean up some unnecessary codewangyan1-4/+1
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun1-1/+1
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-3/+3
2018-01-29ocfs2: convert to new i_version APIJeff Layton1-1/+2
2017-07-06ocfs2: fix a static checker warningGang He1-1/+1
2016-12-12ocfs2: replace CURRENT_TIME macroDeepa Dinamani1-1/+1
2016-05-26ocfs2: fix improper handling of return errnoEric Ren1-6/+1
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-1/+1
2016-03-25ocfs2: record UNWRITTEN extents when populate write descRyan Ding1-0/+3
2016-03-22ocfs2: check/fix inode block for online file checkGang He1-9/+216