summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2016-02-15ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-15MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsTariq Saeed1-0/+6
2016-02-10ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-01-21ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-10-28ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2-5/+12
2015-08-27ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-05-23ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-04-25ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-03-07quota: Store maximum space limit in bytesJan Kara1-2/+2
2015-01-16ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...Xue jiufei1-8/+35
2015-01-16ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-11-05fix breakage in o2net_send_tcp_msg()Al Viro1-1/+1
2014-10-30ocfs2: fix d_splice_alias() return code checkingRichard Weinberger1-1/+1
2014-10-14ocfs2: replace strnicmp with strncasecmpRasmus Villemoes2-4/+4
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-33/+41
2014-10-10ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei1-0/+20
2014-10-10ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2-31/+31
2014-10-10ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi3-1/+21
2014-10-10ocfs2: don't fire quorum before connection establishedJunxiao Bi1-2/+3
2014-10-10fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones1-18/+5
2014-10-10fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones1-59/+19
2014-10-10fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones1-25/+14
2014-10-10ocfs2: remove unused code in dlm_new_lockres()Xue jiufei1-3/+0
2014-10-10ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen1-2/+5
2014-10-10ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi1-7/+11
2014-10-10ocfs2: fix shift left operations overflowJoseph Qi2-2/+2
2014-10-10ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi1-20/+22
2014-10-10fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton1-1/+1
2014-10-03ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen1-0/+4
2014-09-30ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr()Jan Kara1-1/+1
2014-09-26ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-09-26ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi1-0/+1
2014-09-17ocfs2: Don't use MAXQUOTAS valueJan Kara5-34/+42
2014-08-30ocfs2: quorum: add a log for node not fencedJunxiao Bi1-2/+11
2014-08-30ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2-0/+21
2014-08-30ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi1-6/+19
2014-08-30ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings1-86/+43
2014-08-07fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-07ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed1-0/+4
2014-08-07ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei1-3/+2
2014-08-07ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie3-5/+14
2014-06-24ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei4-6/+55
2014-06-24ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen1-5/+9
2014-06-24ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...jiangyiwen1-0/+27
2014-06-24ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang2-2/+96
2014-06-24ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei1-1/+1
2014-06-24ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang1-0/+8
2014-06-24ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei1-6/+2
2014-06-24ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed1-5/+13