aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-15ocfs2/cluster: Release debugfs file elapsed_time_in_msSunil Mushran1-0/+1
2010-10-09ocfs2/cluster: Bump up dlm protocol to version 1.1Sunil Mushran1-1/+1
2010-10-06ocfs2/cluster: Show per region heartbeat elapsed timeSunil Mushran1-0/+23
2010-10-06ocfs2/cluster: Add mlogs for heartbeat up/down eventsSunil Mushran1-0/+4
2010-10-06ocfs2/cluster: Create debugfs dir/files for each regionSunil Mushran1-0/+77
2010-10-06ocfs2/cluster: Create debugfs files for live, quorum and failed region bitmapsSunil Mushran1-0/+63
2010-10-07ocfs2/cluster: Maintain bitmap of failed regionsSunil Mushran1-0/+41
2010-10-06ocfs2/cluster: Maintain bitmap of quorum regionsSunil Mushran1-0/+35
2010-10-06ocfs2/cluster: Track bitmap of live heartbeat regionsSunil Mushran1-1/+8
2010-10-07ocfs2/cluster: Track number of global heartbeat regionsSunil Mushran1-2/+22
2010-10-06ocfs2/cluster: Maintain live node bitmap per heartbeat regionSunil Mushran1-0/+7
2010-10-07ocfs2/cluster: Reorganize o2hb debugfs initSunil Mushran1-23/+78
2010-10-07ocfs2/cluster: Check slots for unconfigured live nodesSunil Mushran2-7/+36
2010-10-07ocfs2/cluster: Print messages when adding/removing nodesSunil Mushran2-1/+7
2010-10-06ocfs2/cluster: Print messages when adding/removing heartbeat regionsSunil Mushran1-1/+8
2010-10-09ocfs2/dlm: Add message DLM_QUERY_REGIONSunil Mushran1-0/+6
2010-10-07ocfs2/cluster: Get all heartbeat regionsSunil Mushran2-0/+38
2010-10-07ocfs2/cluster: Add heartbeat mode configfs parameterSunil Mushran1-0/+72
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-1/+1
2010-09-18ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Wu Fengguang1-1/+1
2010-08-07O2net: Disallow o2net accept connection request from itself.Tristan Ye1-5/+12
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds3-0/+5
2010-05-05o2net: log socket state changesSrinivas Eeda1-0/+3
2010-05-05ocfs2: allocation reservationsMark Fasheh2-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-1/+2
2010-03-12fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4Joe Perches1-2/+2
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-02-27ocfs2: Use a separate masklog for AST and BASTsSunil Mushran2-0/+2
2010-02-26ocfs2: Add current->comm in trace outputSunil Mushran1-3/+3
2010-02-08ocfs2/cluster: Make o2net connect messages KERN_NOTICESunil Mushran1-3/+3
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran3-7/+7
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds4-4/+76
2009-12-23ocfs2/trivial: Use proper mask for 2 places in hearbeat.cTao Ma1-2/+4
2009-12-02ocfs2/cluster: Make fence method configurable - v2Sunil Mushran3-2/+72
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan2-3/+3
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds2-0/+2
2009-09-23seq_file: constify seq_operationsJames Morris1-2/+2
2009-09-22ocfs2: Add ocfs2_read_refcount_block.Tao Ma2-0/+2
2009-06-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds2-23/+19
2009-06-15ocfs2/net: Use wait_event() in o2net_send_message_vec()Sunil Mushran1-5/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-05ocfs2: update comments in masklog.hColy Li1-18/+17
2009-04-03ocfs2/hb: Expose the list of heartbeating nodes via debugfsSunil Mushran3-4/+104
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-05ocfs2/quota: Add QUOTA in mlog_attribute.Tao Ma1-0/+1
2009-01-05ocfs2: Implementation of local and global quota file handlingJan Kara1-0/+1
2008-10-31fs: replace NIPQUAD()Harvey Harrison3-20/+19
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1