aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-29ocfs2: fix mounting crash if journal is not allocedGravatar Heming Zhao via Ocfs2-devel 1-2/+2
2022-03-22fs/ocfs2: fix comments mentioning i_mutexGravatar hongnanli 1-1/+1
2021-11-06ocfs2: cleanup journal init and shutdownGravatar Valentin Vidic 1-2/+2
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Gravatar Colin Ian King 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2018-08-17ocfs2: clean up some unnecessary codeGravatar wangyan 1-4/+1
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'Gravatar piaojun 1-1/+1
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'Gravatar piaojun 1-3/+3
2018-01-29ocfs2: convert to new i_version APIGravatar Jeff Layton 1-1/+2
2017-07-06ocfs2: fix a static checker warningGravatar Gang He 1-1/+1
2016-12-12ocfs2: replace CURRENT_TIME macroGravatar Deepa Dinamani 1-1/+1
2016-05-26ocfs2: fix improper handling of return errnoGravatar Eric Ren 1-6/+1
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-1/+1
2016-03-25ocfs2: record UNWRITTEN extents when populate write descGravatar Ryan Ding 1-0/+3
2016-03-22ocfs2: check/fix inode block for online file checkGravatar Gang He 1-9/+216
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortGravatar Joe Perches 1-9/+9
2015-09-04ocfs2: fix race between crashed dio and rmGravatar Joseph Qi 1-0/+9
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Gravatar Goldwyn Rodrigues 1-4/+4
2015-09-04ocfs2: flush inode data to disk and free inode when i_count becomes zeroGravatar Xue jiufei 1-6/+8
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-14ocfs2: use ENOENT instead of EEXIST when get system file failsGravatar Joseph Qi 1-2/+2
2015-02-16ocfs2: add functions to add and remove inode in orphan dirGravatar Joseph Qi 1-1/+1
2014-12-10ocfs2: remove bogus test from ocfs2_read_locked_inode()Gravatar Jan Kara 1-2/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-2/+2
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadGravatar Jan Kara 1-3/+4
2014-04-03ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterGravatar Jan Kara 1-7/+9
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagGravatar Jan Kara 1-6/+0
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileGravatar Darrick J. Wong 1-0/+28
2013-11-09ocfs2: get rid of impossible checksGravatar Al Viro 1-10/+0
2013-02-13ocfs2: Convert uid and gids between in core and on disk inodesGravatar Eric W. Biederman 1-6/+6
2012-05-29ocfs: simplify symlink handlingGravatar Al Viro 1-7/+6
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2011-11-17ocfs2: Use filemap_write_and_wait() instead of write_inode_now()Gravatar Jan Kara 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-02-22ocfs2: Remove masklog ML_INODE.Gravatar Tao Ma 1-61/+46
2011-02-21ocfs2: Little refactoring against ocfs2_iget.Gravatar Tao Ma 1-5/+5
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-13/+2
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 1-17/+11
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-09-10Track negative entries v3Gravatar Goldwyn Rodrigues 1-0/+1
2010-09-08ocfs2: Fix incorrect checksum validation errorGravatar Sunil Mushran 1-1/+5
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedGravatar Al Viro 1-3/+5
2010-08-09convert ocfs2 to ->evict_inode()Gravatar Al Viro 1-7/+14
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-31/+14