index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
cluster
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2: fix memory leak
Jiri Slaby
2010-11-18
1
-4
/
+10
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-1
/
+1
|
\
|
*
Fix various typos of valid in comments
Nikanth Karthikesan
2010-09-21
1
-1
/
+1
*
|
ocfs2/cluster: Release debugfs file elapsed_time_in_ms
Sunil Mushran
2010-10-15
1
-0
/
+1
*
|
ocfs2/cluster: Bump up dlm protocol to version 1.1
Sunil Mushran
2010-10-09
1
-1
/
+1
*
|
ocfs2/cluster: Show per region heartbeat elapsed time
Sunil Mushran
2010-10-06
1
-0
/
+23
*
|
ocfs2/cluster: Add mlogs for heartbeat up/down events
Sunil Mushran
2010-10-06
1
-0
/
+4
*
|
ocfs2/cluster: Create debugfs dir/files for each region
Sunil Mushran
2010-10-06
1
-0
/
+77
*
|
ocfs2/cluster: Create debugfs files for live, quorum and failed region bitmaps
Sunil Mushran
2010-10-06
1
-0
/
+63
*
|
ocfs2/cluster: Maintain bitmap of failed regions
Sunil Mushran
2010-10-07
1
-0
/
+41
*
|
ocfs2/cluster: Maintain bitmap of quorum regions
Sunil Mushran
2010-10-06
1
-0
/
+35
*
|
ocfs2/cluster: Track bitmap of live heartbeat regions
Sunil Mushran
2010-10-06
1
-1
/
+8
*
|
ocfs2/cluster: Track number of global heartbeat regions
Sunil Mushran
2010-10-07
1
-2
/
+22
*
|
ocfs2/cluster: Maintain live node bitmap per heartbeat region
Sunil Mushran
2010-10-06
1
-0
/
+7
*
|
ocfs2/cluster: Reorganize o2hb debugfs init
Sunil Mushran
2010-10-07
1
-23
/
+78
*
|
ocfs2/cluster: Check slots for unconfigured live nodes
Sunil Mushran
2010-10-07
2
-7
/
+36
*
|
ocfs2/cluster: Print messages when adding/removing nodes
Sunil Mushran
2010-10-07
2
-1
/
+7
*
|
ocfs2/cluster: Print messages when adding/removing heartbeat regions
Sunil Mushran
2010-10-06
1
-1
/
+8
*
|
ocfs2/dlm: Add message DLM_QUERY_REGION
Sunil Mushran
2010-10-09
1
-0
/
+6
*
|
ocfs2/cluster: Get all heartbeat regions
Sunil Mushran
2010-10-07
2
-0
/
+38
*
|
ocfs2/cluster: Add heartbeat mode configfs parameter
Sunil Mushran
2010-10-07
1
-0
/
+72
*
|
ocfs2/net: fix uninitialized ret in o2net_send_message_vec()
Wu Fengguang
2010-09-18
1
-1
/
+1
*
|
O2net: Disallow o2net accept connection request from itself.
Tristan Ye
2010-08-07
1
-5
/
+12
|
/
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2010-05-21
3
-0
/
+5
|
\
|
*
o2net: log socket state changes
Srinivas Eeda
2010-05-05
1
-0
/
+3
|
*
ocfs2: allocation reservations
Mark Fasheh
2010-05-05
2
-0
/
+2
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
3
-1
/
+2
|
/
*
fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4
Joe Perches
2010-03-12
1
-2
/
+2
*
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2010-03-07
1
-1
/
+1
*
ocfs2: Use a separate masklog for AST and BASTs
Sunil Mushran
2010-02-27
2
-0
/
+2
*
ocfs2: Add current->comm in trace output
Sunil Mushran
2010-02-26
1
-3
/
+3
*
ocfs2/cluster: Make o2net connect messages KERN_NOTICE
Sunil Mushran
2010-02-08
1
-3
/
+3
*
ocfs2/trivial: Remove trailing whitespaces
Sunil Mushran
2010-01-25
3
-7
/
+7
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-12-24
4
-4
/
+76
|
\
|
*
ocfs2/trivial: Use proper mask for 2 places in hearbeat.c
Tao Ma
2009-12-23
1
-2
/
+4
|
*
ocfs2/cluster: Make fence method configurable - v2
Sunil Mushran
2009-12-02
3
-2
/
+72
*
|
inet: rename some inet_sock fields
Eric Dumazet
2009-10-18
1
-4
/
+4
|
/
*
const: constify remaining file_operations
Alexey Dobriyan
2009-10-01
2
-3
/
+3
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-09-23
2
-0
/
+2
|
\
|
*
ocfs2: Add ocfs2_read_refcount_block.
Tao Ma
2009-09-22
2
-0
/
+2
*
|
seq_file: constify seq_operations
James Morris
2009-09-23
1
-2
/
+2
|
/
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-06-16
2
-23
/
+19
|
\
|
*
ocfs2/net: Use wait_event() in o2net_send_message_vec()
Sunil Mushran
2009-06-15
1
-5
/
+2
|
*
ocfs2: update comments in masklog.h
Coly Li
2009-05-05
1
-18
/
+17
*
|
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-05-22
1
-1
/
+1
|
/
*
ocfs2/hb: Expose the list of heartbeating nodes via debugfs
Sunil Mushran
2009-04-03
3
-4
/
+104
*
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
2009-01-06
1
-1
/
+1
*
ocfs2/quota: Add QUOTA in mlog_attribute.
Tao Ma
2009-01-05
1
-0
/
+1
*
ocfs2: Implementation of local and global quota file handling
Jan Kara
2009-01-05
1
-0
/
+1
*
fs: replace NIPQUAD()
Harvey Harrison
2008-10-31
3
-20
/
+19
[next]