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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
ocfs2: Add the 'set version' message to the ocfs2_control device.
Joel Becker
2008-04-18
1
-12
/
+119
|
*
|
|
|
ocfs2: Add the local node id to the handshake.
Joel Becker
2008-04-18
1
-49
/
+173
|
*
|
|
|
ocfs2: Introduce the DOWN message to ocfs2_control
Joel Becker
2008-04-18
1
-5
/
+89
|
*
|
|
|
ocfs2: Start the ocfs2_control handshake.
Joel Becker
2008-04-18
1
-5
/
+139
|
*
|
|
|
ocfs2: Add the ocfs2_control misc device.
Joel Becker
2008-04-18
1
-1
/
+183
|
*
|
|
|
ocfs2: Add the user stack module.
Joel Becker
2008-04-18
1
-0
/
+38
|
*
|
|
|
ocfs2: Add the 'cluster_stack' sysfs file.
Joel Becker
2008-04-18
3
-13
/
+104
|
*
|
|
|
ocfs2: Add the USERSPACE_STACK incompat bit.
Joel Becker
2008-04-18
3
-3
/
+134
|
*
|
|
|
ocfs2: Create stack glue sysfs files.
Joel Becker
2008-04-18
1
-1
/
+120
|
*
|
|
|
ocfs2: Break out stackglue into modules.
Joel Becker
2008-04-18
7
-50
/
+297
|
*
|
|
|
ocfs2: Create ocfs2_stack_operations and split out the o2cb stack.
Joel Becker
2008-04-18
4
-372
/
+532
|
*
|
|
|
ocfs2: Split o2cb code from generic stack functions.
Joel Becker
2008-04-18
1
-65
/
+144
|
*
|
|
|
ocfs2: Clean up stackglue initialization
Joel Becker
2008-04-18
5
-22
/
+9
|
*
|
|
|
ocfs2: Abstract out a debugging function for underlying dlms.
Joel Becker
2008-04-18
3
-2
/
+7
|
*
|
|
|
ocfs2: handle async EAGAIN from NOQUEUE request
David Teigland
2008-04-18
1
-4
/
+23
|
*
|
|
|
ocfs2: Remove CANCELGRANT from the view of dlmglue.
Joel Becker
2008-04-18
3
-55
/
+188
|
*
|
|
|
ocfs2: Fill node number during cluster stack init
Mark Fasheh
2008-04-18
2
-34
/
+12
|
*
|
|
|
ocfs2: Move o2hb functionality into the stack glue.
Joel Becker
2008-04-18
8
-55
/
+62
|
*
|
|
|
ocfs2: Abstract out node number queries.
Joel Becker
2008-04-18
5
-14
/
+30
|
*
|
|
|
ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API.
Joel Becker
2008-04-18
8
-102
/
+221
|
*
|
|
|
ocfs2: Create the lock status block union.
Joel Becker
2008-04-18
4
-21
/
+47
|
*
|
|
|
ocfs2: Use -errno instead of dlm_status for ocfs2_dlm_lock/unlock() API.
Joel Becker
2008-04-18
3
-76
/
+188
|
*
|
|
|
ocfs2: Use global DLM_ constants in generic code.
Joel Becker
2008-04-18
3
-77
/
+147
|
*
|
|
|
ocfs2: Separate out dlm lock functions.
Joel Becker
2008-04-18
6
-49
/
+179
|
*
|
|
|
ocfs2: New slot map format
Joel Becker
2008-04-18
3
-15
/
+133
|
*
|
|
|
ocfs2: Define the contents of the slot_map file.
Joel Becker
2008-04-18
2
-7
/
+20
|
*
|
|
|
ocfs2: De-magic the in-memory slot map.
Joel Becker
2008-04-18
4
-63
/
+77
|
*
|
|
|
ocfs2: slot_map I/O based on max_slots.
Joel Becker
2008-04-18
1
-20
/
+108
|
*
|
|
|
ocfs2: Change the recovery map to an array of node numbers.
Joel Becker
2008-04-18
7
-170
/
+182
|
*
|
|
|
ocfs2: Make ocfs2_slot_info private.
Joel Becker
2008-04-18
4
-57
/
+74
|
*
|
|
|
ocfs2: Move slot map access into slot_map.c
Mark Fasheh
2008-04-18
5
-32
/
+55
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
2008-04-18
44
-1131
/
+1140
|
\
\
\
\
|
*
|
|
|
[GFS2] fix assertion in log_refund()
Roel Kluin
2008-04-18
1
-1
/
+1
|
*
|
|
|
[GFS2] fix GFP_KERNEL misuses
Josef Bacik
2008-04-10
9
-21
/
+21
|
*
|
|
|
[GFS2] test for IS_ERR rather than 0
Julia Lawall
2008-03-31
1
-2
/
+0
|
*
|
|
|
[GFS2] Invalidate cache at correct point
Benjamin Marzinski
2008-03-31
5
-17
/
+34
|
*
|
|
|
[GFS2] fs/gfs2/recovery.c: suppress warnings
akpm@linux-foundation.org
2008-03-31
1
-1
/
+1
|
*
|
|
|
[GFS2] Faster gfs2_bitfit algorithm
Bob Peterson
2008-03-31
1
-32
/
+61
|
*
|
|
|
[GFS2] Streamline quota lock/check for no-quota case
Steven Whitehouse
2008-03-31
6
-29
/
+23
|
*
|
|
|
[GFS2] Remove drop of module ref where not needed
Steven Whitehouse
2008-03-31
1
-1
/
+0
|
*
|
|
|
[GFS2] gfs2_adjust_quota has broken unstuffing code
Abhijith Das
2008-03-31
2
-43
/
+31
|
*
|
|
|
[GFS2] possible null pointer dereference fixup
Cyrill Gorcunov
2008-03-31
7
-8
/
+44
|
*
|
|
|
[GFS2] Need to ensure that sector_t is 64bits for GFS2
Steven Whitehouse
2008-03-31
1
-1
/
+1
|
*
|
|
|
[GFS2] re-support special inode
Denis Cheng
2008-03-31
1
-0
/
+1
|
*
|
|
|
[GFS2] remove gfs2_dev_iops
Denis Cheng
2008-03-31
3
-12
/
+1
|
*
|
|
|
[GFS2] fix file_system_type leak on gfs2meta mount
Christoph Hellwig
2008-03-31
1
-3
/
+1
|
*
|
|
|
[GFS2] Allow bmap to allocate extents
Steven Whitehouse
2008-03-31
3
-219
/
+295
|
*
|
|
|
[GFS2] Fix a page lock / glock deadlock
Steven Whitehouse
2008-03-31
5
-24
/
+26
|
*
|
|
|
[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_ops
Adrian Bunk
2008-03-31
3
-4
/
+5
|
*
|
|
|
[GFS2] gfs2/ops_file.c should #include "ops_inode.h"
Adrian Bunk
2008-03-31
1
-0
/
+1
[prev]
[next]