aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2016-03-15ocfs2/dlm: fix a variable overflow problem in dlmdomain.cGravatar Jun Piao 1-1/+1
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyGravatar Jiufei Xue 4-4/+18
2016-03-15ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...Gravatar xuejiufei 1-1/+13
2016-03-15ocfs2/dlm: clear DROPPING_REF flag when the master goes downGravatar xuejiufei 1-8/+10
2016-03-15ocfs2/dlm: return in progress if master can not clear the refmap bit right nowGravatar xuejiufei 3-3/+17
2016-03-15ocfs2/dlm: add DEREF_DONE messageGravatar xuejiufei 3-1/+138
2016-03-15ocfs2/dlm: fix a typo in dlmcommon.hGravatar Joseph Qi 1-2/+2
2016-03-15ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()Gravatar jiangyiwen 1-2/+3
2016-03-15ocfs2/cluster: replace the interrupt safe spinlocks with common onesGravatar jiangyiwen 1-6/+4
2016-03-09ocfs2: fix return value from ocfs2_page_mkwrite()Gravatar Jan Kara 1-0/+4
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGravatar Guozhonghua 1-0/+1
2016-02-05ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupGravatar xuejiufei 1-0/+2
2016-02-03ocfs2/cluster: fix memory leak in o2hb_region_releaseGravatar Joseph Qi 1-6/+8
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 15-97/+97
2016-01-21ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockGravatar Tariq Saeed 1-0/+6
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-1/+1
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 2-2/+2
2016-01-14ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hGravatar Joseph Qi 1-11/+0
2016-01-14ocfs2: dlm: remove redundant codeGravatar Junxiao Bi 1-5/+1
2016-01-14ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delGravatar Joseph Qi 1-9/+9
2016-01-14ocfs2/dlm: do not insert a new mle when another process is already migratingGravatar xuejiufei 1-2/+3
2016-01-14ocfs2/dlm: ignore cleaning the migration mle that is inuseGravatar xuejiufei 1-11/+15
2016-01-14ocfs2: do not lock/unlock() inode DLM lockGravatar Goldwyn Rodrigues 1-8/+0
2016-01-14ocfs2: fix slot overwritten if storage link down during mountGravatar jiangyiwen 1-1/+10
2016-01-14ocfs2/dlm: return appropriate value when dlm_grab() returns NULLGravatar Xue jiufei 2-2/+2
2016-01-14ocfs2: clean up redundant NULL check before iputGravatar Joseph Qi 7-25/+11
2016-01-14ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...Gravatar jiangyiwen 1-1/+1
2016-01-14ocfs2: constify ocfs2_extent_tree_operations structuresGravatar Julia Lawall 2-7/+7
2016-01-14ocfs2/dlm: fix a race between purge and migrationGravatar Xue jiufei 1-1/+8
2016-01-14ocfs2: o2hb: increase unsteady iterationsGravatar Junxiao Bi 1-2/+2
2016-01-14ocfs2: return non-zero st_blocks for inline dataGravatar John Haxby 1-0/+8
2016-01-14ocfs2: optimize bad declarations and redundant assignmentGravatar Norton.Zhu 1-6/+2
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-110/+58
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-2/+3
2016-01-04quota: constify qtree_fmt_operations structuresGravatar Julia Lawall 2-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downGravatar xuejiufei 1-0/+2
2015-12-29ocfs2: fix flock panic issueGravatar Junxiao Bi 1-1/+4
2015-12-29ocfs2: fix BUG when calculate new backup superGravatar Joseph Qi 1-3/+12
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Gravatar Krzysztof Opasiak 1-1/+1
2015-12-13ocfs2: Replace list xattr handler operationsGravatar Andreas Gruenbacher 1-94/+57
2015-12-12ocfs2: fix SGID not inherited issueGravatar Junxiao Bi 1-3/+1
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 2-0/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesGravatar Andreas Gruenbacher 1-16/+1
2015-11-20ocfs2: fix umask ignored issueGravatar Junxiao Bi 1-0/+2
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 2-374/+112
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 1-18/+27
2015-11-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-59/+107