summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2019-12-05ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi1-4/+2
2019-11-28ocfs2: remove ocfs2_is_o2cb_active()Gang He3-10/+1
2019-11-28ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen1-0/+17
2019-11-28ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59
2019-11-28fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai1-1/+1
2019-11-28Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi1-23/+33
2019-11-06fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai1-1/+1
2019-11-06fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai1-33/+23
2019-10-07ocfs2: wait for recovering done after direct unlock requestChangwei Ge1-4/+19
2019-08-25ocfs2: remove set but not used variable 'last_hash'YueHaibing1-3/+0
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