summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2016-02-20ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-20ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-20ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2016-02-20ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2016-02-20ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2015-12-15ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2-2/+3
2015-09-23ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2-5/+12
2015-09-12revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton1-2/+4
2015-09-05fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-05ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2-5/+3
2015-09-05ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-202/+163
2015-09-05ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-09-05ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang1-5/+11
2015-09-05ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-05ocfs2: fix race between crashed dio and rmJoseph Qi2-1/+12
2015-09-05ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2-11/+21
2015-09-05ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed1-6/+20
2015-09-05ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-05ocfs2: optimize error handling in dlm_request_joinNorton.Zhu1-32/+39
2015-09-05ocfs2: fix a tiny case that inode can not removedYiwen Jiang1-0/+5
2015-09-05ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-09-05ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-09-05ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51
2015-09-05ocfs2: add errors=continueGoldwyn Rodrigues3-20/+47
2015-09-05ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-09-05ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-09-05ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen1-1/+14
2015-09-05ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi1-4/+2
2015-09-05ocfs2: remove unneeded code in dlm_register_domain_handlersJoseph Qi1-2/+0
2015-09-05ocfs2: fix BUG when o2hb_register_callback failsJoseph Qi1-2/+3
2015-09-05ocfs2: remove unneeded code in ocfs2_dlm_initJoseph Qi1-2/+0
2015-09-05ocfs2: adjust code to match locking/unlocking orderJoseph Qi1-17/+17
2015-09-05ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi1-9/+0
2015-09-05ocfs2: do not log twice error messagesChristophe JAILLET1-15/+5
2015-09-05ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi1-1/+17
2015-09-05ocfs2: fix several issues of append dioJoseph Qi2-2/+10
2015-09-05ocfs2: fix race between dio and recover orphanJoseph Qi6-41/+24
2015-09-05ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding1-14/+14
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-26/+64
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2015-08-10Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2-5/+9
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-2/+2
2015-08-07ocfs2: fix shift left overflowJoseph Qi1-2/+2
2015-08-07ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-8/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+4
2015-07-23ocfs2: Handle error from dquot_initialize()Jan Kara3-20/+58
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara2-6/+6