summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2019-06-22fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang1-0/+12
2019-06-11ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang1-1/+29
2019-04-27ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2019-02-20ocfs2: don't clear bh uptodate for block readJunxiao Bi1-2/+0
2019-01-26ocfs2: fix panic due to unrecovered local allocJunxiao Bi1-2/+7
2018-12-17ocfs2: fix potential use after freePan Bian1-1/+1
2018-12-17ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen1-21/+26
2018-11-21ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2018-10-10ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-09-29ocfs2: fix ocfs2 read block panicJunxiao Bi1-0/+1
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2018-05-30ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-05-30ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2018-05-30ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2-0/+8
2018-05-30ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun1-3/+2
2017-12-09Revert "ocfs2: should wait dio before inode lock in ocfs2_setattr()"Greg Kroah-Hartman1-7/+2
2017-11-24ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-11-08ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2017-10-21ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren3-3/+121
2017-07-05ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-06-14fs: add i_blocksize()Fabian Frederick2-2/+2
2017-01-19ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren3-0/+19
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-6/+4
2016-09-30ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-30ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-05-19ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-19ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-04-12ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-04-12ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-03-04ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-02-17ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-17ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-17ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2015-12-30ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-30ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-30ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-12ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2015-11-21ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-374/+112
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-18/+27
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-59/+107
2015-11-06ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi1-4/+1
2015-11-06ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi5-6/+10
2015-11-06ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen1-1/+10
2015-11-06ocfs2: fix race between mount and delete node/clusterJoseph Qi1-3/+16
2015-11-06ocfs2: only take lock if dio entry when recover orphansJoseph Qi2-39/+49
2015-11-06ocfs2: do not include dio entry in case of orphan scanJoseph Qi3-5/+15
2015-11-06ocfs2: improve performance for localallocJoseph Qi1-1/+4
2015-11-06ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen1-0/+1
2015-11-06ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu1-0/+1