summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: convert to new timestamp accessorsJeff Layton2023-10-181-14/+14
* ocfs2: convert to ctime accessor functionsJeff Layton2023-07-241-6/+6
* ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-291-2/+2
* fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-221-1/+1
* ocfs2: cleanup journal init and shutdownValentin Vidic2021-11-061-2/+2
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King2019-09-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: clean up some unnecessary codewangyan2018-08-171-4/+1
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-051-1/+1
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-3/+3
* ocfs2: convert to new i_version APIJeff Layton2018-01-291-1/+2
* ocfs2: fix a static checker warningGang He2017-07-061-1/+1
* ocfs2: replace CURRENT_TIME macroDeepa Dinamani2016-12-121-1/+1
* ocfs2: fix improper handling of return errnoEric Ren2016-05-261-6/+1
* parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+1
* ocfs2: record UNWRITTEN extents when populate write descRyan Ding2016-03-251-0/+3
* ocfs2: check/fix inode block for online file checkGang He2016-03-221-9/+216
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-9/+9
* ocfs2: fix race between crashed dio and rmJoseph Qi2015-09-041-0/+9
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-041-4/+4
* ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei2015-09-041-6/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | ocfs2: use ENOENT instead of EEXIST when get system file failsJoseph Qi2015-04-141-2/+2
|/
* ocfs2: add functions to add and remove inode in orphan dirJoseph Qi2015-02-161-1/+1
* ocfs2: remove bogus test from ocfs2_read_locked_inode()Jan Kara2014-12-101-2/+1
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-2/+2
* ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara2014-04-031-3/+4
* ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara2014-04-031-7/+9
* ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara2014-04-031-6/+0
* ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-031-0/+28
* ocfs2: get rid of impossible checksAl Viro2013-11-091-10/+0
* ocfs2: Convert uid and gids between in core and on disk inodesEric W. Biederman2013-02-131-6/+6
* ocfs: simplify symlink handlingAl Viro2012-05-291-7/+6
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-011-1/+1
|\
| * ocfs2: Use filemap_write_and_wait() instead of write_inode_now()Jan Kara2011-11-171-1/+1
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* ocfs2: Remove masklog ML_INODE.Tao Ma2011-02-221-61/+46
* ocfs2: Little refactoring against ocfs2_iget.Tao Ma2011-02-211-5/+5
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-13/+2
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-17/+11
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* Track negative entries v3Goldwyn Rodrigues2010-09-101-0/+1
* ocfs2: Fix incorrect checksum validation errorSunil Mushran2010-09-081-1/+5
* Make ->drop_inode() just return whether inode needs to be droppedAl Viro2010-08-091-3/+5