summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+14
|\
| * Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.Tristan Ye2010-05-181-8/+1
| * ocfs2: Wrap signal blocking in void functions.Joel Becker2010-05-101-11/+3
| * ocfs2: use allocation reservations for directory dataMark Fasheh2010-05-051-0/+4
| * ocfs2: use allocation reservations during file writeMark Fasheh2010-05-051-0/+4
| * ocfs2: Make ocfs2_journal_dirty() void.Joel Becker2010-05-051-12/+2
* | ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().Joel Becker2010-05-031-1/+1
* | Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel...Joel Becker2010-04-301-30/+36
|\ \
| * | ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe codeLi Dongyang2010-04-231-29/+36
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | | ocfs2: potential ERR_PTR dereference on error pathsDan Carpenter2010-04-231-0/+1
|/ /
* / Ocfs2: Handle deletion of reflinked oprhan inodes correctly.Tristan Ye2010-03-231-0/+15
|/