summaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-07ocfs2: clean up some dead codeJun Piao1-38/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-07ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-05-04fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-04ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-05-04fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro1-1/+1
2017-04-06don't open-code kernel_setsockopt()Al Viro1-21/+4
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra2-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-12-13ocfs2: replace CURRENT_TIME macroDeepa Dinamani1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-10-08fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-09-20Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+2
2016-07-27ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun1-6/+2
2016-06-07ocfs2: use bio op accessorsMike Christie1-4/+6
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+7
2016-05-28ocfs2: bump up o2cb network protocol versionJunxiao Bi1-1/+4
2016-05-28ocfs2: o2hb: fix hb hung timeJunxiao Bi1-1/+1
2016-05-28ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi1-0/+10
2016-05-28ocfs2: o2hb: add some user/debug logJunxiao Bi1-7/+32
2016-05-28ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi1-1/+27
2016-05-28ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi1-1/+65
2016-05-28ocfs2: o2hb: add negotiate timerJunxiao Bi1-4/+47
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+9
2016-05-20ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao1-3/+2
2016-05-19ocfs2/cluster: block BH in TCP callbacksEric Dumazet1-8/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-5/+5
2016-03-26ocfs2: o2hb: fix double free bugJunxiao Bi1-2/+2
2016-03-18Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-17/+5
2016-03-16ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen1-6/+4
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-17/+5
2016-02-03ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi1-6/+8
2016-01-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+1
2016-01-15ocfs2: o2hb: increase unsteady iterationsJunxiao Bi1-2/+2
2015-12-21fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-374/+112
2015-11-06ocfs2: fix race between mount and delete node/clusterJoseph Qi1-3/+16
2015-10-14ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig2-346/+100
2015-10-14ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig1-35/+19
2015-09-05ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-05ocfs2: do not log twice error messagesChristophe JAILLET1-15/+5
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+4