summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1Star
* ocfs2: clean up some unnecessary codewangyan2018-08-181-4/+1Star
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-061-1/+1
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-061-3/+3
* ocfs2: convert to new i_version APIJeff Layton2018-01-291-1/+2
* ocfs2: fix a static checker warningGang He2017-07-071-1/+1
* ocfs2: replace CURRENT_TIME macroDeepa Dinamani2016-12-131-1/+1
* ocfs2: fix improper handling of return errnoEric Ren2016-05-271-6/+1Star
* parallel lookups: actual switch to rwsemAl Viro2016-05-031-1/+1
* ocfs2: record UNWRITTEN extents when populate write descRyan Ding2016-03-261-0/+3
* ocfs2: check/fix inode block for online file checkGang He2016-03-221-9/+216
* wrappers for ->i_mutex accessAl Viro2016-01-231-6/+6
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-051-9/+9
* ocfs2: fix race between crashed dio and rmJoseph Qi2015-09-051-0/+9
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-051-4/+4
* ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei2015-09-051-6/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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-151-2/+2
|/
* ocfs2: add functions to add and remove inode in orphan dirJoseph Qi2015-02-171-1/+1
* ocfs2: remove bogus test from ocfs2_read_locked_inode()Jan Kara2014-12-111-2/+1Star
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-2/+2
* ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara2014-04-041-3/+4
* ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara2014-04-041-7/+9
* ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara2014-04-041-6/+0Star
* ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-041-0/+28
* ocfs2: get rid of impossible checksAl Viro2013-11-091-10/+0Star
* ocfs2: Convert uid and gids between in core and on disk inodesEric W. Biederman2013-02-131-6/+6
* ocfs: simplify symlink handlingAl Viro2012-05-301-7/+6Star
* 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/+46Star
* ocfs2: Little refactoring against ocfs2_iget.Tao Ma2011-02-211-5/+5
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-13/+2Star
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-17/+11Star
* 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
* convert ocfs2 to ->evict_inode()Al Viro2010-08-091-7/+14
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-211-31/+14Star
|\
| * Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.Tristan Ye2010-05-181-8/+1Star
| * ocfs2: Wrap signal blocking in void functions.Joel Becker2010-05-101-11/+3Star
| * ocfs2: use allocation reservations for directory dataMark Fasheh2010-05-061-0/+4
| * ocfs2: use allocation reservations during file writeMark Fasheh2010-05-061-0/+4
| * ocfs2: Make ocfs2_journal_dirty() void.Joel Becker2010-05-061-12/+2Star