aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches1-9/+9
2015-09-04ocfs2: fix race between crashed dio and rmJoseph Qi1-0/+9
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues1-4/+4
2015-09-04ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-14ocfs2: use ENOENT instead of EEXIST when get system file failsJoseph Qi1-2/+2
2015-02-16ocfs2: add functions to add and remove inode in orphan dirJoseph Qi1-1/+1
2014-12-10ocfs2: remove bogus test from ocfs2_read_locked_inode()Jan Kara1-2/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara1-3/+4
2014-04-03ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara1-7/+9