aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-09ocfs2: fix return value from ocfs2_page_mkwrite()Jan Kara1-0/+4
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-02-05ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-03ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi1-6/+8
2016-01-22wrappers for ->i_mutex accessAl Viro15-97/+97
2016-01-21ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+1
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov2-2/+2
2016-01-14ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi1-11/+0
2016-01-14ocfs2: dlm: remove redundant codeJunxiao Bi1-5/+1
2016-01-14ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi1-9/+9
2016-01-14ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei1-2/+3
2016-01-14ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-01-14ocfs2: do not lock/unlock() inode DLM lockGoldwyn Rodrigues1-8/+0
2016-01-14ocfs2: fix slot overwritten if storage link down during mountjiangyiwen1-1/+10
2016-01-14ocfs2/dlm: return appropriate value when dlm_grab() returns NULLXue jiufei2-2/+2
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi7-25/+11
2016-01-14ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_workerjiangyiwen1-1/+1
2016-01-14ocfs2: constify ocfs2_extent_tree_operations structuresJulia Lawall2-7/+7
2016-01-14ocfs2/dlm: fix a race between purge and migrationXue jiufei1-1/+8
2016-01-14ocfs2: o2hb: increase unsteady iterationsJunxiao Bi1-2/+2
2016-01-14ocfs2: return non-zero st_blocks for inline dataJohn Haxby1-0/+8
2016-01-14ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu1-6/+2
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-110/+58
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-2/+3
2016-01-04quota: constify qtree_fmt_operations structuresJulia Lawall2-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-29ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-29ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-1/+1
2015-12-13ocfs2: Replace list xattr handler operationsAndreas Gruenbacher1-94/+57
2015-12-12ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-16/+1
2015-11-20ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-374/+112
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-18/+27
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-59/+107
2015-11-05ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi1-4/+1
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi5-6/+10
2015-11-05ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen1-1/+10
2015-11-05ocfs2: fix race between mount and delete node/clusterJoseph Qi1-3/+16
2015-11-05ocfs2: only take lock if dio entry when recover orphansJoseph Qi2-39/+49
2015-11-05ocfs2: do not include dio entry in case of orphan scanJoseph Qi3-5/+15
2015-11-05ocfs2: improve performance for localallocJoseph Qi1-1/+4
2015-11-05ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen1-0/+1
2015-11-05ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu1-0/+1